• 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

Issue php-fpm-pool-settings

only service start not run

root@server / # service php70-fpm restart
Failed to restart php70-fpm.service: Unit php70-fpm.service failed to load: No such file or directory.
 
this from you not working to
Code:
root@server / # service php-fpm restart
Failed to restart php-fpm.service: Unit php-fpm.service failed to load: No such file or directory.
 
What is your OS and output of

# ll /usr/lib/systemd/system/ | grep fpm

?
 
sorry,
‪Debian 8.6‬
Plesk Onyx
Version 17.0.17 Update #12, zuletzt aktualisiert: 26. Dez. 2016 10:21:48
 
Well, this "service" command is for CentOS7.
Unfortunately I'm not Debian fan and haven't Debian8 test server at the moment, but maybe there is something like

# /etc/init.d/php-fpm restart

Check it. It is usual Linux administrative task - restarting services.
 
BTW, you can restart it in Tools&Settings->Services Management
 
also i have try with this article
https://support.plesk.com/hc/en-us/articles/213949365
but receive some errors to :( any idea?

[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'pm.max_children'"
[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'pm.min_spare_servers'"
[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'pm.max_spare_servers'"
[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'request_terminate_timeout'"
 
also i have try with this article
How to change PHP-FPM pool settings for a domain in Plesk
but receive some errors to :( any idea?

[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'pm.max_children'"
[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'pm.min_spare_servers'"
[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'pm.max_spare_servers'"
[27-Dec-2016 14:36:24] WARNING: [pool industriemeister-2000.de] child 9264 said into stderr: "ERROR: Unable to set php_value 'request_terminate_timeout'"

These values cannot be set through Plesk UI, as per How to change PHP-FPM pool settings for a domain in Plesk you should set them via SSH. This is the reason why you are getting these errors.
 
Back
Top