Skip to main content

Error on EasyApache Build

Comments

4 comments

  • cPanelMichael
    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
  • onahkenneth
    Hello Micheal, I will effect the changes u suggested...and get to you. Thanks
    0
  • onahkenneth
    A million thanks...It worked like magic
    0
  • cPanelMichael
    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.