Skip to main content

suPHP vs FastCGI PHP Handler

Comments

7 comments

  • cPanelMichael
    I picked FastCGI for PHP Handler. What do you think?

    Hello, The performance often depends on your environment (e.g. hardware, traffic). Feel free to let us know the results. Thank you.
    0
  • Samet Chan
    Hello, The performance often depends on your environment (e.g. hardware, traffic). Feel free to let us know the results. Thank you.

    So, What is your recommend PHP Handler? :) But I've picked FastCGI for good site to speed up.
    0
  • cPanelMichael
    Hi, I don't have a personal recommendation to offer. The best choice often depends on several factors. Remember to note the information on the following document if you choose to use FCGId: Apache Module: FCGId - EasyApache 4 - cPanel Documentation Thank you.
    0
  • Anoop P Alias
    You have got the following wrong ## PHP is running as a constant open process, rather than opening when a PHP request comes to the server ## In PHP-FPM only the master process need to be always active .The default 'ondemand' process manager forks a new process only when there is a request . It shuts down the process after n amount of seconds without request too. CGI/SuPHP - is a relic and not used by any serious high performance websites. I would suggest going ahead with php-fpm as its best
    0
  • Samet Chan
    Hi, I don't have a personal recommendation to offer. The best choice often depends on several factors. Remember to note the information on the following document if you choose to use FCGId:
    0
  • cPanelMichael
    Thanks for the info. I am already enabled PHP-FPM. But PHP Handler doesn't have a PHP-FPM option.

    It's not possible to set PHP-FPM the same way you configure a default handler for other handlers such as suPHP or CGI. You can assign PHP-FPM to individual accounts using "WHM >> MultiPHP Manager". You can also enable it for all accounts per the instructions at: MultiPHP Manager for WHM - Version 66 Documentation - cPanel Documentation Thank you.
    0
  • Samet Chan
    It's not possible to set PHP-FPM the same way you configure a default handler for other handlers such as suPHP or CGI. You can assign PHP-FPM to individual accounts using "WHM >> MultiPHP Manager". You can also enable it for all accounts per the instructions at:
    0

Please sign in to leave a comment.