TE_USER is filled out in the third run.
Thanks for all help,
Cheers Dag
-Opprinnelig melding-
Fra: Tom Evans [mailto:tevans...@googlemail.com]
Sendt: 28. mai 2009 15:23
Til: users@httpd.apache.org
Emne: RE: [us...@httpd] REMOTE_USER and PROXY request
On Thu, 2009-05-28 at 13:58 +0200, Efj
-Opprinnelig melding-
> Fra: Tom Evans [mailto:tevans...@googlemail.com]
> Sendt: 28. mai 2009 11:49
> Til: users@httpd.apache.org
> Emne: Re: [us...@httpd] REMOTE_USER and PROXY request
>
> On Thu, 2009-05-28 at 10:52 +0200, Efjestad, Dag wrote:
> > Hi.
> >
> > I
28. mai 2009 11:49
Til: users@httpd.apache.org
Emne: Re: [us...@httpd] REMOTE_USER and PROXY request
On Thu, 2009-05-28 at 10:52 +0200, Efjestad, Dag wrote:
> Hi.
>
> I can't get access to the REMOTE_USER value when I do a proxy request. The
> value is empty.
> RewriteRule ^/kongsberg(.
On Thu, 2009-05-28 at 10:52 +0200, Efjestad, Dag wrote:
> Hi.
>
> I can't get access to the REMOTE_USER value when I do a proxy request. The
> value is empty.
> RewriteRule ^/kongsberg(.*) http://aeoas02/kongsberg/%{LA-U:REMOTE_USER}$1
> [P,L]
>
> For rewrite against directory URL's I get the
Hi.
I can't get access to the REMOTE_USER value when I do a proxy request. The
value is empty.
RewriteRule ^/kongsberg(.*) http://aeoas02/kongsberg/%{LA-U:REMOTE_USER}$1 [P,L]
For rewrite against directory URL's I get the value.
RewriteRule ^/kongsberg(.*) /kongsberg/%{LA-U:REMOTE_USER}$1 [L]