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