]> granicus.if.org Git - apache/commitdiff
Example for ServerRoot directive
authorRichard Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 02:46:04 +0000 (02:46 +0000)
committerRichard Bowen <rbowen@apache.org>
Thu, 13 Jun 2002 02:46:04 +0000 (02:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95632 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index badf52c779810b7472a65ac8fd1c266c6f5255d4..5df0c6de8d1b80ef34421a7f8405b0ffbacc36d4 100644 (file)
@@ -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
index c61d822772241df9502778794a979a678a118f09..05630429cc5a7ebe4f1c7c7709c65164c9b783c1 100644 (file)
@@ -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>