Before discussing FastCGI, we have to say that the traditional CGI works, and should probably understand the CGI 1.1 protocol
Analysis of traditional CGI working principle
After the client accesses a URL address, submits the data through get/post/
Cgi
CGI, Common Gateway Interface, is a tool for HTTP Server-to-contact with programs in other servers, which can used into any languages with standard input, standard output and environmental variables, such as PHP, Perl, or TCL.
As an alternative to a mod_python module, you might consider using the Mod_wsgi module, which has been developed more recently than the Mod_python development time and has been used in the Django community. A complete overview is beyond the scope of
Mod_php, FastCGI, PHP-FPM and other PHP running mode comparison. Mod_php, FastCGI, PHP-FPM and other PHP running mode comparison this article mainly introduces mod_php, FastCGI, PHP-FPM and other PHP running mode comparison, this article explains
ArticleDirectory
Web Server Selection
Question:Use "easy language. Flying" (EF) to develop Web ApplicationsProgramThere is no precedent. However, because the EF Local Development Kit (efndk) has been released, it is not difficult to
This article is one of my recent thoughts on Node. js learning and I will discuss it with you.
HTTP server of Node. js
Using Node. js can easily implement an http service. The simplest example is the official website example:Copy codeThe Code is as
https://segmentfault.com/q/1010000000256516I check the relationship between FastCGI and php-fpm on the Internet, check for a week, the basic look at the times, it is very divergent opinions, there is no authoritative definition.Online some say,
Due to the improvement of the PHP5.3, the original IIS through the ISAPI parsing PHP script has not been supported, PHP from 5.3.0 later version of Microsoft's fastcgi mode, which is a more advanced way to run faster and more stable. This article
"Turn" to understand the relationship between fastcgi and PHP-FPM, FASTCGIPHP-FPM
Question: Online some say, fastcgi is a protocol, PHP-FPM realize this agreement, some say, PHP-FPM is fastcgi process Manager, used to manage the fastcgi process;
Nginx uses the fastcgi method to connect to php. during compilation and installation in linux, php must support the fastcgi method. Other things can be installed according to the original method. Perform the following steps: 1. Install fastcgi
This article is my recent Node.js learning process of an idea, put forward to discuss with you.
HTTP Server for Node.js
Using Node.js can be very easy to implement an HTTP service, the most simple examples such as the official website example:
When we talk about CGI, what are we talking about?The oldest Web server simply responds to the HTTP request from the browser and returns the HTML file stored on the server to the browser, which is static HTML. Things are constantly evolving and
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
The relationship between Nginx, FastCGI and PHP-FPMAlso refer to: http://www.cnblogs.com/skynet/p/4173450.htmlPreface:When building nginx+php+memached (LPMN) under Linux, nginx.conf needs to be configured fastcgi,php need to install PHP-FPM
How does a user's request interact with the Web server (apache,nginx,iis,light) and the backend's dynamic language (such as PHP) and return the results to the user? This article discusses the personal point of view, may be wrong, welcome to shoot
As a result of PHP5.3 improvements, the original IIS parsing of PHP scripts via ISAPI has not been supported, and PHP has started using Microsoft's FASTCGI model since version 5.3.0, which is a more advanced way to run faster and more stably. This
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 as
In Windows, IIS runs PHP and iisfastcgi in FastCGI mode. In Windows, IIS runs PHP in FastCGI mode. iisfastcgi, due to PHP5.3 improvement, the original IIS parsing PHP scripts through isapi is not supported, PHP versions later than 5.3.0 use IIS in
The CGI full name is the Universal Gateway Interface (Common Gateway Interface), which allows a client to request data from a Web browser to a program that executes on a Web server. CGI describes a standard for transferring data between the client
Name of the software used in this article and:Php5.3.2: php-5.3.2-nts-Win32-VC9-x86.zipAddress: http://windows.php.net/downloads/releases/php-5.3.2-nts-Win32-VC9-x86.zip
MySQL: mysql-essential-5.1.48-win32.msiAddress:
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.