Skip to main content

PHP handler FastCGI vs PHP-FPM

Comments

5 comments

  • cPanelMichael
    Hello, You can read more about FastCGI on the documentation page: Apache Module: FCGId - EasyApache 4 - cPanel Documentation Additionally, some of it's limitations are discussed on the following comment from the corresponding feature request: EasyApache 4 mod_fcgid PHP-FPM is used differently, and described on the following documentation page: PHP-FPM - Documentation - cPanel Documentation Thank you.
    0
  • vacancy
    Fcgi and php-fpm are different things. Php-fpm works with proxy_fcgi. Handler can selected as suphp. Fcgi works alone. Handler can be selected. There is no multi php support. Performance may vary. As a result, both work on fast cgi.
    0
  • Nirjonadda
    Fcgi and php-fpm are different things. Php-fpm works with proxy_fcgi. Handler can selected as suphp. Fcgi works alone. Handler can be selected. There is no multi php support. Performance may vary. As a result, both work on fast cgi.

    So Can we use both FastCGI and PHP-FPM same time?
    0
  • vacancy
    So Can we use both FastCGI and PHP-FPM same time?

    Yes with proxy_fcgi. No as mod_fcgi handler.
    0
  • Anoop P Alias
    PHP-FPM is the recommended way of deploying php by php.net . I would recommend that you switch all domains to use php-fpm as handler from WHM. I believe cPanel will have the feature to make this the default handler soon. But as of now you will need to switch domains to php-fpm
    0

Please sign in to leave a comment.