From 106cf851d718b205464e0c4f65e80c7d2dc03270 Mon Sep 17 00:00:00 2001 From: Rich Bowen Date: Wed, 16 Jul 2003 19:33:09 +0000 Subject: [PATCH] Oops. Replace * with *:80 in the example also. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@100657 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-std.conf.in | 2 +- docs/conf/httpd-win.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index 8d88441e2d..8048e36938 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -1074,7 +1074,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/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index 99d0f07a64..212f0756ad 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -964,7 +964,7 @@ BrowserMatch "^gnome-vfs/1.0" 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 -- 2.40.0