From: Rich Bowen Date: Tue, 23 Nov 2004 02:04:01 +0000 (+0000) Subject: Slight clarification in the role of ServerRoot X-Git-Tag: 2.1.2~141 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1fcf5eef85ad011336286266882e27125f67bddc;p=apache Slight clarification in the role of ServerRoot git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106258 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index cd9d1c26f2..481c96de45 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -2690,8 +2690,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