How to force https / SSL on a domain in Vesta Control Panel

1. Install custom nginx template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/rhel/force-https/nginx.tar.gz tar -xzvf nginx.tar.gz rm -f nginx.tar.gz 2. Create new package or set force https as nginx template in the existing package 3. Add new user and assing him package with force-https template 4. Add new domain with SSL certificate and check the result

See More

How to enable PHP-FCGI support on a Debian or Ubuntu on Vesta Control Panel

This tutorial is created for servers with less than 1Gb of ram avaialbe. On “medium” servers installation is fully automatic. 1. Install fcgid apache module apt-get install libapache2-mod-fcgid a2enmod fcgid 2. Download fcgid template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/ubuntu/fcgid/apache2.tar.gz tar -xzvf apache2.tar.gz rm -f apache2.tar.gz 3. Create new package or set phpfcgid as apache template in […]

See More

How to enable PHP-FCGI support on a RHEL or CentOS on Vesta Control Panel

This tutorial is created for servers with less than 1Gb of ram avaialbe. On “medium” servers installation is fully automatic. 1. Install fcgid apache module yum install mod_fcgid 2. Download fcgid template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/rhel/fcgid/httpd.tar.gz tar -xzvf httpd.tar.gz rm -f httpd.tar.gz 3. Create new package or set phpfcgid as apache template in the existing […]

See More