Search found 3 matches
- Thu Apr 03, 2014 6:45 pm
- Forum: Web Server
- Topic: change upload_max_filesize with phpcgi
- Replies: 2
- Views: 6712
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: 13682
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: 13682
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?