Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id C39F9ED61 for ; Fri, 1 Mar 2013 12:54:39 +0000 (UTC) Received: (qmail 87275 invoked by uid 500); 1 Mar 2013 12:54:38 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 86986 invoked by uid 500); 1 Mar 2013 12:54:36 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 86960 invoked by uid 99); 1 Mar 2013 12:54:35 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 12:54:35 +0000 X-ASF-Spam-Status: No, hits=-2.3 required=5.0 tests=RCVD_IN_DNSWL_MED,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of N.Breunese@vpro.nl designates 145.58.30.184 as permitted sender) Received: from [145.58.30.184] (HELO out1a.mail.omroep.nl) (145.58.30.184) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 01 Mar 2013 12:54:26 +0000 Received: from localhost (ou1aclean [10.10.30.156]) by out1a.mail.omroep.nl (Postfix MTA - NPO ICT) with ESMTP id 5B15380036E for ; Fri, 1 Mar 2013 13:54:06 +0100 (CET) X-Virus-Scanned: NPO ICT Received: from zeefje.vpro.nl (zeefje.vpro.nl [145.58.168.41]) by out1a.mail.omroep.nl (Postfix MTA - NPO ICT) with ESMTP id 3EAF7800342 for ; Fri, 1 Mar 2013 13:54:06 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=vpro.nl; i=@vpro.nl; q=dns/txt; s=a; t=1362142446; x=1425214446; h=from:to:date:subject:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=YxSofJPGpkhjqsalLH8tp1GRlakKswvdNI6C5NyX7m4=; b=L8w6kDcu5CA9mSrTscTLG2LhIdcvNnemjy1MatjXZeqPxYyhXB1ie/6/ 1JsQFYPBj9LDz1fjaAk3DhLHRg5e3uU3b0pNo3fW+KbyAmr8KlRojLsxh LV82Zmh/dY0DBXM6OVudYtQTcnASRLfSbc6TY5TWzRlThEv9iroZi/u0l U=; X-IronPort-AV: E=Sophos;i="4.84,761,1355094000"; d="scan'208";a="3174061" Received: from mail.vpro.nl ([145.58.171.81]) by zeefje.vpro.nl with ESMTP; 01 Mar 2013 13:54:06 +0100 Received: from VS-EX-01.intra.vpro.nl ([145.58.171.81]) by VS-EX-01.intra.vpro.nl ([145.58.171.81]) with mapi; Fri, 1 Mar 2013 13:54:05 +0100 From: Nils Breunese To: "user@couchdb.apache.org" Date: Fri, 1 Mar 2013 13:54:05 +0100 Subject: Re: Custom log format Thread-Topic: Custom log format Thread-Index: Ac4We9t6Od9WRQoASqCaUzHfUy2V4g== Message-ID: References: In-Reply-To: Accept-Language: nl-NL Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: acceptlanguage: nl-NL Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Virus-Checked: Checked by ClamAV on apache.org Anthony Ananich wrote: > CouchDB does not record logged in user, User Agent, etc. So I can > configure AWStats for sure, but that will not give me a chance to get > to know which browsers do users use. That's just one example. You could maybe use Apache httpd as a reverse proxy for CouchDB: http://wik= i.apache.org/couchdb/Apache_As_a_Reverse_Proxy Nils.=