Commit 375ed13a authored by Richard Bowen's avatar Richard Bowen
Browse files

Example for ServerRoot directive


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95632 13f79535-47bb-0310-9956-ffa450edef68
parent 2c263168
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -1538,6 +1538,11 @@ is accessed by an incompatible browser</td></tr><tr><td nowrap="nowrap"><a href=
    subdirectories <code>conf/</code> and <code>logs/</code>. Relative
    paths for other configuration files are taken as relative to this
    directory.</p>

    <blockquote><table cellpadding="10"><tr><td bgcolor="#eeeeee"><p align="center"><strong>Example</strong></p><code>
    ServerRoot /home/httpd
    </code></td></tr></table></blockquote>

<p><strong>See also </strong></p><ul><li><a href="../invoking.html">the <code>-d</code>
    option to <code>httpd</code></a></li><li><a href="../misc/security_tips.html#serverroot">the
    security tips</a> for information on how to properly set
+5 −0
Original line number Diff line number Diff line
@@ -2204,6 +2204,11 @@ is accessed by an incompatible browser</description>
    subdirectories <code>conf/</code> and <code>logs/</code>. Relative
    paths for other configuration files are taken as relative to this
    directory.</p>

    <example><title>Example</title>
    ServerRoot /home/httpd
    </example>

</usage>
<seealso><a href="../invoking.html">the <code>-d</code>
    option to <code>httpd</code></a></seealso>