Error on EasyApache Build
I want to build apache and php with SOAP and it ended with this error.
Am new to cpanel and whm
Please can someone point me in the right direction
See attached screenshot
-
Hello :) This can happen when the /etc/hosts file includes a localhost entry for a public IP address. Here is an example: root@vps [~]# cat /etc/hosts ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 127.0.0.1 localhost.localdomain localhost localhost4.localdomain4 localhost4 # Auto-generated hostname. Please do not remove this comment. 208.74.000.99 vps.server.com vps [COLOR="#FF0000">localhost localhost.localdomain
Notice the "localhost" entry on the line with 208.74.000.99. This will cause EasyApache to fail. The solution is to remove the invalid localhost entries. The /etc/hosts file above would be edited to:root@vps [~]# cat /etc/hosts ::1 localhost localhost.localdomain localhost6 localhost6.localdomain6 127.0.0.1 localhost.localdomain localhost localhost4.localdomain4 localhost4 # Auto-generated hostname. Please do not remove this comment. 208.74.000.99 vps.server.com vps
Thank you.0 -
Hello Micheal, I will effect the changes u suggested...and get to you. Thanks 0 -
A million thanks...It worked like magic 0 -
I am happy to see the issue is now resolved. Thank you for updating us with the outcome. 0
Please sign in to leave a comment.
Comments
4 comments