Jump to content

Common Gateway Interface: Difference between revisions

From EDM2
Ak120 (talk | contribs)
Created page with "Common Gateway Interface (CGI) is a method of data exchange between web servers and third party software. ==Articles== *Using TCL and cgi.tcl to Create and Maintain your We..."
 
Ak120 (talk | contribs)
mNo edit summary
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Common Gateway Interface (CGI) is a method of data exchange between web servers and third party software.
Common Gateway Interface (CGI) is a method of data exchange between web servers and third party software.
CGI is not restricted to any specific programming language. Anything that supports standard input/output and reading of [[environment variables]] is suitable.


==Articles==
==Articles==
*[[Using TCL and cgi.tcl to Create and Maintain your Web Page]]
*[[Using TCL and cgi.tcl to Create and Maintain your Web Page]]
==Publications==
*Shishir Gundavaram: ''CGI Programming on the World Wide Web'' - O'Reilly 1996, ISBN 1-56592-168-2 [http://www.oreilly.com/openbook/cgi/]
*Eugene Eric Kim: ''CGI Developer's Guide'' - Sams 1996, ISBN 1-57521-087-8
*''CGI Programming Unleashed'' - Sams 1996, ISBN 1-57521-151-3
*Robert McDaniel: ''CGI Manual of Style'' - ZD Press, ISBN 1-56276-397-0
*Gunther Birznieks, Scott Guelich, Shishir Gundavaram: ''CGI Programming with Perl'' - O'Reilly 2012, ISBN 1-56592-419-3


==Links==
==Links==
* [https://tools.ietf.org/html/rfc3875 RFC3875] - The Common Gateway Interface (CGI) Version 1.1
* [https://tools.ietf.org/html/rfc3875 RFC3875] - The Common Gateway Interface (CGI) Version 1.1
[[Category:WWW]]

Latest revision as of 23:53, 18 January 2018

Common Gateway Interface (CGI) is a method of data exchange between web servers and third party software.

CGI is not restricted to any specific programming language. Anything that supports standard input/output and reading of environment variables is suitable.

Articles

Publications

  • Shishir Gundavaram: CGI Programming on the World Wide Web - O'Reilly 1996, ISBN 1-56592-168-2 [1]
  • Eugene Eric Kim: CGI Developer's Guide - Sams 1996, ISBN 1-57521-087-8
  • CGI Programming Unleashed - Sams 1996, ISBN 1-57521-151-3
  • Robert McDaniel: CGI Manual of Style - ZD Press, ISBN 1-56276-397-0
  • Gunther Birznieks, Scott Guelich, Shishir Gundavaram: CGI Programming with Perl - O'Reilly 2012, ISBN 1-56592-419-3

Links

  • RFC3875 - The Common Gateway Interface (CGI) Version 1.1