apache2: apr_sockaddr_info_get() failed
on Wednesday 24th November, 2010 Gabe speculated thusly…Starting httpd: httpd: apr_sockaddr_info_get() failed for hostname.domain.com
httpd: Could not reliably determine the server’s fully qualified domain name, using 127.0.0.1 for ServerName
Fix with these commands :
# hostname HOSTNAME.DOMAIN.COM
Add in to /etc/hosts e.g. # vim /etc/hosts
# echo HOST.DOMAIN.com > /etc/hostname
# /bin/hostname -F /etc/hostname
# apache2ctl graceful
Posted in Information, Linux, Operating System, Server