This is a discussion on apache server side include problem within the Windows Web Servers forums, part of the Web Server and Related Forums category; I am using apache web server, I enable the SSI as follows: <Directory "C:/Program Files/Apache Group/...
|
|||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
|
|||
|
I am using apache web server, I enable the SSI as follows:
<Directory "C:/Program Files/Apache Group/Apache2/htdocs"> Options Indexes FollowSymLinks Includes ExecCGI AllowOverride None Order allow,deny Allow from all </Directory> and AddType text/html .shtml AddOutputFilter INCLUDES .shtml It works fine with <!--#echo var="DATE_LOCAL" --> but can not work with <!--#exec cmd="ipconfig" --> Thanks for your help! |
|
|||
|
zwei@email.arizona.edu (vincent) wrote in
news:9e29dd97.0404161027.325626fd@posting.google.c om: > AllowOverride None > You have IncludesNOEXEC set elswhere, if it works with a non- executing SSI call. -- CodeCutter - good, fast and cheap; pick two. |