Welcome! Log In Create A New Profile

Advanced

proxying to apache/svn, COPY fails, but without HTTPS

Samuel Vogel
August 10, 2009 10:50AM
Hey guys,

We proxy http://svn.domain.com:80 to http://localhost:81, where an
apache server with mod_dav_svn is listening, which is binding only to
127.0.0.1:81.
We do get a "502 Bad Gateway" for COPY requests. This topic came up a
couple of times on the list, but issues with HTTPS vs. HTTP always
caused the problems.
This is however not the case with out setup, the SVN client uses HTTP
and we proxy to the backend via HTTP.

Our nginx config:
server {
listen 80;
server_name svn.domain.com;

location / {
proxy_pass http://localhost:81;
}
}

Apache config:
Listen 127.0.0.1:81

ServerName svn.domain.com
UseCanonicalName On

<Location />
DAV svn
SVNParentPath "/var/lib/svn"
</Location>

Any hints how this could be solved?

Regards,
Samy
Subject Author Posted

proxying to apache/svn, COPY fails, but without HTTPS

Samuel Vogel August 10, 2009 10:50AM

Re: proxying to apache/svn, COPY fails, but without HTTPS

Samuel Vogel August 12, 2009 06:18AM

Re: proxying to apache/svn, COPY fails, but without HTTPS

Igor Sysoev August 12, 2009 06:30AM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 135
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready