在windows上启动nginx 出现了错误
这是错误的提示:nginx:[alert]couldnotopenerrorlogfile:CreateFile()"logs/error.log"failed(3:Th...
这是错误的提示: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)这是什么原因? 展开
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)这是什么原因? 展开
3个回答
展开全部
可能是端口占用问题,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端口相关信息输出,说明失败。可以再尝试其他方式。
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询