identification problem with a complex setup
From: Proniewski Patrick <patrick.proniewski_at_univ-lyon2.fr>
Date: 2005-01-27 13:44:24 CET
Hello
in order to use our standard auth server with mod_dav_svn on Apache 2,
All I have now is :
Apache 1.3 in front, serving mod_auth_apple, and proxying requests
It works ok, but :
I tried to use mod_rewrite on both apache's to put REMOTE_USER in the
Is there any way for mod_dav_svn to get the username from Apache
I'm putting the username in the URL on the front apache this way :
AuthType Basic
and I'm trying to get it back in environment variables on the back
RewriteRule ^(.*)/u=([^/]+)/(.*) $1/$3
mod_dav_svn seems unable to get the value of REMOTE_USER.
patpro
---------------------------------------------------------------------
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.