• 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.

Issue - localhost doesn't resolve

crnunez

Regular Pleskian
Hello;
What is the solution for this terrible issue with localhost?

Thanks in advance.

CentOS 5.2
Plesk 9.0
 
Check, please, the file /etc/hosts and make sure you have the following line added there:
# vi /etc/hosts
127.0.0.1 localhost localhost.localdomain
 
Hi,
I have this config after the upgrade:
cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost6.localdomain6 localhost6
127.0.0.1 localhost.localdomain localhost

Do you have any suggest?

Thanks!
 
Hi,
I have this config after the upgrade:
cat /etc/hosts
# Do not remove the following line, or various programs
# that require network functionality will fail.
::1 localhost6.localdomain6 localhost6
127.0.0.1 localhost.localdomain localhost

Do you have any suggest?

Thanks!

P.D.:

[root@ns ~]$ nslookup localhost
Server: 174.AAA.173.CC (A & C are numbers...)
Address: 174.AAA.173.CC#53

** server can't find localhost: NXDOMAIN
 
localhost should not resolve actually.

why do you need this? what is the initial problem?
 
Back
Top