• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

How do I transfer domain to slave server?

I

IrinaK

Guest
Hello, I try to setup slave server with this manual http://kb.odin.com/1338. I create a domain "ira.dom" in Plesk panel, I add my another server to Common ACL list, and I write to named.conf on slave server:
zone "ira.dom" {
type slave;
masters {plesk ip;};
file "/var/named/plesk/ira.dom";
};
and restart bind on slave

but file ira.dom isn't exist!

1. folder /var/named/plesk/ on slave server is belong to named. He has rights to write.
2. I can't find any traces of ira.dom in named.conf on master server. Should I do something besides creating a domain?

bind is running on both of servers.
 
Back
Top