• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

Resolved restarting PHP-FPM 7.0.16 from cron

Dumitru

New Pleskian
We need to user same restart function like your button form plesk
for restart php-ftp7, we need to use it cron

* * * * * /usr/sbin/service php5-fpm restart - this is workign for php-fpm 5
* * * * * /usr/sbin/service php7-fpm restart - bat for 7 this is not working

It is other setting for restarting PHP-FPM 7.0.16 from cron ?
 

Attachments

  • Screenshot_6.png
    Screenshot_6.png
    28.4 KB · Views: 10
Hi Dumitru,

if you desire to restart Plesk - PHP-FPM - versions, they are named as :

plesk-php52-fpm
plesk-php53-fpm
plesk-php54-fpm
plesk-php55-fpm
plesk-php56-fpm
plesk-php70-fpm
plesk-php71-fpm
 
Hi Dimitru,

Let's look at services for php (from my system with Plesk):
# systemctl list-unit-files | grep php
php-fpm.service enabled
plesk-php56-fpm.service disabled
plesk-php70-fpm.service enabled
plesk-php71-fpm.service enabled

So, a command will be 'service plesk-php70-fpm restart'.

Are you really restart php5-fpm every minute? I think it is very often :)
 
working perfect tnx
I use /usr/sbin/service plesk-php70-fpm restart form cron job one per day
 
Last edited:
Back
Top