Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 34624 invoked from network); 4 Apr 2006 13:35:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2006 13:35:21 -0000 Received: (qmail 91429 invoked by uid 500); 4 Apr 2006 13:35:10 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 91414 invoked by uid 500); 4 Apr 2006 13:35:10 -0000 Mailing-List: contact users-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: users@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 91403 invoked by uid 99); 4 Apr 2006 13:35:09 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 06:35:09 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of jslive@gmail.com designates 66.249.82.201 as permitted sender) Received: from [66.249.82.201] (HELO xproxy.gmail.com) (66.249.82.201) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 04 Apr 2006 06:35:09 -0700 Received: by xproxy.gmail.com with SMTP id s16so1027904wxc for ; Tue, 04 Apr 2006 06:34:48 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=AdGFXB8f4MGdlbmEvoiTaZ34N2DjvPv4Tgm4SdPw66UQJSSZePcZprJWPOk13RLtoJ2qpiip8tZVqpxnpDpIwRVHFrYb3jekLA8K54GRFOuPMeCmPhCGK8PRIos341TRS/48CX6qCazOTFKxpqo54W/1vwVrbD31MY+8hGlzLTQ= Received: by 10.70.42.14 with SMTP id p14mr1598473wxp; Tue, 04 Apr 2006 06:34:48 -0700 (PDT) Received: by 10.70.39.5 with HTTP; Tue, 4 Apr 2006 06:34:48 -0700 (PDT) Message-ID: Date: Tue, 4 Apr 2006 09:34:48 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Logging per directory X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 4/4/06, Boyle Owen wrote: > > -----Original Message----- > > From: john [mailto:isofroni@cc.uoi.gr] > > Sent: Dienstag, 4. April 2006 12:30 > > To: users@httpd.apache.org > > Subject: [users@httpd] Logging per directory > > > > Is any way to log accesses per directory ? > > AFAIK, no. TransferLog has "Context: server config, virtual host" (see= http://httpd.apache.org/docs/2.2/mod/mod_log_config.html#transferlog) Right. But you can use conditional logging to set an env variable per directory and direct the log based on this variable. It wouldn't be pretty. You are better off post-processing your logs to split them as you like. Joshua. --------------------------------------------------------------------- The official User-To-User support forum of the Apache HTTP Server Project. See for more info. To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org " from the digest: users-digest-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org