# e-mailed. This address appears on some server-generated pages, such
# as error documents. e.g. admin@your-domain.com
#
-ServerAdmin you@your.address
+ServerAdmin you@example.com
#
# ServerName gives the name and port that the server uses to identify itself.
# You will have to access it by its address anyway, and this will make
# redirections work in a sensible way.
#
-#ServerName new.host.name:80
+#ServerName www.example.com:80
#
# UseCanonicalName: Determines how Apache constructs self-referencing
# General setup for the virtual host
DocumentRoot "@exp_htdocsdir@"
-ServerName new.host.name:443
-ServerAdmin you@your.address
+ServerName www.example.com:443
+ServerAdmin you@example.com
ErrorLog @exp_logfiledir@/error_log
TransferLog @exp_logfiledir@/access_log