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

still no luck with http://svn.host.tld/

From: Alexy Khrabrov <alexy.khrabrov_at_setup.org>
Date: 2002-07-30 14:53:09 CEST

I'm still trying to host my SVN repository at www.suffix.com,
and looks like DAV doesn't work in <Location />. Here's what
I get in the access_log:

128.6.178.78 - - [30/Jul/2002:08:46:08 -0400] "GET / HTTP/1.1" 301 308
128.6.178.78 - - [30/Jul/2002:08:46:08 -0400] "GET // HTTP/1.1" 403 280

That is, for some reason it gets redirected to //, which can't exist!

The error_log reads,

[Tue Jul 30 08:46:08 2002] [error] [client 128.6.178.78] Could not fetch resource information. [301, #0]
[Tue Jul 30 08:46:08 2002] [error] [client 128.6.178.78] (2)No such file or directory: Requests for a collection must have a trailing slash on the URI. [301, #0]

The corresponding VirtualHost section is:

<VirtualHost *>
    ServerAdmin webmaster@svn.setup.org
    DocumentRoot /usr/local/httpd/htdocs/svnroot
    ServerName svn
    ServerAlias svn svn.setup.org suffix.com www.suffix.com
    ErrorLog logs/svn.setup.org-error_log
    CustomLog logs/svn.setup.org-access_log common

#RewriteEngine On
#RewriteRule ^/$ /svn [R]
#<Directory /usr/local/httpd/htdocs/svnroot>
# DAV svn
# SVNpath /svn/repository
#</Directory>

<Location />
  DAV svn
  SVNpath /svn/repository
</Location>
</VirtualHost>

As you can see, I tried all kinds of rewrite, Directory instead of Location,
but to no avail.

Any explanation would be highly appreciated, as this mystery completely
befuddles me! Is there anybody out there hosting his or her SVN at the
top level, without any /paths?

Cheers,
Alexy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jul 30 14:55:49 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.