From 04a8e2833b11ad63e8310436b0292fc6d46d292c Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Sat, 19 Apr 2014 20:42:46 +0100 Subject: [PATCH] Use standard logs --- beaglebone.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/beaglebone.txt b/beaglebone.txt index 8b3ccc7c..eacc9c17 100644 --- a/beaglebone.txt +++ b/beaglebone.txt @@ -6265,8 +6265,8 @@ Delete the existing configuration (in Emacs it's CTRL-x h then CTRL-w) and paste ProxyPass / http://localhost:6543/ - ErrorLog "/var/log/apache2/error_log" - CustomLog "/var/log/apache2/access_log" combined + ErrorLog "/var/log/apache2/error.log" + CustomLog "/var/log/apache2/access.log" combined RewriteEngine On RewriteOptions Inherit