We are happy to announce that Vesta is back under active development as of 25 February 2024. We are working on Vesta 2.0 and expect to release it by the end of 2024. Read more about it: https://vestacp.com/docs/vesta-2-development
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) ?