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 apache2.tar.gz rm -f apache2.tar.gz 3. Create new package or set wsgi as apache template in the existing package 4. Add new user and assing him package with wsgi template 5. Add new domain and check […]

See More

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 module Example: cd /home/user/web/billing-site.ltd/public_html/modules/server mkdir vesta wget http://c.vestacp.com/0.9.8/rhel/whmcs-module.php -O vesta.php The WHMCS plugin allows managing servers running Vesta Control Panel. You can automatically create delete or suspend user accounts. Users are able to change passwords […]

See More

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. * ClamAV installation apt-get install clamav-daemon wget http://c.vestacp.com/0.9.8/ubuntu/clamd.conf -O /etc/clamav/clamd.conf gpasswd -a clamav mail gpasswd -a clamav Debian-exim freshclam update-rc.d clamav-daemon defaults service clamav-daemon restart * SpamAssassin installation apt-get install spamassassin update-rc.d spamassassin defaults sed […]

See More