Commit acfded82 authored by William A. Rowe Jr's avatar William A. Rowe Jr
Browse files

  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
parent aa082584
Loading
Loading
Loading
Loading
+6 −6
Original line number Diff line number Diff line
@@ -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>

#