[In order for any reply to be added to the PR database, ]
[you need to include <[EMAIL PROTECTED]> in the Cc line ]
[and leave the subject line UNCHANGED.  This is not done]
[automatically because of the potential for mail loops. ]
[If you do not include this Cc, your reply may be ig-   ]
[nored unless you are responding to an explicit request ]
[from a developer.                                      ]
[Reply only with text; DO NOT SEND ATTACHMENTS!         ]


Synopsis: REMOTE_USER variable not set

State-Changed-From-To: open-closed
State-Changed-By: marc
State-Changed-When: Mon Jan  4 09:52:49 PST 1999
State-Changed-Why:
I am quite sure that authentication is being required
wherever it is configured to be required.  If REMOTE_USER
isn't showing up, then it is because you don't have
authentication required for that request.  The fact that
it is a CGI executed from a form created by another
CGI has nothing to do with it.

Either your .htaccess file isn't working at all (eg. because
you have AllowOverride none or something similar set
for your cgi-bin directory) or you have some "Limit GET"
in there which, as it says, only limits GET requests.

Reply via email to