• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    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.

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