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 E64FC18603 for ; Sun, 8 Nov 2015 03:05:10 +0000 (UTC) Received: (qmail 51354 invoked by uid 500); 8 Nov 2015 03:05:02 -0000 Delivered-To: apmail-httpd-users-archive@httpd.apache.org Received: (qmail 51293 invoked by uid 500); 8 Nov 2015 03:05:01 -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 51245 invoked by uid 99); 8 Nov 2015 03:04:48 -0000 Received: from Unknown (HELO spamd4-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 08 Nov 2015 03:04:48 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd4-us-west.apache.org (ASF Mail Server at spamd4-us-west.apache.org) with ESMTP id C03E5C070B for ; Sun, 8 Nov 2015 03:04:47 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd4-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -0.121 X-Spam-Level: X-Spam-Status: No, score=-0.121 tagged_above=-999 required=6.31 tests=[DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, SPF_PASS=-0.001] autolearn=disabled Authentication-Results: spamd4-us-west.apache.org (amavisd-new); dkim=pass (2048-bit key) header.d=gmail.com Received: from mx1-eu-west.apache.org ([10.40.0.8]) by localhost (spamd4-us-west.apache.org [10.40.0.11]) (amavisd-new, port 10024) with ESMTP id V61ZtTGPDf22 for ; Sun, 8 Nov 2015 03:04:46 +0000 (UTC) Received: from mail-qk0-f180.google.com (mail-qk0-f180.google.com [209.85.220.180]) by mx1-eu-west.apache.org (ASF Mail Server at mx1-eu-west.apache.org) with ESMTPS id 9CE942095B for ; Sun, 8 Nov 2015 03:04:45 +0000 (UTC) Received: by qkcn129 with SMTP id n129so59457422qkc.1 for ; Sat, 07 Nov 2015 19:04:38 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:from:to:subject:message-id:references:mime-version :content-type:content-disposition:content-transfer-encoding :in-reply-to:user-agent; bh=BbiNiRgYVHjejqxClWozldicRzpHoHYi9r3T2+2oYL8=; b=UW8VuMOsol6gpAvzcIfOqCi2Q5sekcKZoq6p9MQ68aAmFczjyBv5IxDkkbsUV3brYM 2Ra1qtvo2ls6cpTbDThzqiD5ChTk3uSvqFWL2+SkBxTQCnRRNGMYkkrRUaD19HfqhIfE DdONvZII20nd9R9xiBCUkjrjogk0l5HYVxjzVHPzx6CfnzFP6HEqwSP2uFwZSSsA9Ktq lpByg7TRuISL6F822rCG1ywRrgycDUsaVWWbz8C5VWWSoqa2fvJAeFByUcI9xbXdtQfx aymmHg5BWQP/lfFMef9ql6igVtj9nUcVBzR28LKW3KHBAEqtt82iNSnj5ShUtE4nwLTo qp+Q== X-Received: by 10.55.80.2 with SMTP id e2mr21062196qkb.92.1446951878603; Sat, 07 Nov 2015 19:04:38 -0800 (PST) Received: from localhost ([181.22.151.126]) by smtp.gmail.com with ESMTPSA id c88sm1735001qgc.17.2015.11.07.19.04.37 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Sat, 07 Nov 2015 19:04:37 -0800 (PST) Date: Sun, 8 Nov 2015 00:04:33 -0300 From: =?iso-8859-1?Q?Rapha=EBl?= To: users@httpd.apache.org Message-ID: <20151108030433.GA21440@debovo.drzraf.me> References: <20151023021510.GB19758@debovo.drzraf.me> <20151103010445.GC10313@debovo.drzraf.me> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <20151103010445.GC10313@debovo.drzraf.me> X-PGP-Key: http://pool.sks-keyservers.net/pks/lookup?op=vindex&search=0xd7f62b21 User-Agent: Mutt/1.5.23 (2014-03-12) Subject: [users@httpd] Re: avoid Vary: User-Agent when ? On Mon, Nov 02, 2015 at 10:04:45PM -0300, Rapha�l wrote: > Hi, > > still related to the previous post, but put simply: > I'd just appreciate to learn how to keep Apache from automatically > adding "User-Agent" to the "Vary" header. This was an user error: This line: > obviously caused the `Vary:` HTTP header to contain "User-Agent". I still have to find how to keep the "new" syntax without the cost of the header modification. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org For additional commands, e-mail: users-help@httpd.apache.org