Nginx服务启动失败,报错still could not bind() 报错故障: 解决方法 首先可能是端口被占用,查看端口的情况 netstat -ntlp|grep 80 端口占用,杀死占用端口,然后重启 kill -9 进程号 如果是Nginx服务自身占用端口,先停止服务,在重启查看端口是否开启 netstat -antp | grep nginx