Phpinfo shows the wrong php handler info

205 views Asked by At

I set the php handler as suphp in cPanel WHM

When i execute /usr/local/cpanel/bin/rebuild_phpconf --current it shows php handler as suphp

But when i check phpinfo it shows FPM/FastCGI

Which one is the right info?

1

There are 1 answers

1
Remy Luciani On

In my opinion, both are right information:

  • suPHP is your PHP Handler for CLI PHP (PHP executed through your terminal)
  • FPM is your PHP Handler for your "web" PHP processes (the PHP that handles HTTP request from your webserver).