On 6/8/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:

the apache error_log says:
Options ExecCGI is off in this directory: 
/var/www/localhost/htdocs/exp/test.cgi, referer: http://reader.local.lan/exp/

But /var/www/localhost/htdocs should include any subdirectories right.

In httpd.conf is says:
# Each directory to which Apache has access can be configured with respect
# to which services and features are allowed and/or disabled in that
# directory (and its subdirectories).
#

Adding that directory specifally (..htdocs/exp) in another `Directory'
statement does make cgi work there but that shuold just happen with
the above Directory statement right?

Assuming you had *no other options directives*, then yes.  Your
problem is that you have another options directive someplace applying
to that directory and not including execcgi.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
  "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to