• The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

php settings

Martin_Sauer

Regular Pleskian
situation:
- compiled and installed php 5.5 and 5.6
- both versions work fine and are registered in plesk
- base configuration for php is set for each version in a custom.ini

issue:
- plesk php-settings are not applied: not matter what I change in Plesk php-settings, the values from my custom.ini file are used

What did I do wrong? How do I re-enable plesk php-settings?

Addendum: The php-settings apply esspecially to post_max_size and execution_time
 
Last edited:
( if you use FastCGI as well ) Did you change the php5-fpm - configurations as well located at: "/etc/php5/fpm/pool.d"

For example:
PHP:
php_value[memory_limit] = XXXM
php_value[max_input_time] = XXX
php_value[max_execution_time] = XXX
php_value[post_max_size] = XXXM
php_value[upload_max_filesize] = XXXM
 
( if you use FastCGI as well ) Did you change the php5-fpm - configurations as well located at: "/etc/php5/fpm/pool.d"

For example:
PHP:
php_value[memory_limit] = XXXM
php_value[max_input_time] = XXX
php_value[max_execution_time] = XXX
php_value[post_max_size] = XXXM
php_value[upload_max_filesize] = XXXM

Nope I didnt know (didnt see that remark in the KB article either).

Meaning I can use that file for my php-config and drop my own custom.ini php-config files?

Thank you so much.
 
Back
Top