Skip to main content

Easyapache fails to build

Comments

5 comments

  • dalem
    check your DNS revolvers /etc/resolv.conf there error is it can not resolve the download domains
    0
  • fino47
    check your DNS revolvers /etc/resolv.conf there error is it can not resolve the download domains

    i have this:
    nameserver 8.8.8.8 nameserver 8.8.4.4
    0
  • cPanelMichael
    .239.145.103 seguro.EXAMPLE.com seguro panel.EXAMPLE.com panel host.example.com host EXAMPLE localhost4.localdomain4 localhost localhost4 localhost.localdomain

    Hello :) Notice the "localhost" entry on the line with 23.239.145.103. This will cause EasyApache to fail. The solution is to remove the localhost entries from this particular line. Thank you.
    0
  • fino47
    Hello :) Notice the "localhost" entry on the line with 23.239.145.103. This will cause EasyApache to fail. The solution is to remove the localhost entries from this particular line. Thank you.

    So it will be like this?:
    23.239.145.103 seguro.EXAMPLE.com seguro panel.EXAMPLE.com panel host.example.com host EXAMPLE
    Thank you!
    0
  • cPanelMichael
    Yes, that should work for that particular line. Ensure you edit the line for 127.0.0.1 so it looks like this:
    127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4
    Thank you.
    0

Please sign in to leave a comment.