summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAstrid Malo <kess@apache.org>2003-06-01 19:56:29 +0000
committerAstrid Malo <kess@apache.org>2003-06-01 19:56:29 +0000
commite087cbdbd9f2e6293254507f28363568f60d702b (patch)
tree9c4ef74ea482d7ef13cebbecd583d13ea12cb543 /docs
parentfd5b05d56a133f75759e1d5a9a87c1c8dde27b4f (diff)
downloadhttpd-e087cbdbd9f2e6293254507f28363568f60d702b.tar.gz
markup imrovement
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100128 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/vhosts/name-based.html.en6
-rw-r--r--docs/manual/vhosts/name-based.xml6
2 files changed, 6 insertions, 6 deletions
diff --git a/docs/manual/vhosts/name-based.html.en b/docs/manual/vhosts/name-based.html.en
index c6bae83a35..47218529ce 100644
--- a/docs/manual/vhosts/name-based.html.en
+++ b/docs/manual/vhosts/name-based.html.en
@@ -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
@@ -192,10 +192,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>
diff --git a/docs/manual/vhosts/name-based.xml b/docs/manual/vhosts/name-based.xml
index c5c804fa1d..9a156caea5 100644
--- a/docs/manual/vhosts/name-based.xml
+++ b/docs/manual/vhosts/name-based.xml
@@ -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>
@@ -208,10 +208,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