kess 2003/06/01 11:48:03
Modified: docs/manual/vhosts Tag: APACHE_2_0_BRANCH name-based.html.en
name-based.xml
Log:
markup improvement
Revision Changes Path
No revision
No revision
1.23.2.4 +3 -3 httpd-2.0/docs/manual/vhosts/name-based.html.en
Index: name-based.html.en
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/name-based.html.en,v
retrieving revision 1.23.2.3
retrieving revision 1.23.2.4
diff -u -r1.23.2.3 -r1.23.2.4
--- name-based.html.en 29 May 2003 19:30:06 -0000 1.23.2.3
+++ name-based.html.en 1 Jun 2003 18:48:02 -0000 1.23.2.4
@@ -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"><VirtualHost></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
@@ -196,10 +196,10 @@
(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>
1.5.2.4 +3 -3 httpd-2.0/docs/manual/vhosts/name-based.xml
Index: name-based.xml
===================================================================
RCS file: /home/cvs/httpd-2.0/docs/manual/vhosts/name-based.xml,v
retrieving revision 1.5.2.3
retrieving revision 1.5.2.4
diff -u -r1.5.2.3 -r1.5.2.4
--- name-based.xml 23 Apr 2003 22:16:40 -0000 1.5.2.3
+++ name-based.xml 1 Jun 2003 18:48:03 -0000 1.5.2.4
@@ -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>
@@ -199,10 +199,10 @@
(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
|