projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5e618ff
)
httpd: add link to docs
author
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 21 Nov 2006 21:23:21 +0000
(21:23 -0000)
committer
Denis Vlasenko
<vda.linux@googlemail.com>
Tue, 21 Nov 2006 21:23:21 +0000
(21:23 -0000)
networking/httpd.c
patch
|
blob
|
history
diff --git
a/networking/httpd.c
b/networking/httpd.c
index 986703d2d5a34d76c7bee2eadb2c34888e5ac4e9..cafa9eda5c76c9e54ff9a737855ee746b96e772f 100644
(file)
--- 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"