]> granicus.if.org Git - apache/commitdiff
Oops. Replace * with *:80 in the <VirtualHost> example also.
authorRich Bowen <rbowen@apache.org>
Wed, 16 Jul 2003 19:33:09 +0000 (19:33 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 16 Jul 2003 19:33:09 +0000 (19:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100657 13f79535-47bb-0310-9956-ffa450edef68

docs/conf/httpd-std.conf.in
docs/conf/httpd-win.conf

index 8d88441e2d15aa1f5f86de1095a6115876d02a0a..8048e369386e09e68f80119e30a6365a1060e6d2 100644 (file)
@@ -1074,7 +1074,7 @@ ServerSignature On
 # The first VirtualHost section is used for requests without a known
 # server name.
 #
-#<VirtualHost *>
+#<VirtualHost *:80>
 #    ServerAdmin webmaster@dummy-host.example.com
 #    DocumentRoot /www/docs/dummy-host.example.com
 #    ServerName dummy-host.example.com
index 99d0f07a6410a9dc0ec838ed44f0997b4738b981..212f0756ad94dbb5d37de40f6e1044cf662242e0 100644 (file)
@@ -964,7 +964,7 @@ BrowserMatch "^gnome-vfs/1.0" redirect-carefully
 # The first VirtualHost section is used for requests without a known
 # server name.
 #
-#<VirtualHost *>
+#<VirtualHost *:80>
 #    ServerAdmin webmaster@dummy-host.example.com
 #    DocumentRoot /www/docs/dummy-host.example.com
 #    ServerName dummy-host.example.com