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

Re: Odd URL parsing by Apache/Subversion

From: David Goodlad <dgoodlad_at_shaw.ca>
Date: 2004-04-22 18:03:08 CEST

Ben Collins-Sussman wrote:

>On Thu, 2004-04-22 at 09:50, David Goodlad wrote:
>
>
>
>> <Location /svn>
>> DAV svn
>> SVNParentPath /home/svn/repositories
>>
>>
>
>
>
>>In the apache error-logs there is an entry that mentions that it cannot
>>open "/home/svn/repositories/svn/format".
>>
>>
>
>Putting these two things together, it looks like you have some other
>sort of rule in your httpd.conf which is interfering. Like a
>mod_rewrite rule of some kind?
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
>For additional commands, e-mail: users-help@subversion.tigris.org
>
>
>
>
I can't see anything like that. The location directive is in a vhost block:

<VirtualHost *>
  ServerName svn.mydomain.com
  [the location block posted earlier]
</VirtualHost>

I also have a Directory block that simply allows access to the
/home/svn/repositories directory (order allow,deny; allow from all).

I have nothing using mod_rewrite in my config files anywhere...

Thanks
Dave

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 22 18:06:54 2004

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.