From: Rich Bowen Date: Mon, 22 Nov 2004 03:13:22 +0000 (+0000) Subject: Minor clarification for the purpose of closing bug# 18101. Specify that X-Git-Tag: 2.0.53~153 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8bf0d45a3ce12d0bcc647c6d081186aff8ed0602;p=thirdparty%2Fapache%2Fhttpd.git Minor clarification for the purpose of closing bug# 18101. Specify that Include and LoadModule relative paths are relative to ServerRoot, not to some other location. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@106145 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 0089d21daf7..2d6be4e5397 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2701,8 +2701,10 @@ is accessed by an incompatible browser

The ServerRoot directive sets the directory in which the server lives. Typically it will contain the subdirectories conf/ and logs/. Relative - paths for other configuration files are taken as relative to this - directory.

+ paths in other configuration directives (such as Include or LoadModule, for example) are taken as + relative to this directory.

Example ServerRoot /home/httpd