From owner-freebsd-questions@FreeBSD.ORG Sun Mar 29 04:52:02 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 387AC106564A for ; Sun, 29 Mar 2009 04:52:02 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 926548FC08 for ; Sun, 29 Mar 2009 04:52:01 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.13.1) with ESMTP id n2T4m1Ba021458 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Sun, 29 Mar 2009 11:48:01 +0700 (ICT) (envelope-from on@banyan.cs.ait.ac.th) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.14.2/8.12.11) id n2T4pqhh005842; Sun, 29 Mar 2009 11:51:52 +0700 (ICT) Date: Sun, 29 Mar 2009 11:51:52 +0700 (ICT) Message-Id: <200903290451.n2T4pqhh005842@banyan.cs.ait.ac.th> From: Olivier Nicole To: chowse@charter.net In-reply-to: <5BCD53E0-5B9F-4349-8401-FBF0ACF369C2@charter.net> (message from Charles Howse on Sat, 28 Mar 2009 23:19:54 -0500) References: <5BCD53E0-5B9F-4349-8401-FBF0ACF369C2@charter.net> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: analyzing httpd-error.log X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 29 Mar 2009 04:52:02 -0000 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. Bests, Olivier