Fastcgi and PHP-FPM

First of all, what does CGI do? CGI is to ensure that the data passed by the web server is in a standard format, which is convenient for the writers of CGI programs.

web server (such as nginx

CGI

Introduction CGI (Common Gateway Interface) defines a way of interaction between a Web server and an external content generation program. The external content generation program mentioned here is u

Gateway API

API Gateway Reprinted from: http://www.cnblogs.com/Leo_wl/p/4934036.html < p style="line-height:18px;font-family:'宋体' !important;"> Original address: http://microservices.io/patterns/apigateway.