root@firman:~# nano /etc/bind/named.conf.local
zone "nia.sekolah.web.id" {
type master;
file "/etc/bind/db.domain";
};
zone "100.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.ip";
};
zone "nia.sekolah.web.id" {
type master;
file "/etc/bind/db.domain";
};
zone "100.168.192.in-addr.arpa" {
type master;
file "/etc/bind/db.ip";
};
root@firman:~# cd /etc/apache2/sites-available/
root@firman:/etc/apache2/sites-available~# nano firman.conf
<VirtualHost *:80>
ServerName firman.sekolah.web.id
DocumentRoot /var/www/html/www-data/
</VirtualHost>