Use /var/www/default for the docroot, not /var/www
[sysconfig/apache2.git] / sites-common / default
index d7e619ae362dc8774efa554a9c87b03beb7b2508..f6741590efeadce44b656a7325853aac5c7586f5 100644 (file)
@@ -2,7 +2,7 @@ ServerAdmin webmaster@dehnerts.com
 ServerName olinda.mit.edu
 ServerAlias svn.dehnerts.com svn.dehnert.arctic.org www.dehnerts.com www.dehnert.arctic.org
 
-DocumentRoot /var/www
+DocumentRoot /var/www/default
 <Directory />
        Options FollowSymLinks
        AllowOverride None
@@ -22,13 +22,13 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/
        Allow from all
 </Directory>
 
-ErrorLog /var/log/apache2/error.log
+ErrorLog /var/log/apache2/error.olinda.log
 
 # Possible values include: debug, info, notice, warn, error, crit,
 # alert, emerg.
 LogLevel warn
 
-CustomLog /var/log/apache2/access.log combined
+CustomLog /var/log/apache2/access.olinda.log combined
 
 Alias /doc/ "/usr/share/doc/"
 <Directory "/usr/share/doc/">