Hi Eric,
first of all thanks for you quick response!
The loop is continuously giving the message "One moment please, you are being
redirected". And this is the message which is displayed when the request is
proxied from Apache to the Perl webserver.
I'm using the LA because I don't make
>RewriteEngine on
>RewriteCond %{LA-U:REMOTE_USER} (.+)
>RewriteRule . - [E=RU:%1,NS]
>RequestHeader set REMOTE_USER "%{RU}e" env=RU
>RequestHeader set REMOTE_USER_SECRET "*"
>
Any more details on the looping behavior? The rewrites don't make a
substitution much le
Hi,
we are using apache (Server version: Apache/2.4.6 Red Hat Enterprise Linux) as
a reverse proxy in front of our Perl webserver (Mojolicious). Apache is also
taking care of SSO authentication through Kerberos. We are using a rewriterule
to pass on the REMOTE_USER request header to our webse