• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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