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

Re: Reverse Proxy Problem SOLVED

From: R. Welz <welz_at_fixe-post.de>
Date: 2006-01-19 23:17:58 CET

R. Welz wrote:
> Hello.
> I need to make one of my repository accessible to the internet. The
> repository is in my lan and works well. The apache 2.0.55 reverse proxy
> resides on my firewall and works with the exeption of calls with the
> command line client.
>
> svn ls
> http://www.fixe-post.de:80/Downloads/repos/squirrelmail-plugins/tagged-releases/yelp/release-.1/
> subversion/libsvn_ra_dav/util.c:826: (apr_err=175002)
> svn: PROPFIND request failed on
> '/Downloads/repos/squirrelmail-plugins/!svn/vcc/default'
> subversion/libsvn_ra_dav/util.c:296: (apr_err=175002)
> svn: PROPFIND of '/Downloads/repos/squirrelmail-plugins/!svn/vcc/default':
> Could not parse response status line. (http://www.fixe-post.de)
>
> But the smae call to the svn server works:
> svn ls
> http://Pluto:80/Downloads/repos/squirrelmail-plugins/tagged-releases/yelp/release-1.1README
> locale/
> setup.php
> version
> yelp.php
>
>
> My proxy settings in httpd.conf are as follows:
> ProxyRequests Off
> # Die HTTP-Fehler des entfernten Servers werden mit den lokal vorliegenden
> html Seiten (multilingual) gerendert.
> ProxyErrorOverride On
That is not possible. ProxyErrorOverride must be off.

In addition the SVNPath on the backend server must be short:
SVNPath /Downloads/repos/squirrelmail-plugins/
is too long.
SVNPath /Downloads/squirrelmail-plugins/ works fine.

Greetings,
Robert

-- 
http://www.fixe-post.de
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Jan 20 01:57:40 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.