• 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.

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