I have just installed Apache 2.2.17, and I am using it first time.
Now when I try to start the server using the command service httpd start
it gives me
Two things seemed to do it for me:
127.0.0.1 localhost mysite.local myothersite.local
ServerName
in my httpd.conf to 0.0.0.0
(localhost or 127.0.0.1 didn't work for me)Editing /etc/hosts got rid of long response times and setting the ServerName got rid of OP's warning for me.