]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Minor clarification for the purpose of closing bug# 18101. Specify that
authorRich Bowen <rbowen@apache.org>
Mon, 22 Nov 2004 03:13:22 +0000 (03:13 +0000)
committerRich Bowen <rbowen@apache.org>
Mon, 22 Nov 2004 03:13:22 +0000 (03:13 +0000)
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

docs/manual/mod/core.xml

index 0089d21daf7bb01cd4a1fd3d202144ce43c90dd8..2d6be4e53973350135e36f6f085f6ece0004d20a 100644 (file)
@@ -2701,8 +2701,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