万网蛋疼的主机重启 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 0.0.0.0:80
- no listening sockets available, shutting down
- Unable to open logs
莫名其妙的httpd占用80端口,关闭这个服务:
- killall -9 httpd
再重启ok:
- service httpd restart