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
Tag: CGI
C language write CGI program
I. Overview of CGI CGI (Common Gateway Interface) specifies how the web server calls other executable programs (CGI programs) Interface protocol standard. The Web server realizes the interaction wi
CGI detailed (principle, configuration and access)
One. Basic principles CGI: Common Gateway Interface is a standard interface for web server hosts to provide information services. Through the CGI interface, the Web server can obtain the informati
CGI extraction technology __type_traits
Foreword The last article talked about the programming techniques of iterator_traits, which is a great way to make up for the shortcomings of the C++ language. STL only regulates iterators, and has
CGI
Introduction CGI (Common Gateway Interface) defines a way of interaction between a Web server and an external content generation program. The external content generation program mentioned here is u
CGI Fast-CGI PHP-FPM
CGI
CGI, Common Gateway Interface, is a tool for HTTP server to contact with programs on other servers, which can be used into any languages with standard input, standard output and environmental