Briefly describe what CGI is and briefly describe CGI
Directory:1. What is CGI?2. Various Glossary3. Interaction Mode Between web server and CGI3.1 CGI Mode3.2 Module Mode3.3 php-fpm Mode
1. What is CGI?
CGI is the abbreviation of common gateway
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
1. Why CGI?
As we have seen above, any HTML is a static webpage, and it cannot implement some complex functions, while CGI can be implemented for us. For example,. list files in a directory on the server and operate on the files in the directory. B.
This article is contributed by whyang2006
The reason for this article is that it is required to control peripheral hardware devices through the web page on the Linux platform of arm.
Why do we need CGI programming? In HTML, when the customer fills
This article is contributed by whyang2006
The reason for this is that it requires a Web page to control peripheral hardware under Arm's Linux platform.
Why do you want to do CGI programming? In HTML, when a customer fills out a form, and press
1. Why use CGI.
As you can see, any HTML is a static Web page, and it does not implement some complex functionality, and CGI is achievable for us. Such as:
A. List the files in a directory on the server and manipulate the files in the directory;
B.
52657094.
In HTML, when a customer fills out a form, and press the Send button, the contents of the form is sent to the server side, in general, then need to have a server-side script to the contents of the form to do some processing, or to save
In the last article we learned that the process of decoupling between Web server and PHP is through SAPI. What is CLI, CGI, fastcgi, php-fpm? Don't worry, in this article, we will have a clear understanding of it.
First of all, CLI, CGI, fastcgi is
Since Carl needs to use my program, we work together. However, the program he wrote is Python, and the program I wrote is Java, so he must find a way to communicate. Despite Jython, Carl believes that CGI is the easiest. As a result, I learned how
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.