• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • 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.

Issue Domain PHP "Performance and security settings" not used?

yabado

Regular Pleskian
I have set several custom PHP settings, hit Apply ( then OK ) and the custom settings are never applied to the domain.

Anyone know how to fix this?

CloudLinux Server 6.10 (Vladimir Lyakhov)‬ProductPlesk Onyx
Version 17.8.11 Update #78, last updated on Dec 23, 2019 03:52 AM
 
I load up phpinfo() on a page to verify changes, yet they remain the defaults.

I also increase upload_max_filesize to 16MB, yet I am only able to upload files of 2MB or less.
 
Can't reproduce it.
With default setting:

# grep upload_max_filesize /var/www/vhosts/system/vasya.tld/etc/php.ini
upload_max_filesize = 2M

Changed upload_max_filesize to 16MB:

# grep upload_max_filesize /var/www/vhosts/system/vasya.tld/etc/php.ini
upload_max_filesize = 16M
 
The domain's php.ini has the updated values, but the server is not using them.
Perhaps plesk is not restarting things to pick up the new config correctly?
 
Back
Top