restricting access with mod_authz_svn
From: Jason Diamond <jason_at_injektilo.org>
Date: 2004-05-28 09:45:17 CEST
I'm trying to restrict access to just one repository on my server while
/etc/apache2/mods-enabled/dav_svn.conf:
>>>
AuthType Basic
AuthzSVNAccessFile /etc/apache2/dav_svn.authz
Require valid-user
/etc/apache2/dav_svn.authz:
>>>
[myrepo:/]
With the above two files, all users can read from myrepo.
I know that the file is being read because if I remove the *=rw in the
What am I doing wrong?
Thanks.
-- Jason
---------------------------------------------------------------------
|
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.