From 759994a97a3e747305961b38eecd825d910e0c59 Mon Sep 17 00:00:00 2001 From: Don Armstrong Date: Wed, 14 Jan 2015 16:54:23 -0800 Subject: [PATCH] use /var/log/apache2/ as the default error log location --- examples/apache.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.39.2