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 CDDFC1020B for ; Wed, 27 Nov 2013 18:50:28 +0000 (UTC) Received: (qmail 49590 invoked by uid 500); 27 Nov 2013 18:50:24 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 49147 invoked by uid 500); 27 Nov 2013 18:50:20 -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 49139 invoked by uid 99); 27 Nov 2013 18:50:19 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 18:50:19 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=RCVD_IN_DNSWL_NONE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of gmillikan@t1shopper.com designates 209.85.192.170 as permitted sender) Received: from [209.85.192.170] (HELO mail-pd0-f170.google.com) (209.85.192.170) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Nov 2013 18:50:13 +0000 Received: by mail-pd0-f170.google.com with SMTP id g10so10498016pdj.15 for ; Wed, 27 Nov 2013 10:49:51 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:reply-to:from:to:subject:date:organization :message-id:mime-version:content-type:content-transfer-encoding :thread-index:content-language; bh=mrg+xiTt0Pn3A+df74jQe1799rsROsQEwrXPbMoEgWg=; b=fDcMbH11rKA+Yk+znPqsM/av4uNQN4oMylnnhP/ILwcbyqCn50aEvXB6ZI1Nk8RCpJ 83uBt6BlIU0i5yFgTvoXYeyMcvI6dj2volPvFNOEK7tJO+7Yt7ozshSybLNGAdDJTYaM bIpxKAovikzQafBbmm42e3lJtu6YuB7TyDYn0ARnpnbU7YfcNaIvNBzop9Meai0gIp/R f6jVKA2J/98caViJfHc1Z42FPyNpIBPzy64+4sgySQeYWJDZPaiAMlK7gbgsLgBMqYXM PZMcEqFEYoFedLP1+trX8AEk2bllztwoOu8DNn3FzgvgKIwMuUgO67JcCMUNRYV3mcA7 JQiA== X-Gm-Message-State: ALoCoQl5kPAgZm8SeL5dADwSfMhRFfREIoW7KjWuM4zVZ4yc7LAIZlaLtMFzNPg77zkGnvbWQZ6Y X-Received: by 10.68.241.103 with SMTP id wh7mr2399871pbc.204.1385578191624; Wed, 27 Nov 2013 10:49:51 -0800 (PST) Received: from RAINIER (static-71-177-216-6.lsanca.fios.verizon.net. [71.177.216.6]) by mx.google.com with ESMTPSA id yg3sm101526896pab.16.2013.11.27.10.49.50 for (version=TLSv1 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Wed, 27 Nov 2013 10:49:50 -0800 (PST) Reply-To: From: "Geoff Millikan" To: Date: Wed, 27 Nov 2013 10:49:49 -0800 Organization: T1 Shopper, Inc Message-ID: <051301ceeba1$74063930$5c12ab90$@t1shopper.com> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook 14.0 Thread-Index: Ac7roXD6Bv5mvmKnQPKyMdl/eUkeXQ== Content-Language: en-us X-Virus-Checked: Checked by ClamAV on apache.org Subject: [users@httpd] Apache 2.2.26 > mod_headers > Header onsuccess unset Age > not working Hi all, Is it impossible for mod_headers to remove the "Age" header from items served out of mod_cache? (Example below) Thanks, Geoff Millikan Request URL: http://www.t1shopper.com/ssi/broadband.css Request Method: GET Status Code: 200 OK ---== Request Headers ==--- Accept:text/css,*/*;q=0.1 Accept-Encoding:gzip,deflate,sdch Accept-Language:en-US,en;q=0.8 Connection:keep-alive Cookie:tsmc=no%20id Host:www.t1shopper.com Referer:http://www.t1shopper.com/ User-Agent:Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.57 Safari/537.36 ---== Response Headers =--- Age:52 Connection:Keep-Alive Content-Encoding:gzip Content-Length:935 Content-Type:text/css Date:Wed, 27 Nov 2013 18:29:47 GMT Expires:Fri, 27 Dec 2013 18:28:55 GMT Keep-Alive:timeout=5, max=39 Last-Modified:Thu, 19 May 2011 17:26:48 GMT Server:Apache Vary:Accept-Encoding --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org