• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

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