• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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