Per-Directory Access Control
From: Paul Grenyer <paul_at_paulgrenyer.co.uk>
Date: 2004-09-27 14:54:25 CEST
Hi All
I've had a look in the archives, but I can't see this problem there. If it
I'm trying to implement Per-Directory Access Control as per the SVN book. I
/home/web/svn/begin-cpp
and the following entry in httpd.conf:
<Location /svn>
AuthzSVNAccessFile /etc/svn-access
Satisfy Any
AuthType Basic
I have the htpasswd file at:
/etc/svn-auth
(and I know it works, because if I set-up begin-cpp without
<Location /svn/begin-cpp>
Everything works as expected, I am asked for a username (paul) and password
I have the AuthUserFile here:
/etc/svn-auth
and that looks like this:
[begin-cpp:/begin-cpp]
I have also tried this:
[begin-cpp:/home/web/svn/begin-cpp]
and I have the same problem. The problem is that when I try and access the
Any suggestions?
Regards
Paul Grenyer
PG: Contains mild violence and peril.
---------------------------------------------------------------------
|
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.