Symptoms
You receive a notification stating, "The Apache PHP-FPM service is down."
Description
This issue often occurs when a domain's PHP-FPM configuration is missing or corrupt. Rebuilding the configuration and restarting the apache_php_fpm
service will correct this issue.
Workaround
- Access the server's command line as the 'root' user via SSH or "Terminal" in WHM.
- Run the following command.
/scripts/php_fpm_config --rebuild
- Restart the
apache_php_fpm
service./scripts/restartsrv_apache_php_fpm
Comments
0 comments
Article is closed for comments.