SSI help

Advancewarning advancewarning at swbell.net
Mon Dec 30 22:22:06 CST 2002


Is there something Im missing for Server side includes to work? I can get the scripts to run via 
direct but I cant get it to work in a shtml file.  It processes fine with no errors in the logs.

Mike

<VirtualHost X.X.X.X>
ServerAdmin webmaster at host.net
DocumentRoot /web
ServerName www.host.net
ErrorLog logs/host.net-error_log
CustomLog logs/host.net-access_log common
ScriptAlias /cgi-bin/ /web/cgi-bin/
<Directory /web/cgi-bin>
AddType text/html .shtml
AddHandler server-parsed .shtml
Options Indexes FollowSymLinks Includes
</Directory>

</VirtualHost>





More information about the Kclug mailing list