]> granicus.if.org Git - apache/commitdiff
Slight clarification in the role of ServerRoot
authorRich Bowen <rbowen@apache.org>
Tue, 23 Nov 2004 02:04:01 +0000 (02:04 +0000)
committerRich Bowen <rbowen@apache.org>
Tue, 23 Nov 2004 02:04:01 +0000 (02:04 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106258 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index cd9d1c26f214c8ada1e837defb709c0e090a5868..481c96de45facb95c8517e855ed5cf6fd2bec5f4 100644 (file)
@@ -2690,8 +2690,10 @@ is accessed by an incompatible browser</description>
     <p>The <directive>ServerRoot</directive> directive sets the
     directory in which the server lives. Typically it will contain the
     subdirectories <code>conf/</code> and <code>logs/</code>. Relative
-    paths for other configuration files are taken as relative to this
-    directory.</p>
+    paths in other configuration directives (such as <directive
+    module="core">Include</directive> or <directive
+    module="so">LoadModule</directive>, for example) are taken as 
+    relative to this directory.</p>
 
     <example><title>Example</title>
       ServerRoot /home/httpd