|
/
Zope
/
Apsis
/
Pound Mailing List
/
Archive
/
2007
/
2007-03
/
Subversion COPY error : 502 Bad gateway
[
Vhosts with SSL / dev(at)tallowitz.ch ]
[
RE: [Pound Mailing List] Vhosts with SSL / ... ]
Subversion COPY error : 502 Bad gateway
Vincent DARON <tropico(at)tiscali.be> |
2007-03-02 22:36:19 |
[ SNIP ]
|
Hi all
I'm using pound in front of a Subversion server.
SVN Client <-- HTTPS --> Pound <-- HTTP --> Subversion
Everything works fine except when I do a COPY (Branch,Merge,Rename,...),
I have a Bad Gateway error,...
the directive xHTTP is set to 4 (I've tryed 3 also) and I'm running
pound 2.2.6 (same error with at least 2.2.4 and 2.2.5)
Tks for help
Vincent
|
|
|
Re: [Pound Mailing List] Subversion COPY error : 502 Bad gateway
Robert Segall <roseg(at)apsis.ch> |
2007-03-05 19:17:57 |
[ SNIP ]
|
On Fri, 2007-03-02 at 22:36 +0100, Vincent DARON wrote:
> Hi all
>
> I'm using pound in front of a Subversion server.
>
> SVN Client <-- HTTPS --> Pound <-- HTTP --> Subversion
>
> Everything works fine except when I do a COPY (Branch,Merge,Rename,...),
> I have a Bad Gateway error,...
>
> the directive xHTTP is set to 4 (I've tryed 3 also) and I'm running
> pound 2.2.6 (same error with at least 2.2.4 and 2.2.5)
Have a look at RewriteDestination in the man page - it was added
precisely for that reason.
--
Robert Segall
Apsis GmbH
Postfach, Uetikon am See, CH-8707
Tel: +41-44-920 4904
|
|
|
Re: [Pound Mailing List] Subversion COPY error : 502 Bad gateway
Vincent DARON <tropico(at)tiscali.be> |
2007-03-06 07:54:15 |
[ SNIP ]
|
Thanks a lot.
Robert Segall wrote:
> On Fri, 2007-03-02 at 22:36 +0100, Vincent DARON wrote:
>
>> Hi all
>>
>> I'm using pound in front of a Subversion server.
>>
>> SVN Client <-- HTTPS --> Pound <-- HTTP --> Subversion
>>
>> Everything works fine except when I do a COPY (Branch,Merge,Rename,...),
>> I have a Bad Gateway error,...
>>
>> the directive xHTTP is set to 4 (I've tryed 3 also) and I'm running
>> pound 2.2.6 (same error with at least 2.2.4 and 2.2.5)
>>
>
> Have a look at RewriteDestination in the man page - it was added
> precisely for that reason.
>
|
|
|
|