Service: [httpd] has been disabled by the sys admin (Cpanel)
Ooops..I got the below message while restarting httpd services and WHM is not working fine
Service: [httpd] has been disabled by the sys admin
Solution:
Have a check on the path /etc/ , list those files which contain *disable*
Result:
root@bearbear [/etc]# ls *disable*
httpddisable apachedisable entropychatdisable interchangedisable melangedisable mysqldisable
>> Delete the file: httpddisable apachedisable
Now, service httpd is running fine.
root@bearbear [~]# service httpd status
Server uptime: 4 seconds
~!!