今天早上启动Nginx,在错误日志中输出如下错误信息:

2022/01/28 09:23:22 [emerg] 12784#20692: bind() to 0.0.0.0:7098 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions)
2022/01/28 09:27:44 [emerg] 17340#6804: bind() to 0.0.0.0:7088 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions)
2022/01/28 09:29:05 [emerg] 972#16724: bind() to 0.0.0.0:7088 failed (10013: An attempt was made to access a socket in a way forbidden by its access permissions)

错误原因:7098/7088 端口被占用

解决办法:

1、使用win+r快键键,打开窗口运行界面,输入cmd 点击确定,打开管理员界面

2、查询端口情况,输入如下指令:

netstat -aon | findstr :端口

3、查询进程信息,输入如下指令:

tasklist|findstr "进程ID"

结论:7088 端口被WXWork.exe 程序占用,使用任务管理器/服务管理器,找到对应进程或服务关闭即可.

Nginx 提示10013: An attempt was made to access a socket in a way forbidden by its access permissions相关推荐

  1. 10013: An attempt was made to access a socket in a way forbidden by its access permissions

    10013: An attempt was made to access a socket in a way forbidden by its access permissions 说明是80端口被占 ...

  2. nginx An attempt was made to access a socket in a way forbidden by its access permissions

    在安装了 sqlserver2008 的win7 与 win2008 上启动 nginx,绑定80端口,报错: nginx An attempt was made to access a socket ...

  3. docker启动容器,端口被占用:An attempt was made to access a socket in a way forbidden by its access permissions

    想要打开之前使用过的一个容器,却出现以下错误提示 Error invoking remote method 'docker-start-container': Error: (HTTP code 50 ...

  4. Nginx 错误10013: An attempt was made to access a socket in a way forbidden

    如图 错误信息 错误原因:  是80端口被占用,导致nginx无法启动. 解决办法  1.  按键盘win+r 打开运行界面,输入cmd,确定,打开管理员界面      2.输入 netstat -a ...

  5. nginx: [emerg] bind() to 0.0.0.0:443 failed (10013: An attempt was made to access a socket in a way

    启动nginx 报如下错误: nginx: [emerg] bind() to 0.0.0.0:443 failed (10013: An attempt was made to access a s ...

  6. nginx启动失败(bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket…permissions)

    nginx启动失败,端口被占用 nginx启动失败(bind() to 0.0.0.0:80 failed (10013: An attempt was made to access a socket ...

  7. 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 ...

  8. 【转】nginx提示:500 Internal Server Error错误的解决方法

    [转]nginx提示:500 Internal Server Error错误的解决方法 参考文章: (1)[转]nginx提示:500 Internal Server Error错误的解决方法 (2) ...

  9. Nginx 提示host not found in upstream 错误解决方法

    Nginx 提示host not found in upstream 错误解决方法 参考文章: (1)Nginx 提示host not found in upstream 错误解决方法 (2)http ...

最新文章

  1. 如何把gcc编译工具使用到linux全局
  2. 2018个人写作计划~
  3. 深度操作系统 15 Beta——每一处都在“靓”变
  4. hadoop2.x常用端口及定义方法
  5. 14005.xilinx移植spi版本flash
  6. 上传图片至服务器,写入到数据库Blob字段中,以及从数据库读取Blob信息(iframe父子页面传值)(1)
  7. Django 系列博客(十一)
  8. 低成本,高效率,更成熟的实时数据采集方案来了
  9. Word 论文排版操作顺序
  10. vue路由守卫及运用场景
  11. 针对ABCmouse的Xadmin管理端使用探究手册
  12. Scrapy 出现DEBUG:Filtered duplicate request
  13. SiTime硅晶振MEMS谐振子制作工艺详解
  14. 项目规模估计方法介绍
  15. iOS日常开发之常用单词、名词注释
  16. SpringMVC 用对象接收 ajax提交form表单
  17. CSS+DIV-设置图片效果
  18. week3-day7 某人想将手中的一张面值100元的人民币换成10元、5元、2元和1元面值的票子。要求换正好40张,且每种票子至少一张。问:有几种换法?
  19. 敲黑板!《大数据产业发展规划(2016-2020年)》要点解读
  20. 如何使用我们的“激活码”激活我们的在线EPF帐户? –第3部分

热门文章

  1. 婚礼文案大全(婚庆业者必备)
  2. 什么是软著?有什么用?怎么申请呢?
  3. Java 打卡Day-04
  4. 在网页上播放多种后缀的视频文件的临时解决方案
  5. Peluso音乐现场Matt Lee-萨克斯录音P49电子管话筒
  6. FindBugs-IDEA插件找到代码中潜在的问题
  7. 构建高效的团队协作工具(四)-Jira和Confluence集成Crowd实现SSO
  8. kaldi的egs/sitw实验调试过程(ssh.pl并行两台机器)
  9. Python-IO多路复用
  10. python 多线程对post请求服务器测试并发