Re: [EMAIL PROTECTED] Forcing a proxied host to generate REMOTE_USER

2006-02-13 Thread Joshua Slive
On 2/13/06, Joshua Slive <[EMAIL PROTECTED]> wrote: > Header add X-Forwarded-User %{RU}e Of course, that should be RequestHeader. Joshua. - The official User-To-User support forum of the Apache HTTP Server Project. See http://h

Re: [EMAIL PROTECTED] Forcing a proxied host to generate REMOTE_USER

2006-02-13 Thread Joshua Slive
On 2/13/06, jens persson <[EMAIL PROTECTED]> wrote: > > Hello all! > > I'm having trouble with a proxy setup, where I need to generate a > REMOTE_USER variable for a cgi-script, but also allow no-authenticated use. > > The setup to allow authentication ether by http-auth and remote ip, and > then f

[EMAIL PROTECTED] Forcing a proxied host to generate REMOTE_USER

2006-02-13 Thread jens persson
Hello all! I'm having trouble with a proxy setup, where I need to generate a REMOTE_USER variable for a cgi-script, but also allow no-authenticated use. The setup to allow authentication ether by http-auth and remote ip, and then froward the calls to an inner server where the cgi-program che