summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2002-06-13 02:46:04 +0000
committerRich Bowen <rbowen@apache.org>2002-06-13 02:46:04 +0000
commit6144c7a643e4de8d271ab97e4100c758861218eb (patch)
tree8faacaf9dda2e7b9eb36eed8cddef762e60e1cf4
parent34ac2baeb8f31c117a271c890201c2795caed61f (diff)
downloadhttpd-6144c7a643e4de8d271ab97e4100c758861218eb.tar.gz
Example for ServerRoot directive
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95632 13f79535-47bb-0310-9956-ffa450edef68
-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>