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

apache configuration question

From: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2001-11-26 21:01:52 CET

gstein,

I'm trying to understand what causes this COPY request to be rejected
by Apache. I've seen this error before on newton.collab.net, but now
I'm seeing it on sp.red-bean.com (another test server). (IIRC, on
newton, we changed the httpd.conf somehow to fix this?)

I checked out my entire working copy from 'sp.red-bean.com', which is
a CNAME for sanpietro.red-bean.com. But Apache is sending back a 502
on a COPY (but not on a PUT). Can you remind me what's going on here?

COPY /testing/$svn/bc/7//misctext/3bits HTTP/1.1
User-Agent: SVN/0.6.0 neon/0.17.2
Connection: TE
TE: trailers
Depth: infinity
Destination: http://sp.red-bean.com:8080/testing/$svn/wrk/9ae1671d-d21d-b211-8c09-ee069d8f7c3b/misctext/copies/3bits
Overwrite: T
Host: sp.red-bean.com:8080
Authorization: Basic c3Vzc21hbjpzdDFzb3Vw

HTTP/1.1 502 Bad Gateway
Date: Mon, 26 Nov 2001 19:29:22 GMT
Server: Apache/2.0.29-dev (Unix) DAV/2 SVN/0.6.0
Content-Length: 283
Content-Type: text/html; charset=ISO-8859-1

<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>502 Bad Gateway</title>
</head><body>
<h1>Bad Gateway</h1>
<p>Destination URI refers to a different server.</p>
<hr />
<address>Apache/2.0.29-dev Server at sanpietro.red-bean.com Port 80</address>
</body></html>

--- (Even more mysterious: this server is running on port 8080, not
    80, as the last line reports!)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sat Oct 21 14:36:49 2006

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.