Page 1 of 1

change upload_max_filesize with phpcgi

Posted: Thu Apr 03, 2014 6:45 pm
by btiessen
I am having trouble changing upload_max_filesize and other paramters when using phpcgi.

I have tried changing multiple php.ini configurations and restarting apache but neither have worked, and when I run this command:

Code: Select all

php --ini | grep max
It returns to me parameters->values and values are still default

How can I change the default phpcgi values from 8M to 2G?

Re: change upload_max_filesize with phpcgi

Posted: Fri May 02, 2014 11:47 am
by demlasjr
What OS do you use?
Have you tried to edit /etc/php5/cgi/php.ini (Ubuntu) ?

Re: change upload_max_filesize with phpcgi

Posted: Sun May 04, 2014 6:06 pm
by justqt
Look at my other post here: viewtopic.php?f=11&t=3924&start=10#p12392

Should help you :)