0
点赞
收藏
分享

微信扫一扫

nginx: [emerg] bind() to 0.0.0.0:8082 failed (10013: An attempt was made to acce ss a socket in a wa

nginx.exe 启动报错

nginx: [emerg] bind() to 0.0.0.0:8082 failed (10013: An attempt was made to acce ss a socket in a wa

 

端口占用

netstat -aon|findstr "8082"
 

TCP     127.0.0.1:80         0.0.0.0:0               LISTENING       4

最后一个数值是PID 记录下来

打开

任务管理器=>选择菜单查看=>选择列=>勾选PID

nginx: [emerg] bind() to 0.0.0.0:8082 failed (10013: An attempt was made to acce ss a socket in a wa_任务管理器


举报

相关推荐

0 条评论