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 soon. Read more about it: https://vestacp.com/docs/vesta-2-development
Search found 3 matches
- Thu Apr 03, 2014 6:45 pm
- Forum: Web Server
- Topic: change upload_max_filesize with phpcgi
- Replies: 2
- Views: 6619
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: php --ini | grep max It returns to me parameters->values and values are still defa...
- Thu Apr 03, 2014 6:41 pm
- Forum: Web Server
- Topic: service apache2 restart invalid command 'Action'
- Replies: 2
- Views: 13567
Re: service apache2 restart invalid command 'Action'
I fixed this by running the command
Code: Select all
a2enmod actions
- Thu Apr 03, 2014 4:33 pm
- Forum: Web Server
- Topic: service apache2 restart invalid command 'Action'
- Replies: 2
- Views: 13567
service apache2 restart invalid command 'Action'

Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration
How do I fix this so I can restart Apache?