[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: strange error with subversion: "client denied by server configuration: /htdocs"

From: Andrey Repin <anrdaemon_at_freemail.ru>
Date: Tue, 19 May 2009 13:40:05 +0400

Greetings, John Pye!

>> Look for Allow/Deny directives in httpd.conf prior Virtualhost
>> definition, or
>> add one
>> Allow from all
>> to your Subversion virtualhost.
>>

> I tried adding Allow/Deny directives, but this doesn't seem to fix the
> problem either.

Looking at your VH definition... it's messy.
Reduce the number of entities. Add next one only after you have the previous
work "as expected".
And put

Order allow,deny
Allow from all

Before <Location> blocks.

--
WBR,
 Andrey Repin (anrdaemon_at_freemail.ru) 19.05.2009, <13:31>
Sorry for my terrible english...
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=1065&dsMessageId=2309816
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
Received on 2009-05-19 11:46:00 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.