[Editor’s Note] The first article in this series introduced the microservice architecture pattern. It discusses the advantages and disadvantages of using microservices. Except for some complex micr
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.
What is the relationship between Fastcgi and PHP-FPM?
https://segmentfault.com/q/1010000000256516
https://segmentfault.com/q/1010000000256516
Micro Service API Gateway
Original address : Http://microservices.io/patterns/apigateway.html, the following is a translation of the original text using Google Translate.
Let Let’s imagine that you are building an onl
Gateway Protocol Learning: CGI, Fastcgi, WSGI
CGI
CGI stands for Common Gateway Interface, which is an interface standard between external applications (CGI programs) and Web servers, and is a procedure for transferring information betwe
Talk about the API Gateway in Micro Services (API Gateway)
21CTO Community Guide: In this article, let’s discuss the distribution of API gateways in the entire microservices A role in the architecture.
We know that in the microservice architecture st
Manage SPAWN-FCGI program management and FASTCGI library libfcgi unified package
Integrate and encapsulate the spawn-fcgi process management program with the libfcgi c++ library, so that the library can self-manage program start and stop and fcgi functions, The output is in jso
Get CGI environment variables
1.CGIIntroduction to environment variables
CGIProgram inheritance System environment variables,CGI environment variables, inCGIThe program is initialized at startup and destroyed at the end.
Develop FASTCGI applications with C language – FCGI_STDIO Package API
Official document:http://www.fastcgi.com/devkit/doc/fcgi-devel-kit.htm
The FastCGI software development kit is used to simplify the conversion of existing CGI programs into FastCGI programs o
Micro service gateway Kong actual combat
The current Internet, especially the mobile Internet, is based on the service API interface for the interaction between devices and platforms . API-driven development is the most common way of coll
Should I delete the CGI-BIN folder I just created?
Using cpanel in my hosting account, I created a subdomain. www.clothing.mysite.com
A cgi-bin folder is automatically created in the directory of clothing.mysite.com. Do i need it? I only use