Subject: Bug#208831: apache2 - mod_action forgets authenticated user
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?
(C)2011 mailinglist-archive.com