From: Rich Bowen
Date: Thu, 29 Jul 2010 15:35:59 +0000 (+0000)
Subject: I'd really rather not encourage people to use * in NameVirtualHost.
X-Git-Tag: 2.2.17~104
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c3ef061bb14914266983ad411d6def7234510b9;p=thirdparty%2Fapache%2Fhttpd.git
I'd really rather not encourage people to use * in NameVirtualHost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@980475 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml
index 12c37e2dad1..69aa8f72bb4 100644
--- a/docs/manual/mod/core.xml
+++ b/docs/manual/mod/core.xml
@@ -2257,10 +2257,12 @@ hosting
To receive requests on all interfaces, you can use an argument of
- *
+ *:80
, 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, *
- NameVirtualHost *
+ NameVirtualHost *:80
Argument to VirtualHost