Can't access Collection of Repositories page
From: Lynn Lin <lynnos_at_tong-ji.org>
Date: Mon, 31 Aug 2009 16:08:04 +0800
All,
I setup subversion server with apache2 under windows and Linux,I
the directory layout:
/home/lynn/svn
I access http://{server}/svn,it ask me user/passwd and I type
403 ForbiddenForbidden
You don't have permission to access /svn on this server.
if I access http://{server}/svn/project1 and after I type user/passwd I can
the following is the configuration
<Location /svn>
AuthzSVNAccessFile /etc/apache2/dav_svn.authz
Require valid-user
</Location>
the dav_svn.authz file content:
[/] *=r
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
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.