that if it gets changed one place it inherits it everywhere. Also, a
practical example of `Define` in action.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1401126 13f79535-47bb-0310-9956-
ffa450edef68
# documents. By default, all requests are taken from this directory, but
# symbolic links and aliases may be used to point to other locations.
#
-DocumentRoot "@exp_htdocsdir@"
-<Directory "@exp_htdocsdir@">
+
+Define DOCROOT "@exp_htdocsdir@"
+DocumentRoot "${DOCROOT"}
+<Directory "${DOCROOT}">
#
# Possible values for the Options directive are "None", "All",
# or any combination of: