On 11/24/05, William Cai <william.cai@xxxxxxxxx> wrote:
> Hi list,
> Just observe an interesting issue. I developed a SSI to parse *.shtml files.
> I just made some minor changes in the httpd.conf file like the following.
>
> AddType text/html .shtml
> AddOutputFilter INCLUDES .shtml
> <Directory />
> Options FollowSymLinks +Includes
> AllowOverride None
> </Directory>
>
> Then things worked. I didn't LoadModule mod_include.so according to Apache's
> guide. How comes it works? Is mod_include.so necessary for SSI?
mod_include is probably statically compiled into the server and
doesn't need to be loaded. Try "httpd -l" to see those modules.
Joshua.
---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL: http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscribe@xxxxxxxxxxxxxxxx
" from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx