]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Replace * with *:80 in the example configs to remove some of the
authorRich Bowen <rbowen@apache.org>
Wed, 16 Jul 2003 19:36:41 +0000 (19:36 +0000)
committerRich Bowen <rbowen@apache.org>
Wed, 16 Jul 2003 19:36:41 +0000 (19:36 +0000)
confusion inherent in the "*-port and non-* port" error message.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@100658 13f79535-47bb-0310-9956-ffa450edef68

conf/httpd.conf-dist
conf/httpd.conf-dist-win

index acacabe5a8f92aeb936b10b0ac8fe2c17fadc8b4..e442242474bb474d100b90a59654d2d315c0b5d2 100644 (file)
@@ -958,7 +958,7 @@ ServerSignature On
 #
 # Use name-based virtual hosting.
 #
-#NameVirtualHost *
+#NameVirtualHost *:80
 
 #
 # VirtualHost example:
@@ -966,7 +966,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 985b94a5ed7d75687382b71b1484f285778c3903..02dadb45a07e3578c0aaaba000dc4d5e732b3858 100644 (file)
@@ -1004,7 +1004,7 @@ ServerSignature On
 #
 # Use name-based virtual hosting.
 #
-#NameVirtualHost *
+#NameVirtualHost *:80
 
 #
 # VirtualHost example:
@@ -1012,7 +1012,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