nginx 启动报错 nginx: [emerg] getgrnam("root") failed

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了nginx 启动报错 nginx: [emerg] getgrnam("root") failed相关的知识,希望对你有一定的参考价值。

参考技术A 问题原因:是nginx权限的问题

解决办法:

1. 修改nginx配置文件nginx.conf,在配置文件其实位置增加 user root root; 并保存

2. 重新加载配置文件

./nginx -c /nginx.conf

3. 启动服务,成功

如果本文章为你解决问题提供了帮助,请不要吝啬为以后的分享热情添一把柴

启动服务报错:nginx: [emerg] bind() to 0.0.0.0:80 failed

在启动nginx服务时,systemctl start nginx.service,系统报错
nginx: [emerg] bind() to 0.0.0.0:80 failed
在这里插入图片描述
系统端口被占用,只要使用killall命令停止服务再开启服务即可
在这里插入图片描述

以上是关于nginx 启动报错 nginx: [emerg] getgrnam("root") failed的主要内容,如果未能解决你的问题,请参考以下文章

nginx 启动报错 nginx: [emerg] getgrnam("root") failed

启动服务报错:nginx: [emerg] bind() to 0.0.0.0:80 failed

nginx启动的时候报错#yyds干货盘点#

Nginx 启动提示 [emerg] 配置中没有“事件”部分

nginx启动提示nginx: [emerg] bind() to 0.0.0.0:8080 failed (98: Address already in use)

Starting nginx: nginx: [emerg] bind() to 0.0.0.0:8088 failed (13: Permission denied) nginx 启动失败