quote:
like this (default)
Just make sure you don't have "ExecCGI" in your other directory definitions and it will only execute CGI from your cgi-bin.
[ November 18, 2002: Message edited by: void main]
thats not the default in my apache. my default is:
<Directory "/var/www/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
should i change the "none" to "ExecCGI"?
[ November 19, 2002: Message edited by: The Master of Reality / B0B ]
[ November 19, 2002: Message edited by: The Master of Reality / B0B ]