Ciao a tutti,
ho un server con CentOs su cui già gira un forum
www.qualcosa.com.
Ora è stato acquistato un secondo dominio
www.qualcosa1.com.
La licenza di cPanel è scaduta e sono 5 giorni che aspetto che mi rimettano il file.
Vorrei inserire il secondo dominio subito per potere cominiciare a configurare il tutto.
Ma non so come fare.
Potreste aiutarmi.
Grazie.
Questo il /etc.named.conf attuale
include "/etc/rndc.key";
controls {
inet 127.0.0.1 allow { localhost; } keys { "rndc-key"; };
};
options {
/* make named use port 53 for the source of all queries, to allow
* firewalls to block all ports except 53:
*/
// query-source port 53;
/* We no longer enable this by default as the dns posion exploit
has forced many providers to open up their firewalls a bit */
// Put files that named is allowed to write in the data/ directory:
directory "/var/named"; // the default
pid-file "/var/run/named/named.pid";
dump-file "data/cache_dump.db";
statistics-file "data/named_stats.txt";
/* memstatistics-file "data/named_mem_stats.txt"; */
};
zone "xxxxxx.com" {
type master;
file "/var/named/xxxxxx.com.db";
};
zone "ns2.xxxxxx.com" {
type master;
file "/var/named/ns2.xxxxxx.com.db";
};
zone "ns1.xxxxxx.com" {
type master;
file "/var/named/ns1.xxxxxx.com.db";
};