Return-Path: Delivered-To: apmail-httpd-users-archive@www.apache.org Received: (qmail 3235 invoked from network); 11 Sep 2007 13:53:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 13:53:27 -0000 Received: (qmail 69819 invoked by uid 500); 11 Sep 2007 13:53:10 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 69754 invoked by uid 500); 11 Sep 2007 13:53: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 69743 invoked by uid 99); 11 Sep 2007 13:53:10 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 06:53:10 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of jslive@gmail.com designates 64.233.162.225 as permitted sender) Received: from [64.233.162.225] (HELO nz-out-0506.google.com) (64.233.162.225) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 13:54:43 +0000 Received: by nz-out-0506.google.com with SMTP id i1so682232nzh for ; Tue, 11 Sep 2007 06:52:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=HIovh+2hjYBw1mH0/QWTvWogj/B6rK3r5Wt8NQMT2Rs=; b=ebxQZyuMYLm2I86kQAXw84QStulCMu6yQOrWOkzBEkq/kUBtMcREjIga4zE1CYJdJZCjL3c4BXIVdFj7i4jWm1u7yt3KVNpcFem1K3XkizZYwWrBRqRmzj/wdxh281+jgN9Sq/YT7/TMRHcljjYCPuJHn9mqicrM5fsPrUxMvhY= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=dV2nkiySfTcxb80RqfiqwTl5To4TIJzTkBqDsteenLLuUBN3Afr7/QbbQP3hpd9T5PZTJKb8IwWmAMAtOCGjIrQx7iQ0/kqGzy/deNhEo3DOBmu42xoyP6CNe6n9SExaeERMCtJ/mX4+1HjPpekBPXrU1hHYGM37hre+klxGNTQ= Received: by 10.142.179.12 with SMTP id b12mr293611wff.1189518767095; Tue, 11 Sep 2007 06:52:47 -0700 (PDT) Received: by 10.143.157.16 with HTTP; Tue, 11 Sep 2007 06:52:47 -0700 (PDT) Message-ID: Date: Tue, 11 Sep 2007 09:52:47 -0400 From: "Joshua Slive" Sender: jslive@gmail.com To: users@httpd.apache.org, anebi@iguanait.com In-Reply-To: <1189518506.3444.15.camel@vali.iguanait.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <1189518506.3444.15.camel@vali.iguanait.com> X-Google-Sender-Auth: 7e1132aca3af3793 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] Questions about httpd logging and redirecting requests to be logged in different places On 9/11/07, Ali Nebi wrote: > i want to check all requests for the authentication users, in the > example above the user is hpenagos. > > and all requests from these specify users to be logged in different > places. This could probably be done by using a RewriteCond %{LA-U:REMOTE_USER} and then a RewriteRule with the E flag to set an env variable. But I highly recommend forgetting all that and simply post-processing your logs to extract what you want. By keeping the logging as simple as possible and putting any complications off-line, you'll have a more efficient and more reliable server. 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