标签:top 被占用 welcome bottom edit exe att win start
在win7 32位旗舰版下,启动1.0.8版本nginx,显示如下错误:
在cmd窗口运行如下命令:
C:\Users\Administrator>netstat -aon | findstr :80
看到80端口果真被占用。发现占用的pid是4,名字是System。怎么禁用呢?
1、打开注册表:regedit
2、找到:HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\services\HTTP
3、找到一个REG_DWORD类型的项Start,将其改为0
4、重启系统,System进程不会占用80端口
重启之后,start nginx.exe 。在浏览器中,输入127.0.01,即可看到亲爱的“Welcome to nginx!” 了。
Win7下,nginx默认80端口被System占用,造成nginx启动报错
标签:top 被占用 welcome bottom edit exe att win start
原文地址:https://www.cnblogs.com/baozhu/p/9643472.html