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

Re: 403 Forbidden

From: Ted To <rainexpected_at_theo.to>
Date: Mon, 13 Dec 2010 06:03:32 -0500

On Mon, 13 Dec 2010 04:59:27 -0500
Ted To <rainexpected_at_theo.to> wrote:

> I've isolated it to a recent change I made in my virtual host
> configuration file -- I changed "AllowOverride None" to "AllowOverride
> all". I needed to do this because I recently started using a cms that
> requires it for mod_rewrite to work. I can "svn ci
> http://anothervhost.com/svn/myrepo" but this is a little unsatisfying
> to me. Is there some way to work around this problem?

A bit more poking around and I see that it must be the .htaccess file:

<Limit GET POST>
order deny,allow
deny from all
allow from all
</Limit>
<Limit PUT DELETE>
order deny,allow
deny from all
</Limit>

Is there any way to modify my /etc/apache2/conf.d/svn.conf to make it
work again?
Received on 2010-12-13 12:10:55 CET

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.