• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

Question No startable php 7.4 Version

Kulturmensch

Regular Pleskian
Although installed in the services section only PHP-FPM 8.1.4 can be stopped, started or restarted. How can I solve this?
Latest Plesk-
1649843500621.png

System:

CPUIntel(R) Xeon(R) CPU E5-2630 0 @ 2.30GHz (10 core(s))
VersionPlesk Obsidian v18.0.43_build1800220411.06 os_Ubuntu 20.04
BetriebssystemUbuntu 20.04.4 LTS
 
This is expected behaviour: If a PHP-FPM handler is not in use by any of domains, it will not start.
When a domain will be switched to this PHP-FPM handler, its PHP-FPM service will start automatically.
 
Thank you, but all my domains/subdomains are running PHP-FPM 8.0.17 and it is also not startable? I have choosen in all cases. PHP-FPM as dedicated php application.
 
What id the status of this service if you check it in CLI with

# systemctl status plesk-php80-fpm

Try to start it with

# systemctl start plesk-php80-fpm

and check the output.
 
This happens

root@mail:~# systemctl status plesk-php80-fpm
● plesk-php80-fpm.service - The PHP 8.0.17 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/plesk-php80-fpm.service; disabled; ven>
Drop-In: /lib/systemd/system/plesk-php80-fpm.service.d
└─limit_nofile.conf
Active: inactive (dead)

Apr 08 09:27:35 h2828820.stratoserver.net systemd[1]: Starting The PHP 8.0.17 F>
Apr 08 09:27:38 h2828820.stratoserver.net systemd[1]: Started The PHP 8.0.17 Fa>
Apr 11 21:30:27 mail.tenckhoff.de systemd[1]: Stopping The PHP 8.0.17 FastCGI P>
Apr 11 21:30:27 mail.tenckhoff.de systemd[1]: plesk-php80-fpm.service: Succeede>
Apr 11 21:30:27 mail.tenckhoff.de systemd[1]: Stopped The PHP 8.0.17 FastCGI Pr>
lines 1-11/11 (END)
● plesk-php80-fpm.service - The PHP 8.0.17 FastCGI Process Manager
Loaded: loaded (/lib/systemd/system/plesk-php80-fpm.service; disabled; vendor preset: enabled)
Drop-In: /lib/systemd/system/plesk-php80-fpm.service.d
└─limit_nofile.conf
Active: inactive (dead)

Apr 08 09:27:35 h2828820.stratoserver.net systemd[1]: Starting The PHP 8.0.17 FastCGI Process Manager...
Apr 08 09:27:38 h2828820.stratoserver.net systemd[1]: Started The PHP 8.0.17 FastCGI Process Manager.
Apr 11 21:30:27 mail.tenckhoff.de systemd[1]: Stopping The PHP 8.0.17 FastCGI Process Manager...
Apr 11 21:30:27 mail.tenckhoff.de systemd[1]: plesk-php80-fpm.service: Succeeded.
Apr 11 21:30:27 mail.tenckhoff.de systemd[1]: Stopped The PHP 8.0.17 FastCGI Process Manager.

root@mail:~# systemctl start plesk-php80-fpm
Job for plesk-php80-fpm.service failed because the control process exited with error code.
See "systemctl status plesk-php80-fpm.service" and "journalctl -xe" for details.
root@mail:~#
 
Back
Top