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

Re: mod_dav_svn behind a proxy

From: Florian Munz <newsletter_at_theflow.de>
Date: 2006-01-21 13:36:20 CET

Rob van Oostrum <rob.vanoostrum@blastradius.com> wrote:

> Make sure you also include a ProxyPassReverse directive for the mapping
> back to the original URL. You might also have to put some SSLProxy
> directives in, but I can't remember those details off the top of my
> head.

SSLProxy is only needed for proxying http -> https, as I understand it.
And I have the ProxyPassReverse directive, however

> That said, HTTPS -> HTTP proxying for SVN will not work for all SVN
> commands (copy and move being two that come to mind).

reverse proxying subversion unfortunately only works if the uri
structure is the same on the proxy server and the backend server, as you
found out yourself a while ago ;-)

http://svn.haxx.se/users/archive-2004-08/0649.shtml

Somehow ProxyPassReverse doesn't catch the webdav stuff.

> Any reason why you can't just host SVN directly under the HTTPS host?
> You could always implement the scheme you described for any other
> applications that aren't going to break through the HTTPS->HTTP proxy.

I'm searching for a way to automagically access all the repositories
(which are under different domains, not just different inside a
ParentPath) over https without duplicating the <Location> directive in
two vhosts.

Florian

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Jan 21 13:37:44 2006

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.