Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 83893 invoked from network); 4 Apr 2005 10:03:13 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 4 Apr 2005 10:03:13 -0000 Received: (qmail 89825 invoked by uid 500); 4 Apr 2005 10:03:07 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 89538 invoked by uid 500); 4 Apr 2005 10:03:05 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 89522 invoked by uid 99); 4 Apr 2005 10:03:05 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from charon.cultdeadsheep.org (HELO goofy.cultdeadsheep.org) (80.65.226.72) by apache.org (qpsmtpd/0.28) with SMTP; Mon, 04 Apr 2005 03:03:03 -0700 Received: (qmail 29742 invoked by uid 1000); 4 Apr 2005 12:02:58 +0200 Date: Mon, 4 Apr 2005 12:02:58 +0200 From: Clement Laforet To: dev@httpd.apache.org Subject: Re: Do these broken clients still exist? Message-ID: <20050404100258.GA17376@goofy.cultdeadsheep.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.6i X-Virus-Checked: Checked X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On Sun, Apr 03, 2005 at 01:58:56PM -0400, Joshua Slive wrote: > Does someone with a high-traffic, general-interest web site want to take a > look through their logs for these user-agent strings. I don't mind > keeping them if they make up even 1/100 of a percent of the trafic, but it > seems silly to keep these extra regexes on every single request if these > clients don't exist anymore in the wild. > > > # > # The following directives modify normal HTTP response behavior to > # handle known problems with browser implementations. > # > BrowserMatch "Mozilla/2" nokeepalive > BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0 > BrowserMatch "RealPlayer 4\.0" force-response-1.0 > BrowserMatch "Java/1\.0" force-response-1.0 > BrowserMatch "JDK/1\.0" force-response-1.0 You're lucky, we've just got our monthly statistics. Pages: 8776121082 Visitors: 436645066 ( requests) Different user-agent strings: 2703 Matched strings: 11 Visitors who use those browsers: 3576 clem