# e-mailed. This address appears on some server-generated pages, such
# as error documents.
#
-ServerAdmin you@your.address
+ServerAdmin @@ServerAdmin@@
#
# ServerName allows you to set a host name which is sent back to clients for
# machine always knows itself by this address. If you use Apache strictly for
# local testing and development, you may use 127.0.0.1 as the server name.
#
-#ServerName new.host.name
+ServerName @@ServerName@@
#
#
# 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 "@@Domain@@" 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 @@Domain@@
#</Location>
#
# Allow remote server configuration reports, with the URL of
# http://servername/server-info (requires that mod_info.c be loaded).
-# Change the ".your_domain.com" to match your domain to enable.
+# Change the "@@Domain@@" to match your domain to enable.
#
#<Location /server-info>
# SetHandler server-info
# Order deny,allow
# Deny from all
-# Allow from .your_domain.com
+# Allow from @@Domain@@
#</Location>
#
# <Directory proxy:*>
# Order deny,allow
# Deny from all
-# Allow from .your_domain.com
+# Allow from @@Domain@@
# </Directory>
#