Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 1662 invoked from network); 1 Jun 2010 12:05:41 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 1 Jun 2010 12:05:41 -0000 Received: (qmail 28260 invoked by uid 500); 1 Jun 2010 12:05:40 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 28201 invoked by uid 500); 1 Jun 2010 12:05:40 -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: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 28193 invoked by uid 99); 1 Jun 2010 12:05:40 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 12:05:40 +0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of covener@gmail.com designates 74.125.83.173 as permitted sender) Received: from [74.125.83.173] (HELO mail-pv0-f173.google.com) (74.125.83.173) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 Jun 2010 12:05:33 +0000 Received: by pvg12 with SMTP id 12so3524457pvg.18 for ; Tue, 01 Jun 2010 05:05:13 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:in-reply-to :references:date:message-id:subject:from:to:content-type; bh=F8wii5GhF7sreyCLYNRnETVbT+TVYIu9ATeGiTgYxIU=; b=RJzQR7Ufy5B7HDihqKIybYxCf/m8KIxR6HWIib3DI9SzJ3p/jjorl28KH936CL6Rd3 L778LOz9f9Nd33tmR9EsLux79Fe3Zp96BZfVrFZTxWwU9/QyzgUC+1LrTD5hWq1xRZ2i US5QJuQJ9KvElAzpEMS2GY5G7dQ2F6sFHjVXg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=bCohfossPKuQTEpfmHqLSn2n/wnmbAapJdFGw1eexucMY2GhohzvGSnWBT59qDdIGF FiLZdLpDh1eXXOt5g9PDZFCr8PZIo0hGrZVPclqUdZkEAULv5OhKNpvWiZzj5E0pOheh 4SLJkCMw8k/vc+TDoQL4du/XTECGrhm+sdJHU= MIME-Version: 1.0 Received: by 10.143.178.7 with SMTP id f7mr2254930wfp.187.1275393913319; Tue, 01 Jun 2010 05:05:13 -0700 (PDT) Received: by 10.142.224.5 with HTTP; Tue, 1 Jun 2010 05:05:13 -0700 (PDT) In-Reply-To: <92291B8A-73CB-4FCB-B95B-BEA91FD17046@sharp.fm> References: <92291B8A-73CB-4FCB-B95B-BEA91FD17046@sharp.fm> Date: Tue, 1 Jun 2010 08:05:13 -0400 Message-ID: Subject: Re: Fast by default From: Eric Covener To: dev@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 > Typically, you > would want to front a mod_deflate with an HTTP cache, such as mod_cache (or > equivalent). Here mod_cache only makes sense if you have the disk space to > support it, and there is no real one-size-fits-all cache setup. > This said, our default config is 15 years old, and attempts to disable > deflate for browsers that don't support it, like "Netscape 4". Unless there > are modern browsers that have broken protocol support for transfer encoding, > these obsolete examples need to be removed. These go together a bit Vary, the current workarounds for old browsers cause Vary: User-Agent which is quite a buzzkill for a cache! -- Eric Covener covener@gmail.com