[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: ssi on apache
charles@lunar.cc said:
>
> What is the object within <VirutalHost> tags in the httpd.conf file that
> will enable ssi for a specific virtual host?
The following directives inside the <VirtualHost> container worked for me.
<Directory /path/to/foo>
Options All
AddType text/html .shtml
AddHandler server-parsed .shtml
</Directory>
--
Benjamin Story
http://www.bullets.net
http://school.bullets.net
http://www2.truman.edu/~a1401/
--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.