[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
apache with ssi.
hello all-
i have what i hope to be a short question regarding using includes within
a virtual host using apache1.3.9
my setup is as so:
<VirtualHost 192.168.128.10:80>
DocumentRoot /web/public_html
Options Includes FollowSymLinks
AddHandler server-parsed .htm
AddType text/html htm
ScriptAlias /cgi-bin/ /web/bin/
Port 80
</VirtualHost>
It seems correct to me, however, whenever I use something as simple as:
<html>
<body>
<!--#exec cmd="./cgi-bin/spice.pl">
</body>
</html>
Nothing happens. I was just curious to know if I needed something other
than the Options Includes to allow ssi.
Thanks!
cjm
--
To unsubscribe, send email to majordomo@luci.org with
"unsubscribe luci-discuss" in the body.