• 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 How apply additional settings to php-fpm?

t4ngml

New Pleskian
Server operating system version
Ubuntu 18.04
Plesk version and microupdate number
18.0.56
Hi there,
I need to increase the log_limit parameter, which is set to 1024 by default.
I followed the methode suggested here: https://support.plesk.com/hc/en-us/...M-plugin-of-360-Monitoring-on-a-Plesk-server-
By adding this to the Additional settings field, in smb/web/php-settings/id/1
[php-fpm-pool-settings]
log_limit = 4096;

Then I restarted php-fpm.

Unfortunately, obviously it doesn't work: we're still bound to 1024 characters outputs.
Did I miss something?

Thanks
 
It's listed on the global PHP FPM conf directives PHP: Configuration - Manual so I suppose you can add it to /opt/plesk/php/<php version>/etc/php-fpm.conf just the other parameters like log_level. The only thing I am not sure about is whether a service restart like systemctl restart plesk-php<version>-fpm is required afterwards to apply the changes. Entries in php-fpm.conf are not necessarily shown in phpinfo().
 
Back
Top