#
# 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
# 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
#
# 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>
#
# SetHandler server-info
# Order deny,allow
# Deny from all
-# Allow from .your_domain.com
+# Allow from .@@DomainName@@
#</Location>
#