When you compiling easy apache and you have error messages like this
localhost did not have any working morror. please check your internet connection or dns server. at /usr/local/cpanel/Cpanel/HttpRequest.pm line 603
JUST DO IT
Remove
localhost localhost.localdomain
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 localhost localhost.localdomain
Read to be
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 vpssource:agitsan
0 comments
Post a Comment