标签:
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
解决办法
killall -9 httpd
在重新启动
apachectl restart
标签:
原文地址:http://www.cnblogs.com/wangshaojun/p/5023207.html