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

--- Comment #1 from Rainer Jung <rainer.j...@kippdata.de> ---
Typical PHP builds are not thread-safe (except on Windows), so you must use the
prefork MPM, not the event MPM which you are using due to your log snippet.
Please change your LoadModule lines to load mpm_prefork instead of mpm_event
and try again. Let us know, if it works then.

Thanks and regards,

Rainer

-- 
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