]> granicus.if.org Git - apache/commitdiff
markup imrovement
authorAstrid Malo <kess@apache.org>
Sun, 1 Jun 2003 19:56:29 +0000 (19:56 +0000)
committerAstrid Malo <kess@apache.org>
Sun, 1 Jun 2003 19:56:29 +0000 (19:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100128 13f79535-47bb-0310-9956-ffa450edef68

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

index c6bae83a350a842f93f7ac12f3c2df80bec89305..47218529ce605138061930370a59e78aa936331d 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 c5c804fa1d6eac267b84daf42465c18a921ff633..9a156caea55fbe70e402fe7a6aa0b17fa3ee3c35 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