共同学习服务器技术,普及全民网络知识……
« »
2009年06月3日服务器技术

1,047 views

apache启动报错(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 [::]: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

1.netstat -lnp|grep 80

tcp        0      0 192.168.180.68:61027        0.0.0.0:*                   LISTEN      6289/oproxyd       
tcp        0      0 :::80                       :::*                        LISTEN      846/httpd          
tcp        0      0 ::ffff:192.168.180.68:7001  :::*                        LISTEN      32015/java        

找到pid 846

#ps 846

查看
#kill -9 846

杀掉

#./apachectl start

启动成功

日志信息 »

该日志于2009-06-03 23:15由 伴月煮石 发表在服务器技术分类下, 你可以发表评论。除了可以将这个日志以保留源地址及作者的情况下引用到你的网站或博客,还可以通过RSS 2.0订阅这个日志的所有评论。

相关日志 »

1条评论

发表评论 »

返回顶部