change upload_max_filesize with phpcgi
Posted: Thu Apr 03, 2014 6:45 pm
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:
It returns to me parameters->values and values are still default
How can I change the default phpcgi values from 8M to 2G?
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
How can I change the default phpcgi values from 8M to 2G?