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

Re: Segmentation fault in webdav after upgrading to 1.7 on CentOS - Need new ideas

From: Ben Reser <ben_at_reser.org>
Date: Sun, 03 Nov 2013 20:37:05 -0800

On 11/3/13 4:02 PM, Erwin Hogeweg wrote:
> Thanks for the response. It looks like applying the patch solved the problem. I
> am able to connect to the repo again. Pfew.

Glad to help. Something roughly equivalent to that patch will be included in
the next release. So you shouldn't need that patch forever.

> I had to disable this mod_sec rule in order to make it work though:
>
> # allow request methods
> #SecRule REQUEST_METHOD "!^((?:(?:POS|GE)T|OPTIONS|HEAD))$" \
> # "phase:2,t:none,log,auditlog,status:501,msg:'Method is not allowed by
> policy', severity:'2',id:'960032',tag:'POLICY/METHOD_NOT_ALLOWED'"
>
> Do you have any thoughts (good/bad/ugly) on that?

I've personally never used mod_security with Subversion so I can't make a very
definitive statement regarding it.

Subversion 1.8 clients use chunked http requests and older versions of
mod_security didn't allow chunked http requests. So I'd at least recommend
that you make sure you have a recent version of it.

Other than that I don't have anything additional to add other than what Branko
already told you.
Received on 2013-11-04 05:37:50 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.