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

Re: 301 with mod_dav / https

From: fuzzy_4711 <fuzzy_4711_at_gmx.de>
Date: Wed, 12 Jan 2011 15:05:51 +0100

> Remove the lines:
>
> Alias /svn "/home/svn"
> <Directory /home/svn>
> AllowOverride all
> </Directory>
>
> Apache is confused because you have told it you want it to serve /svn as static files located in /home/svn (the Alias directive and the <Directory /home/svn> section) and also that you want it to serve /svn as a collection of Subversion repositories (the <Location /svn> block); use only one or the other, depending on what you want (probably you want the <Location /svn> block only).
>
>

Ryan,
one shot, one hit. I am impressed.
Thanks so much for your help.

-fuz
Received on 2011-01-12 15:04:53 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.