tags 208831 + unreproducible + moreinfo
thanks
Hello Bastian
I tried to reproduce that 9 year old bug, but could not.
My settings:
AddType nirgal/test .nirgal
Action nirgal/test /cgi-bin/echo
<Location />
AuthType Basic
AuthName "By Invitation Only"
AuthUserFile /htpasswd
Require valid-user
</Location>
My CGI:
#!/usr/bin/python3
import os
print("Content-Type: text/plain")
print()
print(os.environ)
I can see REMOTE_USER in the CGI environment.
Could you give us more information on that problem?
Attachment:
signature.asc
Description: This is a digitally signed message part.