On 11/27/2013 04:18 PM, Ewald Dieterich wrote:
> With Apache 2.4.6 and mpm_worker configured as a reverse proxy I get
> segmentation faults when I enable modsecurity 2.7.5 with
> "SecRequestBodyAccess On" and then send large amounts of POST requests
> to a misconfigured backend server that just drops the requests.
This is not an error in modsecurity but in mod_proxy.
After asking on the Apache developer mailing list for help I applied the
following patches to mod_proxy_http.c and get no more segmentation faults:
http://svn.apache.org/viewvc?view=revision&revision=1534321
http://svn.apache.org/viewvc?view=revision&revision=1550061
See also:
https://issues.apache.org/bugzilla/show_bug.cgi?id=50335
|