• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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