https://bz.apache.org/bugzilla/show_bug.cgi?id=65769
--- Comment #4 from ldeliso <lore...@ldeliso.com> --- Created attachment 38143 --> https://bz.apache.org/bugzilla/attachment.cgi?id=38143&action=edit error log 27122021 Below you can find the logs after increasing the debug level. The configuration is the one I previously reported, although it tends to happen with a lower value for "MaxConnectionsPerChild" and not using ab here, just sending 3/4 requests with curl after starting up httpd. What I also noticed is this piece of log continuously in loop (until I stopped httpd): +++++++++++++++++++++++++++++++++++++++++++++ [Mon Dec 27 18:09:26.412311 2021] [mpm_event:trace1] [pid 23746:tid 47989522396224] event.c(2952): server is at active daemons limit, spawning of 1 children cancelled: 1/1 active, rate 32 [Mon Dec 27 18:09:26.412349 2021] [mpm_event:info] [pid 23746:tid 47989522396224] AH00486: server seems busy, (you may need to increase StartServers, ThreadsPerChild or Min/MaxSpareThreads), spawning 0 children, there are around 0 idle threads, 1 active children, and 0 children that are shutting down +++++++++++++++++++++++++++++++++++++++++++++ In another case (leading to the same situation) no event were logged in loop, but after logging "Too many open connections (0) ..." no connections were served anymore: +++++++++++++++++++++++++++++++++++++++++++++ [Mon Dec 27 17:54:05.842996 2021] [mpm_event:trace1] [pid 23211:tid 47140081620736] event.c(1217): Stopping process due to MaxConnectionsPerChild [Mon Dec 27 17:54:05.843074 2021] [mpm_event:trace1] [pid 23211:tid 47139822519360] event.c(2683): graceful termination, workers joined, exiting [Mon Dec 27 17:54:06.894748 2021] [mpm_event:trace5] [pid 23164:tid 47139822519360] event.c(2972): Spawning new child: slot 0 active / total daemons: 0/0 [Mon Dec 27 17:54:06.900350 2021] [mpm_event:debug] [pid 23218:tid 47140077418240] event.c(2367): AH02471: start_threads: Using epoll (wakeable) [Mon Dec 27 17:54:06.900545 2021] [mpm_event:debug] [pid 23218:tid 47140081620736] event.c(1864): Too many open connections (0), not accepting new conns in this process [Mon Dec 27 17:54:06.900563 2021] [mpm_event:trace1] [pid 23218:tid 47140081620736] event.c(1867): Idle workers: 0 +++++++++++++++++++++++++++++++++++++++++++++ In both cases I couldn't find any running listening thread to serve the requests. -- 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