通过 FastCGI 使用 Apache Handler 重新安装 Apache

通过 FastCGI 使用 Apache Handler 重新安装 Apache

我们目前正在使用 fastcgi 运行 apache。以下是我们的phpinfo

Server API CGI/FastCGI

我们需要将其更改为 Apache。

我该怎么做呢?

答案1

这似乎是硬编码的。它由特定处理程序(FCGI、mod_php 等)在启动时设置。

如果这确实很重要,您可能需要更改 php 源代码并进行编译。

(看sapi/cgi/cgi_main.c:946

相关内容