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

AW: reverse proxy to svn server HOWTO?

From: Stéphane Ruffieux <stephane.ruffieux_at_itpearls.com>
Date: 2004-08-11 09:17:38 CEST

Is the webdav module loaded in Proxy configuration?

Stephane Ruffieux

ITpearls AG
Postfach 695
Gesellschaftsstrasse 78
CH-3000 Bern 9

* stephane.ruffieux@itpearls.com
* +41 31 305 34 47

> -----Ursprüngliche Nachricht-----
> Von: Rob van Oostrum [mailto:rob.vanoostrum@blastradius.com]
> Gesendet: Mittwoch, 11. August 2004 02:57
> An: users@subversion.tigris.org
> Betreff: reverse proxy to svn server HOWTO?
>
>
> 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
>
>

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