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.
Category: Cgi
CGI (Common Gateway Interface) is one of the most important technologies in WWW technology and has an irreplaceable important position. CGI is an interface standard between external applications (CGI programs) and WEB servers, and is a process of transferring information between CGI programs and Web servers. The CGI specification allows Web servers to execute external programs and send their output to a Web browser. CGI turns a set of simple static hypermedia documents on the Web into a complete new interactive media. Common Gateway Interface, CGI for short. Physically, it is a piece of program that runs on the server and provides an interface with the client’s HTML page. It may not be easy to understand this way. So let’s look at a practical example: most of the current personal homepages have a guestbook. The job of the guestbook is as follows: First, the user enters some information on the client, such as comments. Then the user clicks “Publish or Submit” (the work has been done on the client so far), the browser transmits this information to the specific CGI program in the CGI directory of the server, and the CGI program is processed on the server according to a predetermined method . In this case, the information submitted by the user is stored in the specified file. Then the CGI program sends a message to the client, indicating that the requested task has ended. At this time, the user will see the words “message end” in the browser. The whole process is over.
API GATEWAY — Kong Installation Precautions
If openresty has been installed in the system (CentOS), you need to uninstall it, otherwise an error will be reported
Transaction check error: file /usr/local/openresty/nginx/html/index.html
Activiti learning is judged according to the conditions
In process design, we often encounter the problem of judging the process direction based on conditions. The corresponding implementation method is also given in Activiti: gateway.
Gateway (Gatewa
CGI Fast-CGI PHP-FPM
CGI
CGI, Common Gateway Interface, is a tool for HTTP server to contact with programs on other servers, which can be used into any languages with standard input, standard output and environmental
API Gateway Stage variables
Stage variables are name-value pairs that you can define as configuration attributes associated with a deployment stage of a REST API. They act like environment variables and can be used in your AP