PHP handler FastCGI vs PHP-FPM
Please let me know that what does PHP handler FastCGI vs PHP-FPM ? Can we use FastCGI and PHP-FPM at a time? PHP handler FastCGI and PHP-FPM with Performance is even better?
-
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 -
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 -
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 -
So Can we use both FastCGI and PHP-FPM same time?
Yes with proxy_fcgi. No as mod_fcgi handler.0 -
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.
Comments
5 comments