From owner-freebsd-questions Mon Jan 4 23:14:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id XAA09774 for freebsd-questions-outgoing; Mon, 4 Jan 1999 23:14:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from namodn.com (namodn.com [207.33.107.203]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id XAA09768 for ; Mon, 4 Jan 1999 23:14:17 -0800 (PST) (envelope-from robert@namodn.com) Received: from localhost (robert@localhost) by namodn.com (8.8.8/8.8.8) with SMTP id XAA10739 for ; Mon, 4 Jan 1999 23:21:02 GMT (envelope-from robert@namodn.com) Date: Mon, 4 Jan 1999 23:21:02 +0000 (GMT) From: Robert To: freebsd-questions@FreeBSD.ORG Subject: apache + counter Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi. I installed a simple counter on my server's main website. It does a server side include to read a number from a file everytime the page is accessed, and then increments the number. I like the simplicity of this approach, also the fact that it is Lynx-friendly. However, I am trying to figure out how I can make apache not process this particular include, possibly not even parse the file at all if neccessary, if the hit is coming from my own server. I am going to search apache.org of course, but I was hoping someone could save me a little time on this ;) Also, recommendations for a counter that outputs text and has such features as I have listed above would be most welcome ..( that is, ability to not count hits coming from specified domains/ip addresses ) TIA, -rob ( www.namodn.com ) ( robert@namodn.com ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message