You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@httpd.apache.org by Rob Hartill <ro...@imdb.com> on 1997/01/13 20:21:07 UTC

[BUG]: "New index.html security checks cause cgi-bin access to fail." on BSDI (fwd)

He doesn't say what version, so I assume this is 1.1.2


---------- Forwarded message ----------
Date: Mon Jan 13 11:02:39 1997
From: spike@indra.com
To: apache-bugs%apache.org@organic.com
Subject: [BUG]: "New index.html security checks cause cgi-bin access to fail." on BSDI

Submitter: spike@indra.com
Operating system: BSDI, version: 
Version of Apache Used: 
Extra Modules used: agent_log, referer_log, status
URL exhibiting problem: 

Symptoms:
--
Access to the cgi-bin fails as follows:

Unable to use cgi-bin in [Mon Jan 13 11:52:10 1997] access to
/usr/local/etc/httpd/cgi-bin/imagemap/controlbar.map failed for
client; unable to determine if index file exists (stat() returned
unexpected error)

srm.conf contains:

ScriptAlias /cgi-bin/ /usr/local/etc/httpd/cgi-bin/

access.conf:

<Directory /usr/local/etc/httpd/cgi-bin>
AllowOverride None
Options None
</Directory>