apache / subversion / access doesn't follow documented rules?
From: Thomas Beale <thomas_at_deepthought.com.au>
Date: 2005-07-23 13:48:55 CEST
Hi,
[platform: server = debian sarge / svn 1.2 / apache 2.0.54; client =
I have a number of repostories set up on the server which logically
dev1 - anon read, auth required for any modifying operation
I cannot find any combination of Apache directives to make this work
First attempt (apache2.conf include file):
<VirtualHost 1.2.3.4>
# authorisation
# authentication
# anonymous access rules
This works fine for the devX repositories - users are only challenged
This is probably correct behaviour, since the above configuration is
Next attempt: same as before, but remove the <LimitExcept> lines, i.e.
Require valid-user
is required for all repositories. Now the webdev repository works
Third attempt:
<VirtualHost 1.2.3.4>
# authorisation
# only valid users allowed
# authentication
<Location />
# authorisation
# authentication
# anonymous access rules
I messed around with SVNParentPath and SVNPath, and also other details
This kind of combination of repositories cannot be that strange - does
- thomas beale
---------------------------------------------------------------------
|
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.