some how after I manage to restore my /root/ispconfig by upgrading into ver 2.2.24 I got weird experience with BIND's zone directory
when I look at /root/ispconfig/conf/named.conf.master, it still point to
Code:
options {
pid-file "/var/named/chroot/var/run/named/named.pid";
directory "{BINDDIR}";
auth-nxdomain no;
// query-source address * port 53;
};
but when I look at /var/named/chroot/etc/named.conf, it pointed to /home/admispconfig/ispconfig/web/multidoc/edit
Code:
options {
pid-file "/var/named/chroot/var/run/named/named.pid";
directory "/home/admispconfig/ispconfig/web/multidoc/edit";
auth-nxdomain no;
// query-source address * port 53;
};
so ispconfig make a new record/zone placed on that folder,
I dont know is it a bug on ver 2.2.24 or this problem caused by I deleting /root/ispconfig before upgrading to ver 2.2.24 ??
need help on this...
Recent comments
17 hours 39 min ago
22 hours 38 min ago
1 day 4 min ago
1 day 58 min ago
1 day 2 hours ago
1 day 7 hours ago
1 day 7 hours ago
1 day 10 hours ago
1 day 23 hours ago
2 days 54 min ago