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

Re: [Solved] Repo browser works with https, but not http

From: John Locke <mail_at_freelock.com>
Date: 2007-07-14 20:16:38 CEST

For the archives...

John Locke wrote:
> Will take this to the Subversion list/IRC... it's looking like a rogue
> mod_rewrite rule on the server--found this error in the Apache log:
>
> [Fri Jul 13 21:13:31 2007] [error] [client 192.168.123.113] client
> denied by server configuration: proxy:http://server.dev/svn/clients
>
>
> Thanks!
>
>
Turns out certain requests put the full URL into the REPORT request, and
the Apache mod_proxy intercepts them. A Deny from All rule then rejects
the request.

Most other requests apparently pass the domain in a Host header and
start the request with the server root, and so mod_proxy ignores them.
Solution: set ProxyRequests Off for this virtual domain.

Cheers,

-- 
John Locke
"Open Source Solutions for Small Business Problems"
published by Charles River Media, June 2004
http://www.freelock.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: users-help@tortoisesvn.tigris.org
Received on Sat Jul 14 20:16:36 2007

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.