Symptoms
PHP-FPM for ALT-PHP versions is unable to start.
Cause
The issue is caused by a missing *.conf file:
CONFIG_TEXT: WARNING: Nothing matches the include pattern '/opt/alt/php82/etc/php-fpm.d/*.conf' from /opt/alt/php82/etc/php-fpm.conf at line 135.
Resolution
Copy the "www.conf.default" file to "www.conf" in the "/opt/alt/php*/etc/php-fpm.d" directory to ensure it matches the include mentioned in the error. For example:
# cp -a /opt/alt/php82/etc/php-fpm.d/www.conf.default /opt/alt/php82/etc/php-fpm.d/www.conf
Comments
0 comments
Article is closed for comments.