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

Re: Access to subversion via Pound/SSL+Apache/DAV (add'l info)

From: Jason Vasquez <jason_at_obiwan.homelinux.org>
Date: 2003-08-26 01:00:36 CEST

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Sorry, I know this is bad form to keep replying to myself, but I did want
to include as much info as possible.

I believe I've tracked down the problem, but have no solution at this
point.

I did a network trace and logged the raw output that Apache is responding
with. (Maybe there's a way to do this with the svn command? I didn't see
how) Basically, I'm requesting through a URI in the form of
https://..../.., but the repository (behind the proxy) is located at a URI
of http://.../.... (no ssl)

This seems to me that it will become a larger problem in the future, as a
couple of large corporations I've consulted in put their webservers behind
load balancers/reverse proxies (e.g., F5), even when there is only one box
behind.

Here is the sent headers and response (i've filtered the response for the
sake of readability)

sent>>>>>>
COPY /svn/test/!svn/bc/5/foo.txt HTTP/1.1
Host: obiwan.homelinux.org
User-Agent: neon/0.23.9 SVN/0.28.0 (dev build)
Connection: TE
TE: trailers
Depth: 0
Destination:
https://obiwan.homelinux.org/svn/test/!svn/wrk/6dc7a188-bfc5-0310-8547-959581d903a1/bar.txt
Overwrite: T
Authorization: Basic amFzb246anVseTQxcGll
X-Pound-SSL: Yes
X-Forwarded-For: 127.0.0.1

response<<<<<<<
Bad Gateway
Destination URI refers to different scheme or port
(https://hostname:443)
(want: http://hostname:9090)

Note that none of the other commands include the Destination header -- is
this something required by DAV, or added by the subversion client?

- -jason

On Mon, 25 Aug 2003, Jason Vasquez wrote:
> I thought it might be helpful to include the apache access log from this
> transaction -- this request DOES seem to be making it through to apache
> OK (you can see the 502 in this log as well):
> ...<snip/>

- --
- -------------------------------------------------------------------
| | |
| Jason Vasquez | When their numbers dwindled from |
| jason@obiwan.homelinux.org | 50 to 8, the other dwarves began |
| http://obiwan.homelinux.org | to suspect Hungry. |
| | |
|------------------------------------------------------------------
| Public Key: http://obiwan.homelinux.org/~jason/pubkey.txt |
- -------------------------------------------------------------------
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (GNU/Linux)

iD8DBQE/SpUWY6zA1HI6auYRApWAAJ4oJ/QoSSDoDEsWMhl5l8oHbxkKSwCeMNX+
mmERmjBZ7EheW5cERa/YkUA=
=vOFE
-----END PGP SIGNATURE-----

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 26 01:01:32 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.