Re: OPTIONS request failed error
From: Greg Stein <gstein_at_lyra.org>
Date: 2002-08-14 01:53:15 CEST
On Wed, Aug 14, 2002 at 01:15:50AM +0200, Olof Oberg wrote:
As others have said... this isn't true.
> http://httpd.apache.org/docs-2.0/mod/core.html#location
Right. mod_dav_svn serves the Location.
In fact, using an Alias is dangerous. It maps a portion of the filesystem
You were getting a 301 because your URL did not have a trailing slash. The
The answer is to not let Apache serve the thing, and that means to remove
Appending the slash worked because when you requested /repos, that did not
Cheers,
-- Greg Stein, http://www.lyra.org/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Wed Aug 14 01:49:39 2002 |
This is an archived mail posted to the Subversion Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.