Put hostname in logs for default vhost
[sysconfig/apache2.git] / sites-common / default
index d7e619ae362dc8774efa554a9c87b03beb7b2508..19091912ef46bc0a123b67ba90ef1e888a42fa70 100644 (file)
@@ -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/">