what is cgi programming

后端 未结 6 1133
礼貌的吻别
礼貌的吻别 2021-02-05 06:16

What is exactly meant by CGI programming . If I am writing a cgi program in \'C\' ,

in that context , what does the \'cgi\' mean ?

Is the servelt environment is

6条回答
  •  刺人心
    刺人心 (楼主)
    2021-02-05 07:11

    See The Common Gateway Interface (CGI) is a standard protocol that defines how webserver software can delegate the generation of webpages to a console application. Such applications are known as CGI scripts; they can be written in any programming language, although scripting languages are often used.

    http://en.wikipedia.org/wiki/Common_Gateway_Interface

提交回复
热议问题