summaryrefslogtreecommitdiff
path: root/docs/manual
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-04-29 12:47:34 +0000
committerAndré Malo <nd@apache.org>2003-04-29 12:47:34 +0000
commitbbcc48449e1cd0930eb54fa301e7895144ec0c2b (patch)
tree07336ba762a45dd48905c434183eb833640a5f4a /docs/manual
parent55e431c3fa5cab04e78048a05aec80d21e3119ed (diff)
downloadhttpd-bbcc48449e1cd0930eb54fa301e7895144ec0c2b.tar.gz
virtualhost is a section
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@99634 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs/manual')
-rw-r--r--docs/manual/bind.html.en2
-rw-r--r--docs/manual/bind.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/manual/bind.html.en b/docs/manual/bind.html.en
index 90df34836d..5416d04f8e 100644
--- a/docs/manual/bind.html.en
+++ b/docs/manual/bind.html.en
@@ -28,7 +28,7 @@
<h2><a name="overview" id="overview">Overview</a></h2>
- <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/core.html">core</a></code></li><li><code class="module"><a href="./mod/mpm_common.html">mpm_common</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/core.html#virtualhost">VirtualHost</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code></li></ul></td></tr></table>
+ <table class="related"><tr><th>Related Modules</th><th>Related Directives</th></tr><tr><td><ul><li><code class="module"><a href="./mod/core.html">core</a></code></li><li><code class="module"><a href="./mod/mpm_common.html">mpm_common</a></code></li></ul></td><td><ul><li><code class="directive"><a href="./mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code></li><li><code class="directive"><a href="./mod/mpm_common.html#listen">Listen</a></code></li></ul></td></tr></table>
<p>When Apache starts, it binds to some port and address on
diff --git a/docs/manual/bind.xml b/docs/manual/bind.xml
index f52a62dbf9..33bf709ec8 100644
--- a/docs/manual/bind.xml
+++ b/docs/manual/bind.xml
@@ -22,7 +22,7 @@
<module>mpm_common</module>
</modulelist>
<directivelist>
- <directive module="core">VirtualHost</directive>
+ <directive module="core" type="section">VirtualHost</directive>
<directive module="mpm_common">Listen</directive>
</directivelist>
</related>