diff options
-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 986703d2d..cafa9eda5 100644 --- a/networking/httpd.c +++ b/networking/httpd.c | |||
@@ -24,6 +24,9 @@ | |||
24 | * server changes directory to the location of the script and executes it | 24 | * server changes directory to the location of the script and executes it |
25 | * after setting QUERY_STRING and other environment variables. | 25 | * after setting QUERY_STRING and other environment variables. |
26 | * | 26 | * |
27 | * Doc: | ||
28 | * "CGI Environment Variables": http://hoohoo.ncsa.uiuc.edu/cgi/env.html | ||
29 | * | ||
27 | * The server can also be invoked as a url arg decoder and html text encoder | 30 | * The server can also be invoked as a url arg decoder and html text encoder |
28 | * as follows: | 31 | * as follows: |
29 | * foo=`httpd -d $foo` # decode "Hello%20World" as "Hello World" | 32 | * foo=`httpd -d $foo` # decode "Hello%20World" as "Hello World" |