strange error with subversion: "client denied by server configuration: /htdocs"
From: John Pye <john.pye_at_anu.edu.au>
Date: Fri, 15 May 2009 18:30:04 +1000
Hi all
We're having some strange errors with our Subversion server at the
For *some* clients, we see errors like this:
jpye_at_ascend:~$ svn co
which is accompanied by an error in the Apache logs:
[Fri May 15 04:20:58 2009] [error] [client 128.2.52.249] client denied
but for *other* clients, there is no error at all, and the command works
Our host server is running Ubuntu Hardy, with subversion 1.4.6, all
When I access the subversion server using a web browser, it also all
Any suggestions on how to troubleshoot this annoying bug?
Below is the relevant Apache configuration...
Cheers
<VirtualHost *:80>
ErrorLog /var/log/apache2/svn-error.log
RedirectMatch ^/stats/?$
RedirectMatch permanent ^/$ /ascend
# Possible values include: debug, info, notice, warn, error, crit,
CustomLog /var/log/apache2/svn.log combined
<Location /ascend>
DAV svn
AuthType Basic
# Uncomment the following line to enable Authz Authentication
# The following three lines allow anonymous read, but make
</Location>
-- Dr John Pye Dept of Engineering Australian National University ------------------------------------------------------ http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2268258 To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].Received on 2009-05-15 10:34:34 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.