• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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