httpd: add link to docs

This commit is contained in:
Denis Vlasenko 2006-11-21 21:23:21 +00:00
parent 5e618ff439
commit 8b45837b4c

View File

@ -24,6 +24,9 @@
* server changes directory to the location of the script and executes it * server changes directory to the location of the script and executes it
* after setting QUERY_STRING and other environment variables. * 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 * The server can also be invoked as a url arg decoder and html text encoder
* as follows: * as follows:
* foo=`httpd -d $foo` # decode "Hello%20World" as "Hello World" * foo=`httpd -d $foo` # decode "Hello%20World" as "Hello World"