httpd啓動問題:httpd: apr_sockaddr_info_get() failed for linux.64.114……

 


Apache啓動出現:
[root@linux bin]# service httpd restart
AH00557: httpd: apr_sockaddr_info_get() failed for linux.64.114
AH00558: httpd: Could not reliably determine the server's fully qualified domain

name, using 127.0.0.1. Set the 'ServerName' directive globally to suppress this

message

解決:
[root@linux bin]# vi /server/apache/conf/httpd.conf

修改ServerName www.example.com:80 爲 ServerName localhost:80

 

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章