============================================================================ Cara menginstall BIND / NAMED : ============================================================================ yum install bind bind-utils -y cd /etc; named.conf named.conf.tmp wget http://geocities.ws/xiojin/named.conf chown root.named named.conf ======================================================== cd /var; mv named named.tmp wget http://geocities.ws/xiojin/named.tar.gz; tar zxf named.tar.gz chown root.named named ======================================================== nano /etc/httpd/sites-available/vhost.conf Tambahkan : ServerName webindo.download ServerAlias www.webindo.download DocumentRoot /var/www/html/download ErrorLog /var/www/html/download/error.log CustomLog /var/www/html/download/requests.log combined systemctl reload httpd ========================================================