Apache patch E15 (DOCUMENT_ROOT)

First appears in Apache 0.3

Date:
30th March 1995

Documentation:
Usage & explanation.

Purpose:
To allow scripts to find the root of the server's document root.
Usage:
When the server invokes a CGI script, it will add a variable called DOCUMENT_ROOT to the environment. This variable will contain the value of the DocumentRoot configuration variable, which is set in the srm.conf configuration file.


Home Index