From: Rich Bowen Date: Wed, 16 Jul 2003 19:32:15 +0000 (+0000) Subject: Oops. Replace * with *:80 in the tag as well. X-Git-Tag: 2.0.48~210 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=50201ad673b3d196dd1ee47d50025706889e98b7;p=thirdparty%2Fapache%2Fhttpd.git Oops. Replace * with *:80 in the tag as well. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/APACHE_2_0_BRANCH@100656 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index dd90ffd5a30..8d477d197ab 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -1035,7 +1035,7 @@ BrowserMatch "^gnome-vfs" redirect-carefully # 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/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 517e974725f..eb2a99275d1 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -955,7 +955,7 @@ BrowserMatch "^gnome-vfs" redirect-carefully # 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