Return-Path: Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 70000 invoked by uid 500); 11 Feb 2002 15:06:08 -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: Delivered-To: mailing list users@httpd.apache.org Received: (qmail 69985 invoked from network); 11 Feb 2002 15:06:08 -0000 Received: from i.meepzor.com (HELO Mail.MeepZor.Com) (204.146.167.214) by daedalus.apache.org with SMTP; 11 Feb 2002 15:06:08 -0000 Received: from Golux.Com (dmz-firewall [206.199.198.4]) by Mail.MeepZor.Com (8.8.7/8.8.7) with ESMTP id KAA18390; Mon, 11 Feb 2002 10:06:10 -0500 Message-ID: <3C67DFA5.A82D374D@Golux.Com> Date: Mon, 11 Feb 2002 10:13:41 -0500 From: Rodent of Unusual Size Organization: The Apache Software Foundation X-Mailer: Mozilla 4.76 [en] (WinNT; U) X-Accept-Language: en MIME-Version: 1.0 To: users@httpd.apache.org Subject: Re: apache config References: <2C09BFA69918D411BEC100A0C9EA41940C717372@mbs-mail-08.mortgagesvcs.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N "Sabherwal, Balvinder (MBS)" wrote: > > Is there a way to configure apache so that it doesn't records > the access info into the logs if the request is made on the > local host on which apache is running?? You should be able to do this with conditional logging. Assuming that your server's IP address is 1.2.3.4, something like this should work: SetEnvIf REMOTE_ADDR "^1\.2\.3\.4$" request_is_local=1 CustomLog logs/access_log combined env=!request_is_local (untested) -- #ken P-)} Ken Coar, Sanagendamgagwedweinini http://Golux.Com/coar/ Author, developer, opinionist http://Apache-Server.Com/ "Millennium hand and shrimp!" --------------------------------------------------------------------- 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 For additional commands, e-mail: users-help@httpd.apache.org