在我的phpinfo中,它将php处理程序显示为cgi/fastcgi,但我想将其更改为cgi/suexec。我尝试从whm的php和suexec配置,我发现suphp是默认的php haldler,那么为什么phpinfo将cgi/fastcgi显示为默认处理程序。我想更改为cgi/suexec,因为fastcgi不能与php apc处理程序一起工作。
output of phpinfo
Server API CGI/FastCGI 然而whm显示
Configure PHP and SuExec
New Configuration
Option Configured Value
Default PHP Version (.php files) 5
PHP 5 Handler suphp
PHP 4 Handler none
Suexec on发布于 2012-06-24 20:35:18
我想更改为cgi/suexec,因为fastcgi不能与php apc处理程序一起工作。
CGI/FastCGImod_fastcgi,而不是mod_fcgid)比CGI更好-在这两种情况下,它可以用来存储和检索用户数据,但操作码缓存只能与正确配置的FastCGI,在cgi缓存将被销毁后,每一个请求。https://stackoverflow.com/questions/11175994
复制相似问题