Core Linux

How to enable WSGI support on a Debian or Ubuntu on Vesta Control Panel

1. Install wsgi apache module apt-get install libapache2-mod-wsgi a2enmod wsgi 2. Download wsgi template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/ubuntu/wsgi/apache2.tar.gz tar -xzvf…

9 years ago

How to enable WSGI support on a RHEL or CentOS on Vesta Control Panel

1. Install wsgi apache module yum install mod_wsgi 2. Download wsgi template cd /usr/local/vesta/data/templates/web wget http://c.vestacp.com/0.9.8/rhel/wsgi/httpd.tar.gz tar -xzvf httpd.tar.gz rm…

9 years ago

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

9 years ago

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…

9 years ago

How to install WHMCS module in Vesta Control Panel

  1. Locate whmcs installation directory on your server 2. Create vesta directory in the modules/server subdirectory 3. Download php…

9 years ago

How to install ClamAV and SpamAssassin on a Debian or Ubuntu

This tutorial is created for servers with less than 3Gb of ram avaialbe. On "big" servers installation is fully automatic.…

9 years ago

How to install ClamAV and SpamAssassin on a RHEL or CentOS

  This tutorial is created for servers with less than 3Gb of ram avaialbe. On "big" servers installation is fully…

9 years ago

Config and log locations on a RHEL and CentOS for Vesta Control Panel

Service Config Log Apache /etc/httpd/conf/httpd.conf /etc/httpd/conf.d/* /home/$user/conf/web/httpd.conf /home/$user/conf/web/shttpd.conf (ssl) /var/log/httpd/access_log /var/log/httpd/error_log /var/log/httpd/domains/$domain.log /var/log/httpd/domains/$domain.error.log PHP /etc/php.ini /etc/php.d/* /var/log/httpd/domains/$domain.error.log Nginx /etc/nginx/nginx.conf /etc/nginx/conf.d/*…

9 years ago

Vesta Control Panel Template Description

Apache default - no additional settings, works well for most sites basedir - to fight against phpshells using openbasedir directive…

9 years ago

How to uninstall Vesta Control panel

1. Stop vesta service service vesta stop 2. Remove vesta packages and software repository RHEL/CentOS: yum remove vesta* rm -f…

9 years ago