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 translate Vesta interface in Vesta Control Panel

Localization files can be found in the /usr/local/vesta/web/inc/i18n/ directory. You can use en.php as a template to create new file. Just change the $LANG[‘en’] to $LANG[‘aa’] and you are all set. In other languages some things are simply too long. You can rely on context to cut and shorten up long phrases. Instead of explicitly […]

See More

How to configure FTP backup in Vesta Control Panel

Login on a server as root and run following command v-add-backup-ftp-host remote.ftp-host.ltd backup-user p4ssw0rd Command arguments (of course) should be replaced with relevant login credentials

See More