From owner-freebsd-questions@FreeBSD.ORG Tue Mar 31 18:42:09 2009 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 38FDB106564A for ; Tue, 31 Mar 2009 18:42:09 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from pne-smtpout1-sn1.fre.skanova.net (pne-smtpout1-sn1.fre.skanova.net [81.228.11.98]) by mx1.freebsd.org (Postfix) with ESMTP id E2B328FC13 for ; Tue, 31 Mar 2009 18:42:08 +0000 (UTC) (envelope-from 240olofsson@telia.com) Received: from [192.168.1.31] (90.227.65.237) by pne-smtpout1-sn1.fre.skanova.net (7.3.129) (authenticated as u43111868) id 49CCDA070004497C; Tue, 31 Mar 2009 19:32:56 +0200 Message-ID: <49D253C2.6060502@telia.com> Date: Tue, 31 Mar 2009 19:32:50 +0200 From: Roger Olofsson <240olofsson@telia.com> User-Agent: Thunderbird 2.0.0.21 (Windows/20090302) MIME-Version: 1.0 To: Charles Howse References: <5BCD53E0-5B9F-4349-8401-FBF0ACF369C2@charter.net> <200903290451.n2T4pqhh005842@banyan.cs.ait.ac.th> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: FreeBSD Questions Subject: Re: analyzing httpd-error.log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: raggen@raggens.net List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 Mar 2009 18:42:09 -0000 Charles Howse skrev: > > On Mar 28, 2009, at 11:51 PM, Olivier Nicole wrote: > >> Hi, >> >>> Webalizer is doing what it's supposed to with httpd-access.log, but >>> when I give it the error log to process is coughs, spits and spills >>> out errors with no data processed. My research hasn't turned up a >>> good solution for webalizer and -error.log. >> >> The format of error log is pretty much different from the format of >> transfer log. No wonder webalizer is not liking it. You may have to >> write your own format for th error log. > > Well, can anyone suggest a port that will parse the error.log and output > it to a web page that's easy to read? > > Also, in httpd.conf what level of detail should I set in the error.log > to get the most information. It's currently set to 'warn', which I > understand to be 'warn' and everything more critical than that. I don't > care about the size of the log, or the amount of garbage per line. > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > Hi Charles, I don't know if this will help you but try looking at Lire (logreport.org). For just collecting and web-based viewing phplogcon from www.phplogcon.org can be used. /R