• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Plesk Panel 11.5.30 Problem Named

eternalhost

New Pleskian
Hello,

My plesk panel 11.5.30 have a big problem, when i create a new web hosting.
The named don't read the files.

Example:

zone "XXXXXX.com" {
type master;
file "XXXXXXX.com";
allow-transfer {
XX.XX.XX.XXX;
common-allow-transfer;
};
};

The named don't read the file and said , don't find .

But when i give the link of the files "/var/named/chroot/var/" like this:

zone "XXXXXX.com" {
type master;
file "/var/named/chroot/var/XXXXXXX.com";
allow-transfer {
XX.XX.XX.XXX;
common-allow-transfer;
};
};

The file can be read.
What is the problem? It's very strange.

Can you help me for that?

Thank in advance.
 
Could you please clarify - what is the reason do not use default named operation and modify named configs manually?
 
Because if i can not use default named , the service named don't start and don't refresh domain for be access.

Cordialy.
 
Back
Top