[Bug 267435] www/apache24 core dumps when mod_perl, mod_php8, mod_dbd, and GD active
Date: Sat, 17 Jun 2023 17:25:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267435
Mina Galić <freebsd@igalic.co> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |freebsd@igalic.co
--- Comment #23 from Mina Galić <freebsd@igalic.co> ---
(In reply to Tatsuki Makino from comment #6)
you are running Apache with mpm_event. that's not supported with mod_php, at
least not with all possible php extensions.
if you want the benefits of mpm_event without random crashes you will need to
move away from mod_php and towards fpm+mod_proxy_fcgi
i don't know if the same is true for mod_perl. either way, it would make sense
to run multiple instances of Apache Httpd, so that unrelated applications
aren't crashing each other
--
You are receiving this mail because:
You are the assignee for the bug.