]> granicus.if.org Git - apache/commitdiff
Comment out some bogosity, and prepare for substitution by an .msi
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 26 Feb 2001 05:23:24 +0000 (05:23 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 26 Feb 2001 05:23:24 +0000 (05:23 +0000)
  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

index d89380bd0fbced1f2d3a27d4c25517602eb171b1..6f3954aa27f4b23f533e4b31acbfdd8214cfbe72 100644 (file)
@@ -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.
 #
 #<Location /server-status>
 #    SetHandler server-status
 #    Order deny,allow
 #    Deny from all
-#    Allow from .your_domain.com
+#    Allow from .@@DomainName@@
 #</Location>
 
 #
@@ -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@@
 #</Location>
 
 #