Files
applets
applets_sh
arch
archival
configs
console-tools
coreutils
debianutils
docs
cgi
cl.html
env.html
in.html
interface.html
out.html
.gitignore
Kconfig-language.txt
Serial-Programming-HOWTO.txt
busybox_footer.pod
busybox_header.pod
contributing.txt
ctty.htm
draft-coar-cgi-v11-03-clean.html
embedded-scripts.txt
ifupdown_design.txt
keep_data_small.txt
logging_and_backgrounding.txt
mdev.txt
new-applet-HOWTO.txt
nofork_noexec.txt
posix_conformance.txt
sigint.htm
smallint.txt
style-guide.txt
syslog.conf.txt
tar_pax.txt
tcp.txt
unicode.txt
unicode_UTF-8-test.txt
unicode_full-bmp.txt
unit-tests.txt
e2fsprogs
editors
examples
findutils
include
init
klibc-utils
libbb
libpwdgrp
loginutils
mailutils
miscutils
modutils
networking
printutils
procps
qemu_multiarch_testing
runit
scripts
selinux
shell
sysklogd
testsuite
util-linux
.gitignore
.indent.pro
AUTHORS
Config.in
INSTALL
LICENSE
Makefile
Makefile.custom
Makefile.flags
Makefile.help
NOFORK_NOEXEC.lst
NOFORK_NOEXEC.sh
README
TODO
TODO_unicode
make_single_applets.sh
size_single_applets.sh
busybox/docs/cgi/interface.html
Denys Vlasenko ba2dcccd79 *: trailing empty lines removed
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
2010-07-26 01:49:12 +02:00

30 lines
991 B
HTML

<html><head><title>The Common Gateway Interface Specification
[http://hoohoo.ncsa.uiuc.edu/cgi/interface.html]
</title></head><body><h1><img alt="" src="interface_files/CGIlogo.gif"> The CGI Specification</h1>
<hr>
This is the specification for CGI version 1.1, or CGI/1.1. Further
revisions of this protocol are guaranteed to be backward compatible.
<p>
The server and the CGI script communicate in four major ways. Each of
the following is a hotlink to graphic detail.</p><p>
</p><ul>
<li> <a href="env.html">Environment variables</a>
</li><li> <a href="cl.html">The command line</a>
</li><li> <a href="in.html">Standard input</a>
</li><li> <a href="out.html">Standard output</a>
</li></ul>
<hr>
<a href="http://hoohoo.ncsa.uiuc.edu/cgi/overview.html"><img alt="[Back]" src="interface_files/back.gif">Return to the overview</a> <p>
CGI - Common Gateway Interface
</p><address><a href="http://hoohoo.ncsa.uiuc.edu/cgi/mailtocgi.html">cgi@ncsa.uiuc.edu</a></address>
</body></html>