简体   繁体   中英

Phpinfo shows the wrong php handler info

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?

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).

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM