在windows上启动nginx 出现了错误

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了在windows上启动nginx 出现了错误相关的知识,希望对你有一定的参考价值。

这是错误的提示:nginx: [alert] could not open error log file: CreateFile() "logs/error.log" fail
ed (3: The system cannot find the path specified)
2011/11/01 19:35:31 [emerg] 1424#2576: CreateFile() "C:\Documents and Settings\A
dministrator/conf/nginx.conf" failed (3: The system cannot find the path specifi
ed)这是什么原因?

可能是端口占用问题,win10系统默认占用了80端口。

经过网络查询,发现网上的提供的多种方式,单纯使用,并不能解决问题,经实践后,解决方式为3步:

    使用如下命令关闭iis相关服务(管理员身份进入cmd),输入net stop http。

    这时会有提示确认信息,提示要关闭http服务,需要停止其依赖的其他服务,输入Y
    此时依赖的相关服务都会提示停止成功,到http服务时,最后会发现:http server 无法停止。


    命令行输入如下命令:sc config http start= disabled(注意start和=之间没有空格)
    没有任何提示,重新出现输入提示,说明已经成功,如果有提示,请按提示进行修改。
    然后重启电脑,输入netstat -ano | find "0.0.0.0:80"命令进行验证。如果没有任务输出,说明成功,如果还是有80端口相关信息输出,说明失败。可以再尝试其他方式。


参考技术A 目录没权限 ,找个目录 ,(假如为C:\logs\)把权限设置好,然后修改
C:\Documents and Settings\Administrator/conf/nginx.conf
里面的log目录改为:C:\logs\。
参考技术B 好像是缺失文件然后导致的错误 你试试360修补软件试试

以上是关于在windows上启动nginx 出现了错误的主要内容,如果未能解决你的问题,请参考以下文章

想把nginx安装成Windows服务自启动,通过nssm,但总是提示错误

应用Windows 10 Creators Update后,CouchDB无法启动

在 Docker 后面运行的 Nginx 上出现随机 502/503 错误(在 ECS 集群 + ALB 上)

nginx重启出现问题记录(nginx重启 failed (98: Address already in use))

window nginx 启动无提示错误,却没有listen 80port

Windows下nginx启动和关闭