Reference from http://segmentfault.com/q/1010000000256516First of all, what does CGI do? CGI is designed to ensure that the data passed by the Web server is in a standard format and facilitates the writer of CGI programs.
Web server, such
Configure the ISAPI mode of PHP under Windows Server 2003 IIS6 by adding a new Web service extension in IIS's Web service extensions, with the program suffix PHP,ISAPI program as Php5isapi.dll. And then my Computer.-> Properties-> Advanced->
Selected from: https://www.cnblogs.com/kenshinobiy/p/7470635.html
1) CGI
The CGI full name "Public Gateway Interface" (Common Gateway Interface) is an interface for HTTP servers to communicate with programs on other machines, and its programs must
CGICGI is short for "CommonGatewayInterface". It is a tool for the HTTP server to "talk" with programs on your or other machines, the program must run on the network server. CGI can be written in any language as long as it has standard input, output,
Let's look at the workflow of common CGI:The Web server receives the user request and submits the request to the CGI program, and the CGI program processes the requested parameters, then outputs the standard HTML statement back to the Web Server,web
CGICGI is short for "CommonGatewayInterface". It is a tool for the HTTP server to "talk" with programs on your or other machines, the program must run on the network server. CGI can be written in any language as long as it has standard input, output,
Cgi
The CGI name is a "public Gateway Interface" (Common Gateway Interface), a tool that the HTTP server "chats" with programs on your or other machines, and its programs must be run on a network server.
CGI can be written in any language, as long
Cgi
The CGI name is a "public Gateway Interface" (Common Gateway Interface), a tool that the HTTP server "chats" with programs on your or other machines, and its programs must be run on a network server.
CGI can be written in any language, as long
What is CGI?
CGI stands for the Common Gateway Interface, which is a program running on a Web server. With browser input triggered, this script is usually like a bridge between a server and other programs in the system, such as a database.
CGI
CGI = Common Gateway Interface As the name suggests, it is an interface specification. This specification defines in detail the server Agent running in the Web server, how to obtain and return the server environment context and the parameter names
The visual AMP integration environment is detected with phpinfo.php, and the Server API shows cgi/fastcgi such as,Do not display the details below Apache2handler, for example,
These graphs have a loaded modules that shows the modules that have been
This article provides a detailed analysis of the PHP running mode. For more information, see
PHP running mode has four minutes:1) cgi Common Gateway Interface ))
2) fast-cgi resident (long-live) type CGI
3) cli Command Line Interface)
4) web module
This article mainly introduces four common php running methods. This article describes CGI, FastCGI, APACHE2HANDLER, CLI, and other four running methods. For more information, see
This article mainly introduces four common php running methods. This
This article summarizes and introduces five php running modes, and makes a simple comparison, which is very detailed and comprehensive, I hope it will be helpful for you to learn how to use php. The PHP running mode has been around for four minutes:
This article provides a detailed analysis of the PHP running mode. For more information, see
PHP running mode has four minutes:1) cgi Common Gateway Interface ))
2) fast-cgi resident (long-live) type CGI
3) cli Command Line Interface)
4) web module
PHP running mode has four minutes:1) cgi Common Gateway Interface ))
2) fast-cgi resident (long-live) type CGI
3) cli Command Line Interface)
4) web module mode (module mode for running apache and other web servers)
1. CGI (Common Gateway Interface)
I often see these things, but I can't understand the information I found on the Internet. Concept understanding: CGI, FastCGI, PHP-CGI and PHP-FPM is best to give a chestnut! Thank you for reading these things frequently, but you cannot understand
4 Common ways to run PHP
This article mainly introduces PHP 4 kinds of common operating modes, this article explains the CGI, FastCGI, Apache2handler, CLI and other 4 kinds of operation, the need for friends can refer to the following
Sapi:server
This article mainly introduced PHP 4 kinds of common operation way, this article explained the CGI, FastCGI, Apache2handler, CLI and so on 4 kinds of Operation Way, needs the friend may refer to under
Sapi:server application Programming Interface
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.