• 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

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: 9
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