# ./apachectl startNo errors thrown, no process running. Even config test runs fine:
#ps -ef | grep httpd
#
$./apachectl configtestSyntax OK
We could check if it is SELinux issue, but we will check the logs first:
#tail error_log
[Sun Feb 09 17:31:40 2014] [alert] (EAI 2)Name or service not known: mod_unique_id: unable to find IPv4 address of "test0"
The main reason for that is most probably your hostname is not defined in the /etc/hosts file.
Either you have to change your hostname to "localhost" or add the "test0" to the /etc/hosts file.
Nice and good article. It is very useful for me to learn and understand easily. Thanks for sharing your valuable information and time. Please keep updating Hadoop Admin Online Training
ReplyDelete