• 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 Unable to set php_value 'pm'

Hassaan

Basic Pleskian
I am seeing the following error for all of my domain in logs from last two days.

This command display following errors.

tail /var/log/plesk-php70-fpm/error.log

[16-May-2017 20:51:59] WARNING: [pool playsongs.pk] child 28347 said into stderr: "ERROR: Unable to set php_value 'pm'"
[16-May-2017 20:51:59] WARNING: [pool playsongs.pk] child 28347 said into stderr: "ERROR: Unable to set php_value 'pm.process_idle_timeout'"
[16-May-2017 20:51:59] WARNING: [pool playsongs.pk] child 28347 said into stderr: "ERROR: Unable to set php_value 'pm.max_children'"
[16-May-2017 20:51:59] WARNING: [pool playsongs.pk] child 28347 said into stderr: "ERROR: Unable to set php_value 'listen.backlog'"


I have followed this article. But solution is not working for me anymore :(

How to change PHP-FPM pool settings for domain through Plesk UI?


I have write the following lines to file /var/www/vhosts/system/playsongs.pk/conf/php.ini

listen.backlog = 65535

;[php-fpm-pool-settings]
pm = ondemand
pm.max_children = 4000
pm.process_idle_timeout = 10s


and then run following command

/usr/local/psa/bin/php_settings -u

But issue is still there
 
Back
Top