How to explain the relationship between CGI, FASTCGI, PHP-FPM?

How to explain the relationship between CGI, FastCGI, and php-fpm in a popular way? -linuxheik’s column-CSDN blog
http://blog.csdn.net/linuxheik/article/details/52039220

How to explain the relationship between CGI, FastCGI, php-fpm in a simple way?

In apache, you can call PHP in the way of the php5_module module, In nginx, it needs to be called through php-fpm. What is the difference between these two calling methods? In addition, what do they have to do with cgi and fastcgi?

Add a comment

share

Sort by vote Sort by time

9 answers