From f24e7907f69a3218fd4f22fbc7559f9c075be179 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 26 Feb 2001 05:23:24 +0000 Subject: [PATCH] Comment out some bogosity, and prepare for substitution by an .msi installation package. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88344 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-win.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/conf/httpd-win.conf b/docs/conf/httpd-win.conf index d89380bd0f..6f3954aa27 100644 --- a/docs/conf/httpd-win.conf +++ b/docs/conf/httpd-win.conf @@ -188,9 +188,9 @@ Port 80 # # ServerAdmin: Your address, where problems with the server should be # e-mailed. This address appears on some server-generated pages, such -# as error documents. +# as error documents. e.g. admin@your-domain.com # -ServerAdmin you@your.address +#ServerAdmin @@ServerAdmin@@ # # ServerName allows you to set a host name which is sent back to clients for @@ -208,7 +208,7 @@ ServerAdmin you@your.address # You will have to access it by its address (e.g., http://123.45.67.89/) # anyway, and this will make redirections work in a sensible way. # -ServerName 127.0.0.1 +#ServerName @@ServerName@@ # # DocumentRoot: The directory out of which you will serve your @@ -768,13 +768,13 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # # Allow server status reports, with the URL of http://servername/server-status -# Change the ".your_domain.com" to match your domain to enable. +# Change the ".@@DomainName@@" to match your domain to enable. # # # SetHandler server-status # Order deny,allow # Deny from all -# Allow from .your_domain.com +# Allow from .@@DomainName@@ # # @@ -786,7 +786,7 @@ BrowserMatch "JDK/1\.0" force-response-1.0 # SetHandler server-info # Order deny,allow # Deny from all -# Allow from .your_domain.com +# Allow from .@@DomainName@@ # # -- 2.50.1