You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@apache.org on 2004/11/22 04:13:24 UTC

svn commit: r106145 - /httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml

Author: rbowen
Date: Sun Nov 21 19:13:22 2004
New Revision: 106145

Modified:
   httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml
Log:
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.


Modified: httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml?view=diff&rev=106145&p1=httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml&r1=106144&p2=httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml&r2=106145
==============================================================================
--- httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml	(original)
+++ httpd/httpd/branches/2.0.x/docs/manual/mod/core.xml	Sun Nov 21 19:13:22 2004
@@ -2701,8 +2701,10 @@
     <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