• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

add localhost support

R

randymc

Guest
It appears in my plesk 8.1 DNS configuration that localhost and localhost.localdomain are not configured by default, and it seems that it would solve some problems (especially with horde logins) if it were.
Is there a good reason that the localhost zone files are not in the default named.conf in /var/named/run-root/etc/...
There are localhost.zone and localdomain.zone files in /var/named but not in /var/named/run-root/var/ where plesk updates zone files.

Thanks
randymc
 
localhost and localhost.localdomain
are not in named simply because this host address will not change, and instead of using named(bind) it is located in the hosts file located in /etc/ and this is checked before any other domains.
 
Back
Top