Phpfastcgi removed?
-
- Posts: 19
- Joined: Sat Sep 28, 2013 9:41 pm
Phpfastcgi removed?
I installed Vestaco some months ago, so after some days without using this good panel, i try install today again
1 - Phpfastcgi not found on apache templates only phpcgi
2 - Using phpcgi i have this problem
Syntax error on line 17 of /home/admin/conf/web/apache2.conf:
Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
...fail!
3 - Is possiblem remove apache and use only Nginx?
1 - Phpfastcgi not found on apache templates only phpcgi
2 - Using phpcgi i have this problem
Syntax error on line 17 of /home/admin/conf/web/apache2.conf:
Invalid command 'Action', perhaps misspelled or defined by a module not included in the server configuration
Action 'configtest' failed.
The Apache error log may have more information.
...fail!
3 - Is possiblem remove apache and use only Nginx?
Re: Phpfastcgi removed?
1. In order to decrease memory consumption installer doesn't install fcgi modules on a server with less than 1Gb RAM
You can install it manually
2. Try following command "a2enmod cgi" and restart apache
3. Apacheless configuration is not yet supported so it could be really tricky to remove it.
You can install it manually
Code: Select all
apt-get install libapache2-mod-fcgid
a2enmod fcgid
cd /usr/local/vesta/data/templates/web
wget http://c.vestacp.com/0.9.8/ubuntu/templates.tar.gz
tar -xzvf templates.tar.gz
3. Apacheless configuration is not yet supported so it could be really tricky to remove it.
-
- Posts: 19
- Joined: Sat Sep 28, 2013 9:41 pm
Re: Phpfastcgi removed?
Thankoskid wrote:1. In order to decrease memory consumption installer doesn't install fcgi modules on a server with less than 1Gb RAM
You can install it manually2. Try following command "a2enmod cgi" and restart apacheCode: Select all
apt-get install libapache2-mod-fcgid a2enmod fcgid cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/ubuntu/templates.tar.gz tar -xzvf templates.tar.gz
3. Apacheless configuration is not yet supported so it could be really tricky to remove it.