change upload_max_filesize with phpcgi
change upload_max_filesize with phpcgi
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?
Re: change upload_max_filesize with phpcgi
What OS do you use?
Have you tried to edit /etc/php5/cgi/php.ini (Ubuntu) ?
Have you tried to edit /etc/php5/cgi/php.ini (Ubuntu) ?