You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by David Förster <da...@dfoerster.de> on 2005/06/22 12:33:59 UTC

DAV access through mod_rewrite

Hi,

I'm running an Apache 2 server with Subversion which is only accessible 
through another Apache 1 server. The gateway server forwards a certain 
directory to the real Subversion server using the proxy flag of mod_rewrite.

Repository access works fine except copying which gives a "502 Bad Gateway" 
error. I found some reports of this problem when using a real proxy but this 
is not what I do.

Do you have any hints how to solve this problem or how to provide access to 
the Subversion server through another Apache server?

regards
David

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: DAV access through mod_rewrite

Posted by Stephane Bortzmeyer <bo...@nic.fr>.
On Wed, Jun 22, 2005 at 02:33:59PM +0200,
 David Förster <da...@dfoerster.de> wrote 
 a message of 19 lines which said:

> I'm running an Apache 2 server with Subversion which is only
> accessible through another Apache 1 server.

I have exactly the same issue.

> Repository access works fine except copying which gives a "502 Bad
> Gateway" error. I found some reports of this problem when using a
> real proxy but this is not what I do.

To me, there is no difference, it is a proxy, wether you call it
"real" or not. (And I have the dreadful 502, I cannot use "svn
rename", which was one of my main reasons to switch from CVS.)

> Do you have any hints how to solve this problem or how to provide
> access to the Subversion server through another Apache server?

The deafening silence which replies to every question on that issue
prompted me to give in and to order a second server, so I can run
Apache 1 on one (some applications require it) and Apache 2 on the
second (for Subversion). This will require two holes in the firewall.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org