Php
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 的更新版本。我該如何解決?
創建 nginx 使用者:
# /usr/sbin/useradd nginx -s /bin/false