首页 > 其他 > 详细

(98)Address already in use: make_sock: could not bind to address 80 [resolved] (2012-10-11 09:04)

时间:2015-02-10 01:49:35      阅读:279      评论:0      收藏:0      [点我收藏+]

以前遇到一个问题:

sudo /etc/init.d/apache2 start
 * Starting web server apache2                                                                                                      
apache2: Could not reliably determine the servers fully qualified domain name, using 127.0.0.1 for ServerName (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

其实就是80端口被占用的原因,解决办法如下:

sudo fuser -k -n tcp 80

sudo /etc/init.d/apache2 start

 

(98)Address already in use: make_sock: could not bind to address 80 [resolved] (2012-10-11 09:04)

原文:http://www.cnblogs.com/liqiu/p/4282908.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!