I tried something very similar with Subversion on an Apache 2.2.9
server. In our case however, we were trying to use both the SSPI
authentication and htpasswd-style password file. According to some docs,
it should work with Apache 2.0. But I couldn't get it to work with
Apache 2.2. See:
http:/
Éibhear wrote:
Hi.
In the Apache on-line docs, I think when they talk about the ,
, stuff, they warn you that you should be careful with
Location, because two Location could point to the same place, and that
would allow some people to bypass, for example, authentication.
So I believe that th
Hi,
I hope you can help me.
I am using apache Apache/2.2.9 on Solaris 8 to control access to my
subversion 1.5.5 repository. The following authentication directives work:
Satisfy Any
Require valid-user
# Where the authentication file for Subversion is -- it's a normal
# htpasswd file.