When you came to know about Apache service status is not running and while trying to restart, it failed and the Apache error logs showed following error
"[alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "server.example.com"
Configuration Failed"
Just check the Apache configuration syntax file by using command,
# httpd -tThis is Okay,
Syntax OK
Now the issue will be on your " /etc/hosts ' file ,
# vi /etc/hostscheck the file and add your hostname.
after that, restart apache.
That's it. :-)
No comments:
Post a Comment