Created 2007-07-16, updated 2017-05-18
CGI or Common Gateway Interface is a protocol implemented by a web server to facilitate the exchange of information to and from a connecting client and an executable running on the server.
An example of a CGI program is the gitweb script that is included with Git.
See also