another q:
should my cgi-bin directory container look like this:
<Directory "/var/www/cgi-bin">
AllowOverride None
Options None
Order allow,deny
Allow from all
</Directory>
or like this:
<Directory "/var/www/cgi-bin">
AllowOverride None
Options None ExecCGI
Order allow,deny
Allow from all
</Directory>
[ November 18, 2002: Message edited by: The Master of Reality / B0B ]