]> granicus.if.org Git - apache/commitdiff
VirtualHost is a section
authorAndré Malo <nd@apache.org>
Tue, 29 Apr 2003 12:42:59 +0000 (12:42 +0000)
committerAndré Malo <nd@apache.org>
Tue, 29 Apr 2003 12:42:59 +0000 (12:42 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@99632 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/bind.html.en
docs/manual/bind.xml

index 5c979f6526cdf3a0607cfb257cdaf96fd0c7c195..3b25dfc929da26ed5de3b832c5fadd30108813c0 100644 (file)
@@ -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
index f52a62dbf9c29c2518b338e52183559c74c4f8f0..33bf709ec80fdc3487a323155fe6056b90973d1e 100644 (file)
@@ -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>