Commit e455e464 authored by Richard Bowen's avatar Richard Bowen
Browse files

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
parent bd80f052
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -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