]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Oops. Replace * with *:80 in the <VirtualHost> tag as well.
authorRich Bowen <rbowen@apache.org>
Wed, 16 Jul 2003 19:32:15 +0000 (19:32 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 16 Jul 2003 19:32:15 +0000 (19:32 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100656 13f79535-47bb-0310-9956-ffa450edef68

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

index dd90ffd5a30ec491fd2621bcc1abf4efb19d36d2..8d477d197ab5effa6b41ba024bf667f8441ced29 100644 (file)
@@ -1035,7 +1035,7 @@ BrowserMatch "^gnome-vfs" 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
index 517e974725ff45c7a0453d3c8c700a8bb06330bc..eb2a99275d1148368c582a37a5eb3d17904e977e 100644 (file)
@@ -955,7 +955,7 @@ BrowserMatch "^gnome-vfs" 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