• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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