Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
CGI
Edit
PageHistory
Diff
Info
LikePages
You are viewing an old revision of this page.
View the current version
.
[Acronym] for the __C__ommon __G__ateway __I__nterface The [CGI] standard specifies the conditions for programs run by a web server in respons to certain queries in order to return a webpage. It specifies things like environment variables such as PATH_INFO, QUERY_STRING, REMOTE_USER, and many more which you can read to find out information about the request. It also specifies where a [CGI] programs STDIN etc should be connected and a few other details of operation.
4 pages link to
CGI
:
PhpNotes
mod_perl
Perl
ApacheNotes