Skip to content Skip to sidebar Skip to footer

Centos Apache "child Pid *** Exit Signal Segmentation Fault (11)” In Error_log

i'm getting a lot 'Child pid XXXX exit signal Segmentation fault (11)' in my apache log file I tried the solution from here to find the error in no avail. Please help me understand

Solution 1:

My server team fixed this issue by recompiling Apache

SSH /scripts/easyapache

And it work.

Before that, my site was blank

Hope this helps

Solution 2:

Today I found the solution to my issue it was because of the Python module. I removed it and the issue is gone.

I don't know if it's an old version or something but anyways it's solved now,

Solution 3:

Check whether your PHP-FPM and PHP versions match. Make sure there is a (correct) PHP-FPM configuration corresponding to your PHP and PHP-FPM version, respectively.

PHP-FPM (config in /etc/php/7.0/fpm) and PHP versions may have gotten out of sync while updating. Updated PHP (/etc/php/7.3/) may cause apache child segfaults because of missing PHP-FPM configuration in /etc/php/7.3/.

See also “[notice] child pid XXXX exit signal Segmentation fault (11)” in apache error.log .

Post a Comment for "Centos Apache "child Pid *** Exit Signal Segmentation Fault (11)” In Error_log"