jola
Basic Pleskian
- Server operating system version
- AlmaLinux 9.5
- Plesk version and microupdate number
- 18.0.66 #2
I'm setting up a new Plesk server and when I searched for potential problems I discovered that the php-fpm from the OS vendors gets a failed state:
The Plesk php-fpm83 is running well, but the OS fails. I do not think the OS is needed and I tried to disable the OS php-fpm by running:
However, the php-fpm service is still being started and fails when I reboot my server. Any ideas how to solve this?
systemctl | grep fpm
● php-fpm.service loaded failed failed The PHP FastCGI Process Manager
plesk-php83-fpm.service loaded active running The PHP 8.3.15 FastCGI Process Manager
The Plesk php-fpm83 is running well, but the OS fails. I do not think the OS is needed and I tried to disable the OS php-fpm by running:
systemctl disable php-fpm
systemctl stop php-fpm
However, the php-fpm service is still being started and fails when I reboot my server. Any ideas how to solve this?