From: Alex Dehnert Date: Mon, 8 Mar 2010 09:36:09 +0000 (-0500) Subject: Put hostname in logs for default vhost X-Git-Url: https://dehnerts.com/gitweb/?a=commitdiff_plain;ds=sidebyside;h=742b03b6b5997f0845bca3dd7b9543d419868977;p=sysconfig%2Fapache2.git Put hostname in logs for default vhost --- diff --git a/sites-common/default b/sites-common/default index d7e619a..1909191 100644 --- a/sites-common/default +++ b/sites-common/default @@ -22,13 +22,13 @@ ScriptAlias /cgi-bin/ /usr/lib/cgi-bin/ Allow from all -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/"