From: Rich Bowen Date: Wed, 16 Jul 2003 19:28:32 +0000 (+0000) Subject: Replace NameVirtualHost * with NameVirtualHost *:80 in the example X-Git-Tag: 2.0.48~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54250fa1336f63686385655b5a20152dc55e07df;p=thirdparty%2Fapache%2Fhttpd.git Replace NameVirtualHost * with NameVirtualHost *:80 in the example config. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100653 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 07d0d3ec47e..dd90ffd5a30 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -1027,7 +1027,7 @@ BrowserMatch "^gnome-vfs" redirect-carefully # # Use name-based virtual hosting. # -#NameVirtualHost * +#NameVirtualHost *:80 # # VirtualHost example: diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 8ac7044fb80..517e974725f 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -947,7 +947,7 @@ BrowserMatch "^gnome-vfs" redirect-carefully # # Use name-based virtual hosting. # -#NameVirtualHost * +#NameVirtualHost *:80 # # VirtualHost example: