From: Don Armstrong Date: Thu, 15 Jan 2015 00:54:23 +0000 (-0800) Subject: use /var/log/apache2/ as the default error log location X-Git-Tag: release/2.6.0~243^2~7 X-Git-Url: https://git.donarmstrong.com/?p=debbugs.git;a=commitdiff_plain;h=759994a97a3e747305961b38eecd825d910e0c59 use /var/log/apache2/ as the default error log location --- diff --git a/examples/apache.conf b/examples/apache.conf index 246149f..009980b 100644 --- a/examples/apache.conf +++ b/examples/apache.conf @@ -3,8 +3,8 @@ ServerAdmin owner@bugs.debian.org DocumentRoot /var/lib/debbugs/www/ - ErrorLog /var/log/apache/debbugs-error.log - CustomLog /var/log/apache/debbugs-access.log combined + ErrorLog /var/log/apache2/debbugs-error.log + CustomLog /var/log/apache2/debbugs-access.log combined Options FollowSymLinks