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

Re: [PATCH] ensure mod_proxy present when mod_dav_svn configured for mirroring

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Wed, 11 Nov 2009 09:28:56 +0000

Julian Foad <julianfoad_at_btopenworld.com> writes:

> C. Michael Pilato wrote:
>> Sorry, Dave, this patch (which I rather witnessed the conception of) skipped
>> past my radar somehow.
>>
>> +1 to commit, Julian (with the small request that a blank line precede the
>> newly added comment).
>
> Thanks, Mike.
>
> Committed revision 40385.

It's better, but still not enough on my box. Without mod_proxy I get
a 405:

  svn: Server sent unexpected return value (405 Method Not Allowed) in response to MKACTIVITY request for '/slave/!svn/act/3e451258-0c27-4616-b515-1b4d1bbc0424'

but with mod_proxy and without mod_proxy_html I get a 500:

  svn: Server sent unexpected return value (500 Internal Server Error) in response to MKACTIVITY request for '/slave/!svn/act/8cc2a957-2956-4ea2-8287-ade9c64bb873'

With the 500 I do get an error in error_log:

  [Wed Nov 11 09:18:49 2009] [warn] proxy: No protocol handler was valid for the URL /slave/!svn/act/8cc2a957-2956-4ea2-8287-ade9c64bb873. If you are using a DSO version of mod_proxy, make sure the proxy submodules are included in the configuration using LoadModule.

but it doesn't contain the magic word dav_proxy_html.

Should we add a similar check for dav_proxy_html?

-- 
Philip
------------------------------------------------------
http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=2416431
Received on 2009-11-11 10:30:40 CET

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.