From: Denis Vlasenko Date: Tue, 21 Nov 2006 21:23:21 +0000 (-0000) Subject: httpd: add link to docs X-Git-Tag: 1_4_0~360 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=8b45837b4c07ea5165f7e94d5895b90f9072c4f0;p=oweals%2Fbusybox.git httpd: add link to docs --- diff --git a/networking/httpd.c b/networking/httpd.c index 986703d2d..cafa9eda5 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"