http: document index.cgi usage. no code changes
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
ca18311d0a
commit
d277f55ebd
@ -21,6 +21,10 @@
|
|||||||
* The server changes directory to the location of the script and executes it
|
* The 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.
|
||||||
*
|
*
|
||||||
|
* If directory URL is given, no index.html is found and CGI support is enabled,
|
||||||
|
* cgi-bin/index.cgi will be run. Directory to list is ../$QUERY_STRING.
|
||||||
|
* See httpd_indexcgi.c for an example GCI code.
|
||||||
|
*
|
||||||
* Doc:
|
* Doc:
|
||||||
* "CGI Environment Variables": http://hoohoo.ncsa.uiuc.edu/cgi/env.html
|
* "CGI Environment Variables": http://hoohoo.ncsa.uiuc.edu/cgi/env.html
|
||||||
*
|
*
|
||||||
@ -71,7 +75,7 @@
|
|||||||
* D:2.3.4. # deny from 2.3.4.0 - 2.3.4.255
|
* D:2.3.4. # deny from 2.3.4.0 - 2.3.4.255
|
||||||
* A:* # (optional line added for clarity)
|
* A:* # (optional line added for clarity)
|
||||||
*
|
*
|
||||||
* If a sub directory contains a config file it is parsed and merged with
|
* If a sub directory contains config file, it is parsed and merged with
|
||||||
* any existing settings as if it was appended to the original configuration.
|
* any existing settings as if it was appended to the original configuration.
|
||||||
*
|
*
|
||||||
* subdir paths are relative to the containing subdir and thus cannot
|
* subdir paths are relative to the containing subdir and thus cannot
|
||||||
|
Loading…
x
Reference in New Issue
Block a user