1、根据网上博客查询哪些PID暂用端口,命令如下:
netstat -aon | findstr :80
查询结果如下图:
nginx端口占用,启动报错:bind() to 0.0.0.0:80 failed (10013:......)

2、根据所查进程PID=4,使用如下命令:
tasklist|findstr “4300”
nginx端口占用,启动报错:bind() to 0.0.0.0:80 failed (10013:......)

oh,my god!这么多啊!直接整懵逼了,与网上遇到的都不服,感觉我电脑所有程序都在占用该端口
。。。。
又开始折腾,上网查询后,发现有位大神解决过此问题,并亲测通过,以下附上链接供参考:https://www.jianshu.com/p/6410b4c0499b

相关文章:

  • 2022-12-23
  • 2021-06-09
  • 2021-06-05
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-08-02
猜你喜欢
  • 2021-08-03
  • 2021-05-09
  • 2021-04-21
  • 2021-11-28
  • 2021-08-27
  • 2021-09-17
相关资源
相似解决方案