Page 1 of 1

Phpfastcgi removed?

Posted: Mon Dec 23, 2013 12:49 am
by imperahost
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?

Re: Phpfastcgi removed?

Posted: Tue Dec 24, 2013 2:55 pm
by skid
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

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
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.

Re: Phpfastcgi removed?

Posted: Sat Dec 28, 2013 9:09 am
by imperahost
skid 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 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
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.
Thanko