Students who have used PHP-related environments should be familiar with fastcgi. So what is fastcgi, and why can nginx connect to PHP through fastcgi?
Fastcgi is actually a communication prot
Students who have used PHP-related environments should be familiar with fastcgi. So what is fastcgi, and why can nginx connect to PHP through fastcgi?
Fastcgi is actually a communication prot
Comparefastcgi.confandfastcgi_paramsText It can be seen that there are only the following differences:
Java code 650) this.width=650;” src=”/wp-content/uploadshttp:/img.voidcn.com/vcimg/stati
CGI
CGI, or Common Gateway Interface, is the interface standard between external applications (CGI programs) and Web servers. The procedures for transferring information between CGI programs
Reference: http://blog.chinaunix.net/uid-620765-id-2084386.html
Remember the complete declaration of the C language main function?
int main(int argc, char **argv, char **envp);
Apache/lighttpd: It is equivalent to a request proxy. According to the configuration, different The request is forwarded to different servers for processing. For example, static file requests are p
What is CGI? The early wab server can only handle simple static wab files, but with With the development of technology, dynamic languages such as PHP and Python have emerged. The PHP language
cgi is a protocol for communication between web server and application processing (such as php parser or php-cgi) fastcgi is a standard used to improve the performance of cgi programs The steps of
The earliest Web server simply responded to the HTTP static file request sent by the browser, and stored the static file on the server (for example: jpg, htm, html) return to the browser. The pictu
php
New skill GET
Use fastcgi_finish_request to improve page response speed