diff options
author | Denis Vlasenko | 2006-11-21 21:23:21 +0000 |
---|---|---|
committer | Denis Vlasenko | 2006-11-21 21:23:21 +0000 |
commit | 8b45837b4c07ea5165f7e94d5895b90f9072c4f0 (patch) | |
tree | 635beec8409373195253316bd34dd2b809af607f /networking/httpd.c | |
parent | 5e618ff4393019ee24765877d49cb9001f7df992 (diff) | |
download | busybox-8b45837b4c07ea5165f7e94d5895b90f9072c4f0.zip busybox-8b45837b4c07ea5165f7e94d5895b90f9072c4f0.tar.gz |
httpd: add link to docs
Diffstat (limited to 'networking/httpd.c')
-rw-r--r-- | networking/httpd.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/networking/httpd.c b/networking/httpd.c index 986703d..cafa9ed 100644 --- a/networking/httpd.c +++ b/networking/httpd.c @@ -24,6 +24,9 @@ * server changes directory to the location of the script and executes it * after setting QUERY_STRING and other environment variables. * + * Doc: + * "CGI Environment Variables": http://hoohoo.ncsa.uiuc.edu/cgi/env.html + * * The server can also be invoked as a url arg decoder and html text encoder * as follows: * foo=`httpd -d $foo` # decode "Hello%20World" as "Hello World" |