Review the basics of CGI, FastCGI, php-cgi, and php-fpm
Organize an answer from Zhihu
1、CGI is a protocol
Firstly, what is CGI? CGI is designed to ensure that the data passed from the web server is in a standard format, making it convenient for CGI program developers.

