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

--- Comment #1 from ldeliso <lore...@ldeliso.com> ---
I experienced this issue as well (in all cases I was using the event MPM):
apache stops accepting any connection because no listener thread is running. No
events are reported in the error log and downgrading to apache 2.4.51 "fixes"
this issue.


I'm able to reproduce this with this config (test case provided from bug
65592):

=====================
<IfModule mpm_event_module>
    StartServers             1
    MinSpareThreads         1
    MaxSpareThreads        1
    ThreadsPerChild         1
    MaxRequestWorkers      1
    MaxConnectionsPerChild   1
</IfModule>
=====================

Will try to eventually provide a trace later.

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

Reply via email to