apache 启动失败 (98)Address already in use: make_sock: could not bind to address 0.0.0.0:80
netstat -lnp|grep 80
结果
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2091/apache2
接着
kill -9 2091
netstat -lnp|grep 80
结果
tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 2091/apache2
接着
kill -9 2091
