You are viewing a plain text version of this content. The canonical link for it is here.
Posted to apache-bugdb@apache.org by co...@hyperreal.org on 1997/11/13 16:38:59 UTC

Re: mod_cgi/674: Environment variable REMOTE_USER not being set.

Synopsis: Environment variable REMOTE_USER not being set.

State-Changed-From-To: feedback-closed
State-Changed-By: coar
State-Changed-When: Thu Nov 13 07:38:58 PST 1997
State-Changed-Why:
The problem is that the CGI is being invoked as a separate
request, and is in a directory which isn't being protected
by the access control.  As a result, it requires no
authorisation to access, and hence no access control
information is passed to it.

Thanks for using Apache!