CentOS Linux 7.4.1708 (Core)
Kernel 3.10.0-693.17.1.el7.x86_64
Apache & Varnish Cache & Nginx Reverse Proxy
Apache/2.4.29
nginx/1.12.2
PHP 7.1.9
suPHP version 0.7.2
MySQL version: 10.1.31-MariaDB
CWPpro 0.9.8.454
SEL disabled
Mod Security disabled
The php-fpm server is supposed to be running and listening on tcp_port 9000 as php upstream handler/proxy.
upstream php-handler {
server 127.0.0.1:9000;
}
Checked with Netstat Port Usage but there is no process listening on that port nor is there any process named php-fpm. It should also be listed as server enabled/disabled but is neither.
Trying to enable/start with
systemctl enable (or start)[/i] php71-php-fpm (or php72-php-fpm)
fails with
Failed to execute operation: No such file or directory
Yum can only install php-fmp v 5.4.16, which does not work with PHP7 and is even producing adverse effects, hence no option
And I am starting to wonder why for any other component with a server attached to it there is a notice but not for php-fpm, suspecting that php-fpm is absent from the switch script
If wrong then please how to start the php-fpm server else appreciate to know how to install the server that CWP might have failed to install in the first place.