• The new Python extension is now available. It allows customers to deploy and manage WSGI-based Python applications on their websites directly from Plesk.
  • Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is 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.

PHP issues on Plesk 10.3.1

LloydD

Basic Pleskian
Hi everyone,
I hope someone can help.... I updated my Ubuntu 8.04 LTS VPS from Plesk 9.5.4 to Plesk 10.3.1 yesterday. Installation went fine but I then noticed that my php settings had changed to....

upload_max_filesize 2M
post_max_size 8M
memory_limit 128M

My custom settings are still in /etc/php5/*/php.ini files, I have added my custom php values in /var/www/vhosts/domain.tld/conf/php.ini (as Igor has said in other threads) and restarted apache but it stays the same.
I am running php as fast-cgi.

/var/www/vhosts/domain.tld/conf/php.ini

PHP:
upload_max_filesize 12M
post_max_size 12M
memory_limit 512M[/QUOTE]

Can I change this domain so it gets its php settings from the main /etc/php5/cgi/php.ini file?
Thanks in advance for your help
Kind regards

Lloyd
 
Last edited:
Arh, found the issue, I forgot the = sign, I'm sure there wasn't an = in the thread I copied n pasted from.
Nevermind sorted now.
Thanks for your help.
 
I have already this problem
I just added in php.ini the parameters, but you will find him at this address: and not /conf
/var/www/vhosts/domain.tld/etc/php.ini
good luck
 
Back
Top