• 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 Plesk does not change the php-fpm parameters of a domain

Nicolas Sanchez

New Pleskian
I have installed the Plesk Onyx version 7.8.11 - Update #69

When I try to change the variables (pm.max_children/pm.max_requests) of a domain from the plesk panel, I can't do it.

pm.max_children = 7
pm.max_requests = 155

php-fpm-conf.png

The /opt/plesk/php/7.2/etc/php-fpm.d/domain.tld.conf file hanges the modification date, but the values of the variables keep the value 1000. Like the values below

; Following directives define pool configuration
pm = dynamic
pm.max_children = 1000
pm.max_requests = 1000
pm.max_spare_servers = 3
pm.min_spare_servers = 2
pm.process_idle_timeout = 10s
pm.start_servers = 2

Regards
 
Can't reproduce this issue. Make sure that your domain has exactly this PHP version and run as "FPM application served by nginx"
 
Back
Top