Re: strange error with subversion: "client denied by server configuration: /htdocs"
From: John Pye <john.pye_at_anu.edu.au>
Date: Tue, 19 May 2009 10:44:55 +1000
Hi all,
Andrey Repin wrote:
I tried adding Allow/Deny directives, but this doesn't seem to fix the
jpye_at_ascend:~$ svn co
And in my /var/log/apache2/svn-error.log:
[Mon May 18 20:39:47 2009] [error] [client 128.2.52.249] client denied
My questions are:
1. Have I done the 'Allow from all' thing correctly? (see below)
I think that the key to this problem is understanding why it fails only
Any more suggestions?
Below is my current /etc/apache2/sites-available/svn, which I have
Cheers
-----
<VirtualHost *:80>
DocumentRoot /var/www/svn
# Possible values include: debug, info, notice, warn, error, crit,
RedirectMatch ^/stats/?$ http://ascend.cheme.cmu.edu/awstats/awstats.pl?config=ascendsvn.cheme.cmu.edu
#RedirectMatch permanent ^/$ /ascend
CustomLog /var/log/apache2/svn.log combined
<Location />
<Location /ascend>
AuthType Basic
# Uncomment the following line to enable Authz Authentication
# The following three lines allow anonymous read, but make
</Location>
<Location /private>
</VirtualHost>
-----
-- Dr John Pye Dept of Engineering Australian National University ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2305146 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-05-19 02:46:35 CEST |
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.