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

Reverse Proxy Problem

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

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

CacheDisable /Downloads/repos/squirrelmail-plugins/

<Proxy *>
Order deny,allow
Allow from all
</Proxy>
# Error Pages sollen nicht vom entfernten Server geholt werden.
ProxyPass /Apache2/error !
ProxyPass /error !
ProxyPass /admin !

<Location /Downloads/repos/squirrelmail-plugins/>
        ProxyPass http://Pluto/Downloads/repos/squirrelmail-plugins/
        ProxyPassReverse http://Pluto/Downloads/repos/squirrelmail-plugins/
</Location>

Can someone help?

Thank you very much.
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 Thu Jan 19 21:52:03 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.