Return-Path: X-Original-To: apmail-httpd-users-archive@www.apache.org Delivered-To: apmail-httpd-users-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 4287310600 for ; Wed, 7 Aug 2013 20:46:26 +0000 (UTC) Received: (qmail 89273 invoked by uid 500); 7 Aug 2013 20:46:23 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 89246 invoked by uid 500); 7 Aug 2013 20:46:23 -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 89238 invoked by uid 99); 7 Aug 2013 20:46:23 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 20:46:23 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of ben@reser.org designates 50.197.89.41 as permitted sender) Received: from [50.197.89.41] (HELO mail.brain.org) (50.197.89.41) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Aug 2013 20:46:19 +0000 Received: from localhost (localhost [127.0.0.1]) by mail.brain.org (Postfix) with ESMTP id 881D9179E153 for ; Wed, 7 Aug 2013 13:45:58 -0700 (PDT) X-Virus-Scanned: Debian amavisd-new at fornix.brain.org Received: from mail.brain.org ([127.0.0.1]) by localhost (fornix.brain.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 60hZ4Ov6176T for ; Wed, 7 Aug 2013 13:45:55 -0700 (PDT) Received: from mail-oa0-x236.google.com (mail-oa0-x236.google.com [IPv6:2607:f8b0:4003:c02::236]) (using TLSv1 with cipher RC4-SHA (128/128 bits)) (No client certificate requested) by mail.brain.org (Postfix) with ESMTPSA id 396BC179E0E4 for ; Wed, 7 Aug 2013 13:45:55 -0700 (PDT) Received: by mail-oa0-f54.google.com with SMTP id o6so2346037oag.13 for ; Wed, 07 Aug 2013 13:45:54 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=E/Wo4STeWgsf4357n23YpZmYLzAOgjZyqYthZj53R4E=; b=E1ZJCv0TFB4H0wk0D+VHEU9OPRKAKU8RUdrBlZsguRlnOP7rEWeT+1Su74dsonQMeW ynNkKZwNBKmJGptko6E7kK/gshaxvDoGlITqv8G/KwwZoAVY1ndhJ4gSISUz+3bU4Rrh NcTZC/mQ+sbnS+TfVXZe2JCABjLDxXZJv2LvLSzlF7lqAsUkpjvUD1Cf6yQuFIHG9vcO SoHwXhOF44ySpveptQ38Isr5RuTZKzIN6JQI8h6aILOISOv4yzgBzb1GJgBILL1o7xoh yqBplYGhwvwY2HVhqWI5yHQHdNmYkv6xuRUm3mrfU78Bo/oQP1UFLTMOCZvcfm1HZsaa VhzA== MIME-Version: 1.0 X-Received: by 10.60.93.41 with SMTP id cr9mr2012534oeb.20.1375908354289; Wed, 07 Aug 2013 13:45:54 -0700 (PDT) Received: by 10.60.102.202 with HTTP; Wed, 7 Aug 2013 13:45:54 -0700 (PDT) In-Reply-To: <7C4B7B60-1011-4992-8952-6A3CD5F135FC@webthing.com> References: <7C4B7B60-1011-4992-8952-6A3CD5F135FC@webthing.com> Date: Wed, 7 Aug 2013 13:45:54 -0700 Message-ID: From: Ben Reser To: users@httpd.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Subject: Re: [users@httpd] GZIP DEFLATE and HTTPD On Wed, Aug 7, 2013 at 1:39 PM, Nick Kew wrote: > If you omit a Vary header, you're telling the cache you can't supply > other variants. That leaves the cache the choice of returning the > wrong contents to some clients, or returning an error. Or perhaps > ignoring the HTTP spec and asking the backend every time, > which would undermine all the benefits of HTTP cacheing. > > Sounds like akamai is broken. Or rather, not configured to cache > negotiated contents. Does it also refuse to cache multilingual pages? It's been a while but I'm pretty sure Akamai can properly handle these cases. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org