You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2017/10/01 12:33:58 UTC

[Bug 61551] Event MPM workers stuck in Gracefully Finishing with no connections left

https://bz.apache.org/bugzilla/show_bug.cgi?id=61551

--- Comment #17 from Nic Jansma <ni...@nicj.net> ---
It's been 4 days of running with ModSecurity off, and I haven't had a repro of
the issue at all.  I'm fairly confident at this point, due to the correlation
of the timing of the Slow-Loris attack and when these stuck threads happen,
that something in ModSecurity's connection-rejectioning may be triggering this
bad behavior.

e.g. this code executes during the attack and those connections get "dropped"

https://github.com/nicjansma/ModSecurity/blob/master/apache2/mod_security2.c#L1459

Should I open an issue in their Github?

This behavior can be triggered by slowhttptest -H or -X:
https://github.com/shekyan/slowhttptest

SecConnEngine On
SecConnReadStateLimit 10
SecConnWriteStateLimit 10

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: bugs-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org