• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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