From: Rich Bowen Date: Wed, 16 Jul 2003 19:36:41 +0000 (+0000) Subject: Replace * with *:80 in the example configs to remove some of the X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b9302b4fccb9d7e54eb561dd7b058c2e0450bfa;p=thirdparty%2Fapache%2Fhttpd.git Replace * with *:80 in the example configs to remove some of the 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 --- diff --git a/conf/httpd.conf-dist b/conf/httpd.conf-dist index acacabe5a8f..e442242474b 100644 --- a/conf/httpd.conf-dist +++ b/conf/httpd.conf-dist @@ -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. # -# +# # ServerAdmin webmaster@dummy-host.example.com # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com diff --git a/conf/httpd.conf-dist-win b/conf/httpd.conf-dist-win index 985b94a5ed7..02dadb45a07 100644 --- a/conf/httpd.conf-dist-win +++ b/conf/httpd.conf-dist-win @@ -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. # -# +# # ServerAdmin webmaster@dummy-host.example.com # DocumentRoot /www/docs/dummy-host.example.com # ServerName dummy-host.example.com