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

RE: reverse proxy to svn server HOWTO?

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

That was my guess as well at first ... So I built Subversion on the proxy server and added the DAV svn line to my <Location> which didn't make any difference ... still got the same error, so I assumed that wasn't the issue

        <Location /svn/bla>
        DAV svn
        ProxyPass http://tosvn.radius/svn/bla/
        ProxyPassReverse http://tosvn.radius/svn/bla/
        </Location>

> -----Original Message-----
> From: Stéphane Ruffieux [mailto:stephane.ruffieux@itpearls.com]
> Sent: Wednesday, August 11, 2004 3:18 AM
> To: Rob van Oostrum
> Cc: users@subversion.tigris.org
> Subject: AW: reverse proxy to svn server HOWTO?
>
>
> 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 15:02:38 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.