Hi,
I'm running Redmine 1.3.1 with the latest http_auth (0.3.0-dev). I am also running Apache 2.2.15 with mod_ssl and mod_proxy; you need to authenticate to Apache using BASIC AUTH, then your connection is proxied through to the
webrick server using /redmine as the URI. The user's login is set in the environment variable REMOTE_USER_LHS.
http_auth is configured to use REMOTE_USER_LHS as the variable and the login name is used fro local user lookup.
When I configure http_auth in Redmine I get a link to a blank page with a URI of
/redmine/httpauth-login
Am I misunderstanding how this is supposed to work or missing any key information?
Thanks for any advice,
Chris
Hi,
I'm running Redmine 1.3.1 with the latest http_auth (0.3.0-dev). I am also running Apache 2.2.15 with mod_ssl and mod_proxy; you need to authenticate to Apache using BASIC AUTH, then your connection is proxied through to the
webrick server using /redmine as the URI. The user's login is set in the environment variable REMOTE_USER_LHS.
http_auth is configured to use REMOTE_USER_LHS as the variable and the login name is used fro local user lookup.
When I configure http_auth in Redmine I get a link to a blank page with a URI of
/redmine/httpauth-login
Am I misunderstanding how this is supposed to work or missing any key information?
Thanks for any advice,
Chris