httpd: apr_sockaddr_info_get() failed for bar.foo.com httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName
# cat /etc/hosts # Do not remove the following line, or various programs # that require network functionality will fail. #127.0.0.1 bar.foo.com bar localhost.localdomain localhost 127.0.0.1 localhost.localdomain localhost
# cat /etc/httpd/conf/httpd.conf | grep ServerName # ServerName gives the name and port that the server uses to identify itself. #ServerName www.example.com:80 # ServerName directive. # ServerName dummy-host.example.com