nginx 和 centOS 中的 fastCGI

nginx 和 centOS 中的 fastCGI

我关注教程中,我测试了一下是否可以运行 /etc/init.d/phpfgci start 命令。但是它给出了以下错误:

Starting service:spawn-fcgi: can't find user name nginx
[root@Server /]#                                           [FAILED]

我直接从源代码安装了 nginx,没有使用 yum(教程使用 yum)……这可能是问题吗?我不使用 yum 安装的原因是它没有提供更新版本的 nginx。我该如何解决这个问题?

答案1

创建 nginx 用户:

# /usr/sbin/useradd nginx -s /bin/false

相关内容