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

reverse proxy to svn server HOWTO?

From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2004-08-11 02:56:43 CEST

I have a SVN/Apache server running on our LAN, and I need to expose selected repositories/paths within repositories to the public internet. So I set up a reverse proxy on a machine in our DMZ like so:

<Location /svn/bla>
ProxyPass http://host.on.lan/svn/bla/
ProxyPassReverse http://host.on.lan/svn/bla/
</Location>

The DMZ server is setup to only handle HTTPS ... now ... if I hit https://host.in.dmz/svn/bla, I can browse the repository and checkout, but I cannot commit anything. It'll crap out with a message like so:

svn: applying log message to /svn/bla!svn/wbl/dc358bd7-b968-004c-a2b7-846660a1452d/31: 405 Method Not Allowed (https://host.in.dmz)

What's causing this to happen and am I missing something totally obvious in the configuration?

thanks in advance ...
Rob

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 11 02:56:58 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.