Return-Path: Delivered-To: apmail-httpd-modules-dev-archive@locus.apache.org Received: (qmail 72283 invoked from network); 9 Oct 2008 13:51:52 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 9 Oct 2008 13:51:52 -0000 Received: (qmail 37408 invoked by uid 500); 9 Oct 2008 13:51:51 -0000 Delivered-To: apmail-httpd-modules-dev-archive@httpd.apache.org Received: (qmail 37050 invoked by uid 500); 9 Oct 2008 13:51:51 -0000 Mailing-List: contact modules-dev-help@httpd.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: modules-dev@httpd.apache.org Delivered-To: mailing list modules-dev@httpd.apache.org Received: (qmail 37039 invoked by uid 99); 9 Oct 2008 13:51:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 06:51:51 -0700 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=DNS_FROM_SECURITYSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of andrejvanderzee@gmail.com designates 74.125.78.144 as permitted sender) Received: from [74.125.78.144] (HELO ey-out-1920.google.com) (74.125.78.144) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 09 Oct 2008 13:50:48 +0000 Received: by ey-out-1920.google.com with SMTP id 4so10512eyg.48 for ; Thu, 09 Oct 2008 06:51:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:to :subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references; bh=uP3UjoOuQmG8OAxQn2NLinIdGnZs18eog9o0dZq+pbk=; b=ke6TS7pDX1IkUqOlj+KMTQv98aXKTDhhnhSceEC8bVTL6uwVCesVz4gfKeypxtOZ1K 3wkTseYuYVv+DRjCiGUHcz11DqkYbnc5wricPaezOW7BR/EqBSt6qs9l6VZ0QexnLivx L89XI8642s5TaWJSNi2iCJwHANPRT9HuBSgbY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references; b=kG7M/6DVV9HINplSUGIVW0nC2Nu2g2iBYKVU2Y6IUO5fdAQgPPy0WprH7aWjnu/cTM rcSdVp9LCEoUhQsAnzviHIVfW+8IyZkTctuWMggSMjidoP1UfrLZSJyeKHcvcLth+tbb kJOSkn8YfYhrYcGGsDaX+gbDWAYSncMVifO+Q= Received: by 10.187.188.19 with SMTP id q19mr18398fap.48.1223560265658; Thu, 09 Oct 2008 06:51:05 -0700 (PDT) Received: by 10.187.216.1 with HTTP; Thu, 9 Oct 2008 06:51:05 -0700 (PDT) Message-ID: <6456355d0810090651w7cdfbfbcq4d22d1480986e600@mail.gmail.com> Date: Thu, 9 Oct 2008 22:51:05 +0900 From: "Andrej van der Zee" To: modules-dev@httpd.apache.org Subject: Re: number of bytes/packets sent/received In-Reply-To: <48EE0B96.2090502@dmi.me.uk> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <6456355d0810090540s30edaabfx9491ba47f2c6b9bf@mail.gmail.com> <20170a030810090611s240ec6f3w7fd5eaf41fb1de7e@mail.gmail.com> <20170a030810090625t44209259v26b4d78be5f94ac0@mail.gmail.com> <6456355d0810090644p3764a436l256b1b097d829532@mail.gmail.com> <48EE0B96.2090502@dmi.me.uk> X-Virus-Checked: Checked by ClamAV on apache.org Hi Dave, > > Would mod_logio be at all helpful? > > http://httpd.apache.org/docs/2.2/mod/mod_logio.html > > I haven't looked into it, but the source might give you some ideas. You > may even have a direct solution if you use a module that logs directly > to a database. I must admit that I don't know offhand if such a module > exists. > You really made it easy for me huh? Thanks alot. Cheers, Andrej