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 RHEL or CentOS

  This tutorial is created for servers with less than 3Gb of ram avaialbe. On “big” servers installation is fully automatic. * ClamAV installation yum install clamd wget http://c.vestacp.com/0.9.8/rhel/clamd.conf -O /etc/clamd.conf wget http://c.vestacp.com/0.9.8/rhel/freshclam.conf -O /etc/freshclam.conf gpasswd -a clam exim gpasswd -a clam mail freshclam chkconfig clamd on service clamd start * SpamAssassin installation yum install […]

See More

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/* /home/$user/conf/web/nginx.conf /home/$user/conf/web/snginx.conf (ssl) /var/log/nginx/access.log /var/log/nginx/error.log /var/log/httpd/domains/$domain.log /var/log/httpd/domains/$domain.error.log Named /etc/named.conf /home/$user/conf/dns/$domain.db /var/log/messages Exim /etc/exim/exim.conf /home/$user/conf/mail/$domain/* /var/log/exim/main.log /var/log/exim/reject.log /var/log/exim/panic.log Dovecot /etc/dovecot/dovecot.conf /etc/dovecot/conf.d/* /etc/dovecot.conf (rhel5/centos5) /home/$user/conf/mail/$domain/passwd /var/log/dovecot.log ClamAV /etc/clamd.conf /etc/freshclam.conf /var/log/clamav/clamd.log /var/log/clamav/freshclam.log /var/log/messages /var/log/exim/main.log SpamAssassin /etc/mail/spamassassin/local.cf /var/log/exim/main.log Roundcube […]

See More