Tweaks to set up more hostnames
[sysconfig/apache2.git] / sites-common / default
index 8d6b8c32f090411fd612329a4d051c4c0f983ed6..9a46a8a56eaf944a8db3bac55a30fd22a6eb3083 100644 (file)
@@ -1,8 +1,8 @@
 ServerAdmin webmaster@dehnerts.com
-ServerName olinda.mit.edu
-ServerAlias www.dehnerts.com www.dehnert.arctic.org
+ServerName chankillo.dehnerts.com
+ServerAlias chankillo.mit.edu dehnerts.com www.dehnerts.com www.dehnert.arctic.org git.dehnerts.com
 
-DocumentRoot /var/www/default
+DocumentRoot /var/www/html/
 <Directory />
        Options FollowSymLinks
        AllowOverride None
@@ -38,7 +38,7 @@ ErrorLog ${APACHE_LOG_DIR}/error.log
 # alert, emerg.
 LogLevel warn
 
-CustomLog ${APACHE_LOG_DIR}/access.log combined
+CustomLog ${APACHE_LOG_DIR}/access.log vhost_combined
 
 Alias /doc/ "/usr/share/doc/"
 <Directory "/usr/share/doc/">