in my phpinfo it is showing php handler as cgi/fastcgi but i want to change it to cgi/suexec. i tried from whm php and suexec configuration and i found that suphp is default php haldler then why phpinfo is showing cgi/fastcgi as default handler.i want tochange to cgi/suexec as fastcgi is not working with php apc handler.
output of phpinfo
Server API CGI/FastCGI
however whm shows
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
i want tochange to cgi/suexec as fastcgi is not working with php apc handler.
CGI/FastCGI
mod_fastcgi
, not mod_fcgid
) better than CGI - in both cases it can be used to store and retrieve user data, but opcode cache will work only with properly configured FastCGI, in CGI cache will be destroyed after every request.