You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by Shabbir bharmal <bh...@gmail.com> on 2006/05/11 04:20:36 UTC

Re: [users@httpd] Mod_header REMOTE_USER variable null via reverse proxy server - HELP!

You are right. that was a typo. Was using RequestHeader set UserId %{RU}e

This is resolved.

Regards
Shabbir

On 4/28/06, Joost de Heer <sa...@xs4all.nl> wrote:
>
> > RewriteRule .* - [E=RU:%{LA-U:REMOTE_USER}]
> > RequestHeader set UserId %{RU}
>
> Shouldn't that be
>
> RequestHeader set UserId %{RU}e
>
> ?
>
> Joost
>
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>    "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>