PHP operating mode has 5 minutes:1) CGI Universal Gateway Interface (Common Gateway Interface))2) fast-cgi resident (long-live) type CGI3) CLI command line run (Interface)4) ISAPI mode (used in Windows)5) Web module mode (module mode for Web server
Comparison of CGI, FastCGI, php-CGI, PHP-FPM, and Spawn-FCGI in PHP environment configuration ?. What is CGICGI? it is a tool called "CommonGatewayInterface". the HTTP server is used to "talk" with programs on your or other machines. The program
PHP Basics CGI, FastCGI, PHP-CGI with PHP-FPM. CGICGI is a public Gateway Interface (CommonGatewayInterface). an HTTP server is a tool used to communicate with programs on your or other machines. its programs must run on network servers. CGI
CGI is
Several php running modes are CLI, CGI, FastCGI, mod_php, and fastcgimod_php. Several php running modes: CLI, CGI, FastCGI, mod_php, fastcgimod_php1, and CLI: Are command lines. for example, you can type the command in the console or shell:
What is the difference between CGI, FastCGI, Apache2handler, CLI? This article mainly introduces 4 kinds of common operation modes of PHP, and details the CGI, FastCGI, Apache2handler, CLI. We hope to help you.
Sapi:server application Programming
PHP's several operating modes CLI, CGI, FastCGI, mod_php,fastcgimod_php
1, CLI: is the command line, for example, you can type the command in the console or the shell:
Php-f index.php
Then get the output
2, CGI: The following are different
: This article mainly introduces Nginx, CGI, FastCGI, PHP-CGI, PHP-FPM processing process, for PHP tutorials interested in students can refer. For cgi fastcgi php-fpm php-cgi, there are many explanations on the Internet, which can be viewed by Baidu.
A concept:
Cgi
CGI (Common Gateway Interface), Universal Gateway interface. The protocol used when interacting between Web servers (such as Nginx) and script parsers (such as php-cgi). It specifies how the data such as the requested URL, HTTP
For CGI fastcgi php-fpm php-cgi explanation, online quite a lot of, can Baidu view, below is my own understanding
Noun terms:
1、web服务器2、通信协议3、进程、主进程、子进程4、php解析器CGI:Common Gateway Interface 公共网关接口,web服务器和脚本语言通信的一个标准、接口、协议【协议】FastCGI:CGI协议的升级版【协议】PHP-
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->
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.