linux解决nginx: [emerg] bind() to 0.0.0.0:80 failed (98: Address already in use)
nginx重启后突然提示解决:查看端口netstat -ntlp找到80端口的PIDkill 6751杀掉进程重新查看service nginx restart解决...
·

nginx重启后突然提示
解决:查看端口
netstat -ntlp

找到80端口的PID
kill 6751

杀掉进程

重新查看
service nginx restart

解决
更多推荐
所有评论(0)