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

Re: redirection

From: <wheelerj_at_lexmark.com>
Date: 2003-10-03 20:30:26 CEST

Christophe Labouisse wrote....

$On Fri, 3 Oct 2003 10:31:41 -0400
$wheelerj@lexmark.com wrote:
$
$
$> A reverse proxy seems to be working.

$Are you sure ? I try to configure a reverse proxy with the following
$directives:

$<Location /gruik>
        ProxyPass http://gabuzo/svn/testrepos
        ProxyPassReverse http://gabuzo/svn/testrepos
</Location>

$It works fine from a browser and from svn a "ls" or a "cat" works also
$fine.

$However when I try to do a check out I get the following output:

$ svn co http://localhost/gruik/trunk/html/coloriages
$svn: Apache got a malformed URI
$svn: REPORT request failed on '/svn/testrepos/!svn/vcc/default'
$svn:
$The specified URI does not refer to this repository, so it is unusable.

I had to configure the servers file and set the appropriate values for my
proxy server in order
to get my command line subversion client to work. Did you do that?

Also, I did not put my proxy settings inside of a location directive. I
don't see why
that would make a difference but it might.

Here is what I put at the very end of my Apache httpd.conf file....

ProxyRequests Off

<Proxy *>

Order deny,allow
Allow from all

</Proxy>

ProxyPass /scm http://marine.lpdev.prtdev.lexmark.com/scm

Jim

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 3 21:24:47 2003

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.