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 2022/06/16 09:58:21 UTC

[Bug 66124] Apache newer than 2.4.52 does not work with mod_php56 (5.6.40)

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

--- Comment #1 from Rainer Jung <ra...@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org