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

Re: SVN write-through proxying and TLS

From: Trent Nelson <svn-users-list_at_trentnelson.com>
Date: Wed, 4 Feb 2009 21:46:36 +0000

On Tue, Feb 03, 2009 at 04:47:58PM +0000, Stephen Connolly wrote:
> Has anyone managed to get write-through proxying working with
> Subversion 1.5.x and Apache 2.2.x over TLS?
...
> I keep on getting MKACTIVITY errors with eith a status code of 500 or
> 400 or other random errors... apache's logs are not very revealing,
> other than hinting that I might not have configured SSLProxyEngine...
> but I have SSLProxyEnginge on

    I think I ran into this using mod_proxy in a slightly different
    setup. The 'RequestHeader' change below did the trick for me:

# https://svn.onresolve.com
<VirtualHost 127.0.0.1:81>
    # The following is needed to allow DAV copy/move operations to work, see
    # http://silmor.de/49 for more information.
    RequestHeader edit Destination ^https http early
    ...

        Trent.
Received on 2009-02-04 22:47:57 CET

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.