summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/core.html.en5
-rw-r--r--docs/manual/mod/core.xml5
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en
index badf52c779..5df0c6de8d 100644
--- a/docs/manual/mod/core.html.en
+++ b/docs/manual/mod/core.html.en
@@ -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
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index c61d822772..05630429cc 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -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>