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

--- Comment #9 from Michael Orlitzky <[email protected]> ---
(In reply to Stefan Eissing from comment #6)
> But the stacks here do not involve mod_md and point to another problem. I
> just noticed that you use mpm_prefork - which is doing a lot of process
> exits, I believe. Could that contribute?

If this is bad luck with regard to exit timing, then mpm_itk is probably
exacerbating rather than causing the problem. IIRC each connection forks to
drop privileges to the appropriate uid/gid, and then exits after handling the
request. It can also bail in the middle of a persistent connection if a request
for a different vhost arrives (the RFC allows this) because otherwise it would
have the wrong uid/gid.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to