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

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