]> granicus.if.org Git - apache/commitdiff
A tiny bit more clarification of _default_.
authorJoshua Slive <slive@apache.org>
Thu, 30 May 2002 13:26:08 +0000 (13:26 +0000)
committerJoshua Slive <slive@apache.org>
Thu, 30 May 2002 13:26:08 +0000 (13:26 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95402 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.html.en
docs/manual/mod/core.xml

index e51f544fae599151def2c63e6b47e0e047c2cbf2..482a376e01e546b919dda0ef7a82d8e5a054fd6b 100644 (file)
@@ -1753,8 +1753,8 @@ hostname or IP address</td></tr><tr><td nowrap="nowrap"><a href="directive-dict.
     of any _default_ virtual host the "main" server config,
     consisting of all those definitions outside any VirtualHost
     section, is used when no IP-match occurs.  (But note that any IP
-    address that matches a <a href="#namevirtualhost" class="directive"><code class="directive">NameVirtualHost</code></a> directive will never use
-    the "main" server config.  See the <a href="../vhosts/name-based.html">name-based virtual hosting</a>
+    address that matches a <a href="#namevirtualhost" class="directive"><code class="directive">NameVirtualHost</code></a> directive will use neither
+    the "main" server config nor the _default_ virtual host.  See the <a href="../vhosts/name-based.html">name-based virtual hosting</a>
     documentation for further details.)</p>
 
     <p>You can specify a <code>:port</code> to change the port that is
index 3d6ca8130dd235e8f722226513a6d1a8d4e4eb53..0b3e31958739750d0748a316352d303c69c4a4ef 100644 (file)
@@ -2518,8 +2518,8 @@ hostname or IP address</description>
     consisting of all those definitions outside any VirtualHost
     section, is used when no IP-match occurs.  (But note that any IP
     address that matches a <directive
-    module="core">NameVirtualHost</directive> directive will never use
-    the "main" server config.  See the <a
+    module="core">NameVirtualHost</directive> directive will use neither
+    the "main" server config nor the _default_ virtual host.  See the <a
     href="../vhosts/name-based.html">name-based virtual hosting</a>
     documentation for further details.)</p>