]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
markup improvement
authorAstrid Malo <kess@apache.org>
Sun, 1 Jun 2003 18:48:03 +0000 (18:48 +0000)
committerAstrid Malo <kess@apache.org>
Sun, 1 Jun 2003 18:48:03 +0000 (18:48 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100127 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/vhosts/name-based.html.en
docs/manual/vhosts/name-based.xml

index a45cae874dd3df384357e94bb2b3c5332d7d88c8..9bd2f6af18a35b2f2458fc0ced8233c072864ad3 100644 (file)
@@ -72,7 +72,7 @@
 <div class="section">
 <h2><a name="using" id="using">Using Name-based Virtual Hosts</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></ul></td><td><ul><li><code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="../mod/core.html#namevirtualhost">NameVirtualHost</a></code></li><li><code class="directive"><a href="../mod/core.html#serveralias">ServerAlias</a></code></li><li><code class="directive"><a href="../mod/core.html#servername">ServerName</a></code></li><li><code class="directive"><a href="../mod/core.html#serverpath">ServerPath</a></code></li><li><code class="directive"><a href="../mod/core.html#virtualhost">VirtualHost</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></ul></td><td><ul><li><code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code></li><li><code class="directive"><a href="../mod/core.html#namevirtualhost">NameVirtualHost</a></code></li><li><code class="directive"><a href="../mod/core.html#serveralias">ServerAlias</a></code></li><li><code class="directive"><a href="../mod/core.html#servername">ServerName</a></code></li><li><code class="directive"><a href="../mod/core.html#serverpath">ServerPath</a></code></li><li><code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code></li></ul></td></tr></table>
 
        <p>To use name-based virtual hosting, you must designate the IP
        address (and possibly port) on the server that will be accepting
     (the <cite>primary</cite> name-based virtual host).</p>
 
     <div class="note"><h3>How much older?</h3>
-    Please note that when we say older, we really do mean older. You are
+    <p>Please note that when we say older, we really do mean older. You are
     very unlikely to encounter one of these browsers in use today. All
     current versions of any browser send the <code>Host</code> header as
-    required for name-based virtual hosts.
+    required for name-based virtual hosts.</p>
     </div>
 
     <p>There is a possible workaround with the <code class="directive"><a href="../mod/core.html#serverpath">ServerPath</a></code>
index 0041ffc8d43c198cc2da390ee1d4796831068c17..a5c8b1df9b82998eccde32fee3a42d24aa086687 100644 (file)
@@ -68,7 +68,7 @@
        <directive module="core">ServerAlias</directive>
        <directive module="core">ServerName</directive>
        <directive module="core">ServerPath</directive>
-       <directive module="core">VirtualHost</directive>
+       <directive module="core" type="section">VirtualHost</directive>
     </directivelist>
 </related>
 
     (the <cite>primary</cite> name-based virtual host).</p>
 
     <note><title>How much older?</title>
-    Please note that when we say older, we really do mean older. You are
+    <p>Please note that when we say older, we really do mean older. You are
     very unlikely to encounter one of these browsers in use today. All
     current versions of any browser send the <code>Host</code> header as
-    required for name-based virtual hosts.
+    required for name-based virtual hosts.</p>
     </note>
 
     <p>There is a possible workaround with the <directive