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

RE: RE: reverse proxy to svn server HOWTO?

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

this is the command I'm trying:

svn rm -m "testing proxy" https://server.in.dmz/svn/bla/trunk/delta.properties

this is what shows up in the proxy server's access_log:

192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "PROPFIND /svn/bla/trunk/delta.properties HTTP/1.1" 401 555
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "PROPFIND /svn/bla/trunk/delta.properties HTTP/1.1" 207 720
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "PROPFIND /svn/bla/!svn/vcc/default HTTP/1.1" 207 407
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "PROPFIND /svn/bla/!svn/bln/31 HTTP/1.1" 207 460
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "PROPFIND /svn/bla/!svn/bc/31/trunk/delta.properties HTTP/1.1" 207 731
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "OPTIONS /svn/bla/trunk HTTP/1.1" 200 192
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "MKACTIVITY /svn/bla/!svn/act/0e2ec47d-e050-e549-bfbf-da85dec56054 HTTP/1.1" 201 385
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "PROPFIND /svn/bla/trunk HTTP/1.1" 207 446
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "PROPFIND /svn/bla/!svn/vcc/default HTTP/1.1" 207 407
192.168.12.163 - - [11/Aug/2004:09:43:26 -0400] "CHECKOUT /svn/bla/!svn/bln/31 HTTP/1.1" 201 400
192.168.12.163 - - [11/Aug/2004:09:43:27 -0400] "PROPPATCH /svn/bla!svn/wbl/0e2ec47d-e050-e549-bfbf-da85dec56054/31 HTTP/1.1" 405 419

this is what shows up in the svn server's access_log

192.168.17.180 - - [11/Aug/2004:09:16:04 -0400] "PROPFIND /svn/bla//trunk/delta.properties HTTP/1.1" 401 555 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:04 -0400] "PROPFIND /svn/bla//trunk/delta.properties HTTP/1.1" 207 720 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:04 -0400] "PROPFIND /svn/bla//!svn/vcc/default HTTP/1.1" 207 407 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:04 -0400] "PROPFIND /svn/bla//!svn/bln/31 HTTP/1.1" 207 460 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:04 -0400] "PROPFIND /svn/bla//!svn/bc/31/trunk/delta.properties HTTP/1.1" 207 731 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:05 -0400] "OPTIONS /svn/bla//trunk HTTP/1.1" 200 192 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:05 -0400] "MKACTIVITY /svn/bla//!svn/act/02394895-ed62-f943-970d-bebf59134f47 HTTP/1.1" 201 385 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:05 -0400] "PROPFIND /svn/bla//trunk HTTP/1.1" 207 446 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:05 -0400] "PROPFIND /svn/bla//!svn/vcc/default HTTP/1.1" 207 407 (-)
192.168.17.180 - rob.vanoostrum [11/Aug/2004:09:16:05 -0400] "CHECKOUT /svn/bla//!svn/bln/31 HTTP/1.1" 201 400 (-)

nothing in either server's error_log

> -----Original Message-----
> From: Rob van Oostrum [mailto:rob.vanoostrum@blastradius.com]
> Sent: Wednesday, August 11, 2004 9:02 AM
> To: users@subversion.tigris.org
> Subject: RE: reverse proxy to svn server HOWTO?
>
>
> 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
>
>

---------------------------------------------------------------------
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:23:57 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.