Enable AXFR (Zone Transfer) in Bind on Vesta Control Panel Replace following string in the named configuration file: allow-transfer {"none";};…
If you are looking for the options to avoid any DNS-related downtime or the way to manage dns across all…
Set up own Name Servers (vanity/private/child nameservers) If you want to manage DNS zones using Vesta Control Panel, you…
If you are running hosting company most likely you would want to provide your customers temporary link to access their…
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…
This tutorial is created for servers with less than 1Gb of ram avaialbe. On "medium" servers installation is fully automatic.…
This tutorial is created for servers with less than 1Gb of ram avaialbe. On "medium" servers installation is fully automatic.…
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…
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…
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.…