From 13656c55c910a24e7f698aa223d4c9b9cd43b9c8 Mon Sep 17 00:00:00 2001 From: Pedro Belo Date: Tue, 14 Jun 2011 19:07:54 -0700 Subject: [PATCH] attempt to fix logging --- conf/httpd.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/httpd.conf b/conf/httpd.conf index 44e6086e1..6c1f504a1 100644 --- a/conf/httpd.conf +++ b/conf/httpd.conf @@ -217,7 +217,7 @@ LogLevel warn # define per- access logfiles, transactions will be # logged therein and *not* in this file. # - CustomLog "logs/access_log" common + CustomLog "|cat" common # # If you prefer a logfile with access, agent, and referer information