Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我猜这是由于 PHP 升级,因为我在我的 ubuntu 服务器上升级了 Apache2 和 PHP,现在 nginx 不再正常运行。
我重新启动了 nginx 进程和快速 CGI,它显然无法正常工作,并指出 FastCGI 在 stderr 中发送空白消息。我对如何继续调试有点茫然。
有人对我接下来应该采取什么步骤进行调试有任何想法吗?
几周前我遇到了类似的问题。原来是权限问题。确保您的服务器根目录、它包含的所有文件和目录以及服务器根目录的整个路径都具有正确的权限(除了所有权之外,别忘了检查 chmod)。