httpd: apr_sockaddr_info_get() failed
Posted on November 14, 2015 • 1 minutes • 49 words • Suggest Changes
A little annoying problem, not blocking but easy to solve!
[root@host~]# service httpd configtest httpd: apr_sockaddr_info_get() failed for host.ext httpd: Could not reliably determine the server's fully qualified domain name, using 127.0.0.1 for ServerName Syntax OK
We could simply add it in /etc/hosts
# fix apache warning 127.0.0.1 host.ext