]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
I'd really rather not encourage people to use * in NameVirtualHost.
authorRich Bowen <rbowen@apache.org>
Thu, 29 Jul 2010 15:35:59 +0000 (15:35 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 29 Jul 2010 15:35:59 +0000 (15:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@980475 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 12c37e2dad10357f69ccb209713d74cd0a4e5969..69aa8f72bb4641513d3949f0cd6099ec968e00c8 100644 (file)
@@ -2257,10 +2257,12 @@ hosting</description>
     </example>
 
     <p>To receive requests on all interfaces, you can use an argument of
-    <code>*</code></p>
+    <code>*:80</code>, or, if you are listening on multiple ports and
+    really want the server to respond on all of them with a particular
+    set of virtual hosts, <code>*</code></p>
 
     <example>
-      NameVirtualHost *
+      NameVirtualHost *:80
     </example>
 
     <note><title>Argument to <directive type="section">VirtualHost</directive>