Michael Davis <michael.da...@bodleian.ox.ac.uk> writes:

> Currently, I have this, and it goes through the Kerberos authentication
> fine, but when landing at hydra, it has lost the authentication token.

>     <Location />
>         WebAuthExtraRedirect on
>         AuthType WebAuth
>         require valid-user
>         ProxyPass http://localhost:3000/
>         ProxyPassReverse http://localhost:3000/
>         RequestHeader set "X-WEBAUTH-USER" "%{WEBAUTH_USER}e"
>     </Location>

> Do I need to explicity enable mod_header, and I using the wrong header,
> am I missing a step. Any pointers would be appreciated.

What do you mean by "lost the authentication token"?  Do you mean that you
get into an authentication loop and never successfully authenticate, or
that you're not seeing what you expect on the web server running on port
3000?

(If Apache was willing to load your config, mod_header is apparently
already loaded.  It would otherwise complain about RequestHeader being an
undefined configuration directive.)

-- 
Russ Allbery (ea...@eyrie.org)              <http://www.eyrie.org/~eagle/>

Reply via email to