Definition:
Compile-time definition; default set by #include "httpd.h"
Usage example:
env CFLAGS="-Wall -DDOCUMENT_LOCATION=\"/usr/httpd/htdocs\"" ./configure
This constant is the hard-coded default for the DocumentRoot
directive. Like the HTTPD_ROOT definition, its value differs
from operating system to operating system:
{HTTPD_ROOT}/docs{HTTPD_ROOT}/htdocs
The default value is based on the definition of the HTTPD_ROOT
compile-time definition (q.v.).
You should use the ap_document_root() (q.v.) routine
instead to obtain the value of the DocumentRoot for the server handling a
request.
Previous: DEFAULT_TIMEOUT
Next: DONE
Table of Contents
(Routines,
Structures,
Data Cells,
Constants)