I'm getting this message the last few hours after a server reboot on a Centos 7 server
So why is it even present in DA service monitor?
service php-fpm55 status does return this:
So php 5.5 is apparently still on this server, how to remove it without breaking anything?
'Funny' thing is that php 5.5 is not even in my phpX_release settings in custombuild options.conf file.The service 'php-fpm55' on server xxx is currently down
So why is it even present in DA service monitor?
service php-fpm55 status does return this:
Code:
Redirecting to /bin/systemctl status php-fpm55.service
● php-fpm55.service - The PHP FastCGI Process Manager
Loaded: loaded (/etc/systemd/system/php-fpm55.service; enabled; vendor preset: disabled)
Active: failed (Result: exit-code) since Wed 2024-01-17 16:45:56 CET; 23s ago
Process: 7092 ExecStart=/usr/local/php55/sbin/php-fpm55 --nodaemonize --pid=/run/php-fpm55.pid (code=exited, status=203/EXEC)
Main PID: 7092 (code=exited, status=203/EXEC)
Jan 17 16:45:56 xxx systemd[1]: Starting The PHP FastCGI Process Manager...
Jan 17 16:45:56 xxx systemd[7092]: Failed at step EXEC spawning /usr/local/php55/sbin/php-fpm55: No such file or directory
Jan 17 16:45:56 xxx systemd[1]: php-fpm55.service: main process exited, code=exited, status=203/EXEC
Jan 17 16:45:56 xxx systemd[1]: Failed to start The PHP FastCGI Process Manager.
Jan 17 16:45:56 xxx systemd[1]: Unit php-fpm55.service entered failed state.
Jan 17 16:45:56 xxx systemd[1]: php-fpm55.service failed.