码迷,mamicode.com
首页 > Web开发 > 详细

httpd: Could not reliably determine the server's fully qualified domain name

时间:2017-06-02 12:38:08      阅读:148      评论:0      收藏:0      [点我收藏+]

标签:soc   abr   net   server   service   rmi   for   pos   star   

[root@luozhonghua sbin]# service httpd start
Starting httpd: httpd: apr_sockaddr_info_get() failed for luozhonghua
httpd: Could not reliably determine the server‘s fully qualified domain name, using 127.0.0.1 for ServerName
(98)Address already in use: make_sock: could not bind to address [::]:80
(98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
no listening sockets available, shutting down
Unable to open logs

                                                           [FAILED]



遇到这个情况。说明80port被占用。也就是你系统已有了80port暂用。怎么办了


先检查下:



[root@luozhonghua sbin]# netstat -lnp|grep 80
tcp        0      0 0.0.0.0:80                  0.0.0.0:*                   LISTEN                  5619/nginx
unix  2      [ ACC ]     STREAM     LISTENING     12380  1759/abrtd          /var/run/ab            rt/abrt.socket
unix  2      [ ACC ]     STREAM     LISTENING     16831  2143/nautilus       /tmp/orbit-            root/linc-85f-0-3e753e8283a80


方法是,关闭被占用的程序,一般来说,也就是还有一个容器而已

比方我机器上就有nginx占用。那么 ./usr/local/nginx/nginx -s stop

然后再起  service httpd start

就可以

当然还有一种办法就是改动httpd默认port80,但不推荐



httpd: Could not reliably determine the server's fully qualified domain name

标签:soc   abr   net   server   service   rmi   for   pos   star   

原文地址:http://www.cnblogs.com/brucemengbm/p/6932637.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!