Symptoms
When the PHP-FPM is installed for an ELS-PHP version, or PHP-FPM is enabled for a domain using ELS-PHP, the PHP-FPM daemon for the PHP version is not enabled or started.
Cause
We've opened an internal case for our development team to investigate this further. For reference, the case number is CPANEL-53424. Follow this article to receive an email notification when a solution is published in the product.
Resolution
This problem is resolved in the following versions:
- 11.110.0.122
- 11.126.0.64
- 11.134.0.31
- 11.136.0.15
You can start the ALT PHP-FPM service manually, if needed, to workaround the issue rather than update to a fixed version:
Note: Replace alt-php72 with the PHP version you are attempting to enable.
- Log in to SSH or use the WHM Terminal as the
rootuser. Run the following command:
# systemctl enable alt-php72-fpm
# systemctl start alt-php72-fpm
Comments
0 comments
Article is closed for comments.