source: MondoRescue/branches/2.2.9/mindi-busybox/docs/cgi/interface.html@ 2725

Last change on this file since 2725 was 2725, checked in by Bruno Cornec, 13 years ago
  • Update mindi-busybox to 1.18.3 to avoid problems with the tar command which is now failing on recent versions with busybox 1.7.3
File size: 991 bytes
Line 
1<html><head><title>The Common Gateway Interface Specification
2[http://hoohoo.ncsa.uiuc.edu/cgi/interface.html]
3</title></head><body><h1><img alt="" src="interface_files/CGIlogo.gif"> The CGI Specification</h1>
4
5<hr>
6
7This is the specification for CGI version 1.1, or CGI/1.1. Further
8revisions of this protocol are guaranteed to be backward compatible.
9<p>
10
11The server and the CGI script communicate in four major ways. Each of
12the following is a hotlink to graphic detail.</p><p>
13
14</p><ul>
15<li> <a href="env.html">Environment variables</a>
16</li><li> <a href="cl.html">The command line</a>
17</li><li> <a href="in.html">Standard input</a>
18</li><li> <a href="out.html">Standard output</a>
19</li></ul>
20<hr>
21
22
23<a href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html"><img alt="[Back]" src="interface_files/back.gif">Return to the overview</a> <p>
24
25
26
27CGI - Common Gateway Interface
28</p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address>
29</body></html>
Note: See TracBrowser for help on using the repository browser.