Skip to navigation Skip to content
Simon Technology Blog
  • Architecture
  • Cloud
  • Database
  • Develop
  • Hardware
  • Industry
  • Language
  • Mobile
  • Opensource
  • OS
  • Web
Main Navigation

Category: Cgi

CGI (Common Gateway Interface) is one of the most important technologies in WWW technology and has an irreplaceable important position. CGI is an interface standard between external applications (CGI programs) and WEB servers, and is a process of transferring information between CGI programs and Web servers. The CGI specification allows Web servers to execute external programs and send their output to a Web browser. CGI turns a set of simple static hypermedia documents on the Web into a complete new interactive media. Common Gateway Interface, CGI for short. Physically, it is a piece of program that runs on the server and provides an interface with the client’s HTML page. It may not be easy to understand this way. So let’s look at a practical example: most of the current personal homepages have a guestbook. The job of the guestbook is as follows: First, the user enters some information on the client, such as comments. Then the user clicks “Publish or Submit” (the work has been done on the client so far), the browser transmits this information to the specific CGI program in the CGI directory of the server, and the CGI program is processed on the server according to a predetermined method . In this case, the information submitted by the user is stored in the specified file. Then the CGI program sends a message to the client, indicating that the requested task has ended. At this time, the user will see the words “message end” in the browser. The whole process is over.

WSGI, FLUP, FASTCGI, Web.PY relationship

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

September 26, 2021By Simo Cgi Fastcgi, FLUP, PY, relationship, WEB, Web.Py, wsgiLeave a Comment

The relationship and difference between CGI, FASTCGI, and PHP-FPM.

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

September 26, 2021By Simo Cgi between, CGI, Difference, Fastcgi, FPM, PHP, relationshipLeave a Comment

Payment-Gateway – BRAINTREE – Why do you need a lot of time before the BRAINTREE transaction created by the API or sandbox?

Whenever I create a transaction through the Braintree API or through their sandbox, it will go through many states, such as authorization, submission for settlement, settlement…all of which takes

September 26, 2021By Simo Cgi BRAINTREE, Payment, TRAINTREELeave a Comment

Gateway Tutorial – How to view the Gateway service address and port number

Many times we have to determine the service address of the gateway hub and the port number to access, so how do we check it?

The following steps are sufficient:

As shown below:

September 26, 2021By Simo Cgi Address, Gateway, how to view, Number, port, service, tutorialLeave a Comment

CGI Fastcgi PHP-CGI PHP-FPM concept and relationship

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

September 26, 2021By Simo Cgi CGI, Concept, Fastcgi, FPM, PHP, relationshipLeave a Comment

CGI, server built-in module, Fastcgi, PHP-FPM Differences and Details

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

September 26, 2021By Simo Cgi built-in, CGI, detailed, differential, Fastcgi, FPM, module, PHP, serverLeave a Comment

What is the relationship between FastCGI and PHP-FPM?

I checked the relationship between fastcgi and php-fpm on the Internet. All over, there are really different opinions, and there is no authoritative definition.

Some people on the Internet sa

September 26, 2021By Simo CgiLeave a Comment

Soon-gateway nodejs client

At present, there are several presto nodejs clients. In order to facilitate the connection of presto-gateway, an existing nodejs client is modified.
It can be easily connected to presto-gateway

September 26, 2021By Simo Cgi client, Gateway, Nodejs, soonLeave a Comment

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

September 26, 2021By Simo Cgi C language, CGI, program, writeLeave a Comment

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

September 26, 2021By Simo Cgi Access, CGI, configuration, detailed, principleLeave a Comment

Posts navigation

Page 1 … Page 6 Page 7 Page 8 Page 9
Recent Posts
  • Sencha-Touch-2 – Sencha Touch 2, Nested XML Analysis NodeValue
  • Add a separation line and format XML content
  • Is there a norm of simplified XML subsets?
  • Look at it when you write React
  • ReactJS – Present React Redux React-Router App to add the server to the Firebase hosted by the Firebase
Categories
  • Android
  • Apache
  • Apache Kafka
  • Asp
  • Auto-Test
  • Automated Build
  • Aws
  • Bitcoin
  • Browser
  • C & C++
  • C#
  • Centos
  • Cgi
  • Character
  • Cloud Service
  • Cocos2dx
  • Cordova
  • CSS
  • Data Structure
  • Delphi
  • Design Pattern
  • Dojo
  • Dubbo
  • ELK
  • Flex
  • football
  • Game
  • Hadoop
  • Hibernate
  • HTML
  • Hybrid
  • Intel
  • IOS
  • Ipad
  • iPhone
  • Java
  • Javascript
  • Jetty
  • JQuery
  • Jsp
  • Linux
  • Load Balance
  • Lua
  • Macbook
  • Macos
  • Mathematics
  • Micro Services
  • Monitoring
  • Motherboard
  • Mysql
  • Network Hardware
  • Network Marketing
  • Nginx
  • NodeJs
  • Nosql
  • Oracle
  • Os Theory
  • Performance
  • PHP
  • Postgresql
  • Power Designer
  • React
  • Redis
  • Regexp
  • Rom
  • Rss
  • Ruby
  • Search Engines
  • Shell Script
  • Silicon Valley
  • Silverlight
  • Software Design
  • Spring
  • Sql
  • Sqlite
  • Sqlserver
  • Storage
  • Storm
  • Surface
  • SVN
  • Swift
  • System Architecture
  • Tablet
  • Uncategorized
  • Unix
  • Visual Basic
  • Visual Studio
  • Web Crawler
  • WebService
  • Windows
  • Wireless
  • XML
  • ZooKeeper
Archives
  • October 2021
  • September 2021
  • August 2021
  • May 2021
  • April 2021
  • September 2020
  • September 2019
  • August 2019
  • June 2019
  • May 2019
  • April 2019
  • March 2019
© Simon Technology Blog 2025 • ThemeCountry Powered by WordPress