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/23 03:04:02 UTC

svn commit: r106258 - /httpd/httpd/trunk/docs/manual/mod/core.xml

Author: rbowen
Date: Mon Nov 22 18:04:01 2004
New Revision: 106258

Modified:
   httpd/httpd/trunk/docs/manual/mod/core.xml
Log:
Slight clarification in the role of ServerRoot


Modified: httpd/httpd/trunk/docs/manual/mod/core.xml
Url: http://svn.apache.org/viewcvs/httpd/httpd/trunk/docs/manual/mod/core.xml?view=diff&rev=106258&p1=httpd/httpd/trunk/docs/manual/mod/core.xml&r1=106257&p2=httpd/httpd/trunk/docs/manual/mod/core.xml&r2=106258
==============================================================================
--- httpd/httpd/trunk/docs/manual/mod/core.xml	(original)
+++ httpd/httpd/trunk/docs/manual/mod/core.xml	Mon Nov 22 18:04:01 2004
@@ -2690,8 +2690,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