Easyapache fails to build
Every time I run easy apache, it fails with this error message:
this is what i have on my host:
-- Begin test 'Pre-test htaccess check' --
!! Test passed ok !!
-- End test 'Pre-test htaccess check' --
-- Begin test 'Basic HTTP Request for static content' --
localhost did not have any working mirrors. Please check your internet connection or dns server. at /usr/local/cpanel/Cpanel/HttpRequest.pm
line 596.this is what i have on my host:
::1 localhost localhost.localdomain localhost6 localhost6.localdomain6
# Auto-generated hostname. Please do not remove this comment.
23.239.145.103 seguro.EXAMPLE.com seguro panel.EXAMPLE.com panel host.example.com host EXAMPLE localhost4.localdomain4 localhost localhost4 localhost.localdomain
127.0.0.1 localhost-
check your DNS revolvers /etc/resolv.conf there error is it can not resolve the download domains 0 -
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.40 -
.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 -
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 -
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.
Comments
5 comments