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
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
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