svn commit: trunk/busybox/networking

vda at busybox.net vda at busybox.net
Tue Nov 21 21:23:22 UTC 2006


Author: vda
Date: 2006-11-21 13:23:21 -0800 (Tue, 21 Nov 2006)
New Revision: 16614

Log:
httpd: add link to docs


Modified:
   trunk/busybox/networking/httpd.c


Changeset:
Modified: trunk/busybox/networking/httpd.c
===================================================================
--- trunk/busybox/networking/httpd.c	2006-11-21 20:35:22 UTC (rev 16613)
+++ trunk/busybox/networking/httpd.c	2006-11-21 21:23:21 UTC (rev 16614)
@@ -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"




More information about the busybox-cvs mailing list