您的位置:首页 > 运维架构 > Apache

报错apachectl restart

2015-12-06 11:22 609 查看
httpd not running, trying to start
(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.用命令的绝对路径。

/usr/local/apache2/bin/apachectl restart


解决办法

killall -9 httpd


在重新启动

apachectl restart
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: