<div id="cnblogs_post_body">
httpd: apr_sockaddr_info_get() Failed for hoteelhttpd: Could not reliably determine the server's fully qualified domain name,using 127.0.0.1 for ServerName我在service httpd restart的时候提示上述信息的。虽然启动成功了,但是也是很郁闷的。这是因为我在配置DNS的时候hostname hoteel造成的。重新hostname localhost就可以了。我在网上找来一些有关这方面的信息,就顺便贴在这里了。1在启动 httpd 时出现Starting httpd: httpd: apr_sockaddr_info_get() Failed for MYHOSThttpd: Could not reliably determine the server's fully qualified domain name,using 127.0.0.1 for ServerName.这个问题应该是没有在 /etc/httpd/conf/httpd.conf 中设定 ServerName 所以它会用主机上的名称来取代,首先会去找 /etc/hosts 中有没有主机的定义。所以要解决这个问题可以设定 ServerName 或者在 /etc/hosts 中填入自己的主机名称 MYHOST,像这样:>vi /etc/hosts127.0.0.1 localhost.localdomain localhost MYHOST
2在Linux下安装完Apache 2.2.6,启动HTTP服务就报错,似乎不影响服务的使用,但是也挺别扭的。
[root@linux http]# ./apachectl starthttpd: apr_sockaddr_info_get() Failed for linux(在BSD上是apr_sockaddr_info_get() Failed for freebsdla)httpd: Could not reliably determine the server's fully qualified domain name,using 127.0.0.1 for ServerName
配置文件httpd.conf中关于hostname设置和/etc/sysconfig/network中的HOSTNAME设置不统一导致的,修改成统一的主机名即可解决该问题。@H_404_7@
404_7@
404_7@
404_7@
404_7@
404_7@
404_7@
404_7@
404_7@
404_7@