• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Question No startable php 7.4 Version

Jürgen_T

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