• 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!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

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