nginx启动失败/报错(bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket...permissions) nginx启动失败
出现这个问题是因为80端口被占用了

1、cmd输入命令netstat -aon|findstr “80”

2.、查看80端口 16356对应的任务
输入命令 tasklist|findstr "16356"

3、结束掉16356的任务

4、启动nginx

浏览器输入localhost


浙公网安备 33010602011771号