Windows服务器Nginx呗占用端口无法启动的解决

时间:2014-05-26 06:41:17   收藏:0   阅读:360

Nginx突然无法运行,提示绑定0.0.0.0:80失败。

1.使用 netstat -ano命令查看端口情况,得知是pid 4的进程占用80端口,但这是system进程无法结束。

2.接下来,使用net stop httpSc config http start= disabled禁用http服务,概要禁用world wide web publishing service,重启服务器。

3.再次进入系统后,再次查看端口情况,没问题就启动Nginx。

4.使用sc config http start= auto更改http服务启动状态,再进入IIS启动根主机。

Windows服务器Nginx呗占用端口无法启动的解决,布布扣,bubuko.com

评论(0
© 2014 mamicode.com 版权所有 京ICP备13008772号-2  联系我们:gaon5@hotmail.com
迷上了代码!