I am running Apache 1.3 on rh 5.2. Whenever I try to display the
cgi-bin directory or execute one of the scripts within the directory
(through the server), I get the 'access forbidden' error.
I don't have a problem accessing any of the other directories or their
files.
There was a time when I could access and execute the scripts in
cgi-bin. Something obviously changed, but I can't figure out what.
My directory structure is
/home/httpd
/home/httpd/cgi-bin
/home/httpd/testweb
srm.conf
DocumentRoot /home/httpd
AccessFileName .htaccess
ScriptAlias /cgi-bin/ home/httpd/cgi-bin
I don't have any .htaccess (or equivalent) file in any directories
access.conf
<Directory />
Options None
AllowOverride None
</Directory>
<Directory /home/httpd>
Options Indexes Includes FollowSymLinks
AllowOverride None
order allow,deny
allow from all
</Directory>
<Directory /home/httpd/cgi-bin>
order allow,deny
AllowOverride None
Options ExecCGI
</Directory>
Thanks for the help