LocationMatch and PROPFIND
From: Chad Whitacre <chad_at_zetaweb.com>
Date: 2004-10-30 10:44:46 CEST
Hey all,
I am trying to configure Apache to serve subversion, but also serve a
Instead of this:
http://svn.example.com/repos/myrepo
(I.e., w/o the "repos" in the path.)
My solution so far is to use DocumentRoot/Directory for the static files
<LocationMatch "^/(?!favicon.ico|svnindex.xsl|svnindex.css).*$">
This works fine for GET (i.e., TTW). But when I try to actually checkout
svn: PROPFIND request failed on
svn: PROPFIND of
400 Bad Request (http://svn.example.com)
It looks like somehow the re in the LocationMatch is getting appended to
chad
P.S. As expected, same result w/ <Location ~ ...>. Also quotes/no
---------------------------------------------------------------------
|
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.