]> granicus.if.org Git - apache/commitdiff
Reword description of matching NVH with VH, per docs@, subject "NameVirtualHost
authorVincent Bray <noodl@apache.org>
Mon, 23 Jul 2007 07:17:22 +0000 (07:17 +0000)
committerVincent Bray <noodl@apache.org>
Mon, 23 Jul 2007 07:17:22 +0000 (07:17 +0000)
and <VirtualHost>" June 12, 2006.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@558629 13f79535-47bb-0310-9956-ffa450edef68

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

index 2f63d343ff1cf9acf11048e1a62e5eeb3006e4f9..a84561f8816666e9eabda697640cadecc12ca77a 100644 (file)
@@ -90,8 +90,8 @@
     <p>The next step is to create a <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> block for
     each different host that you would like to serve. The argument to the
     <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> directive
-    should be the same as the argument to the <code class="directive"><a href="../mod/core.html#namevirtualhost">NameVirtualHost</a></code> directive (ie, an IP address,
-    or <code>*</code> for all addresses).  Inside each <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> block, you will need at minimum a
+    must match a defined <code class="directive"><a href="../mod/core.html#namevirtualhost">NameVirtualHost</a></code> directive. (In this usual case,
+    this will be "*:80").  Inside each <code class="directive"><a href="../mod/core.html#virtualhost">&lt;VirtualHost&gt;</a></code> block, you will need at minimum a
     <code class="directive"><a href="../mod/core.html#servername">ServerName</a></code> directive to designate
     which host is served and a <code class="directive"><a href="../mod/core.html#documentroot">DocumentRoot</a></code>
     directive to show where in the filesystem the content for that host
index b4d4cca836cc3aeb270a1f07902249f824a31404..ae5a432ae8528586f10a8ab21ab7a7eda95dfd46 100644 (file)
     module="core">VirtualHost</directive> block for
     each different host that you would like to serve. The argument to the
     <directive type="section" module="core">VirtualHost</directive> directive
-    should be the same as the argument to the <directive
-    module="core">NameVirtualHost</directive> directive (ie, an IP address,
-    or <code>*</code> for all addresses).  Inside each <directive type="section"       
+    must match a defined <directive
+    module="core">NameVirtualHost</directive> directive. (In this usual case,
+    this will be "*:80").  Inside each <directive type="section"       
     module="core">VirtualHost</directive> block, you will need at minimum a
     <directive module="core">ServerName</directive> directive to designate
     which host is served and a <directive module="core">DocumentRoot</directive>