Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 48558 invoked from network); 26 Sep 2005 15:32:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Sep 2005 15:32:04 -0000 Received: (qmail 36985 invoked by uid 500); 26 Sep 2005 15:32:01 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 36941 invoked by uid 500); 26 Sep 2005 15:32:00 -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 36925 invoked by uid 99); 26 Sep 2005 15:32:00 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 08:32:00 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of chip@force-elite.com designates 216.255.199.145 as permitted sender) Received: from [216.255.199.145] (HELO utopia.in.force-elite.com) (216.255.199.145) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 26 Sep 2005 08:32:06 -0700 X-AuthUser: chip@force-elite.com Received: from [127.0.0.1] (127.0.0.1:59840) by localhost with [XMail 1.17 (Linux/Ix86) ESMTP Server] id for from ; Mon, 26 Sep 2005 08:31:36 -0700 Message-ID: <43381456.4050306@force-elite.com> Date: Mon, 26 Sep 2005 08:31:34 -0700 From: Paul Querna User-Agent: Thunderbird 1.4 (Macintosh/20050908) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: ProxyVia Full and ServerTokens References: <4338130B.7060100@web.turner.com> In-Reply-To: <4338130B.7060100@web.turner.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Brian Akins wrote: > It seems no matter what the setting of ServerTokens, mod_proxy uses > something like this when ProxyVia is set to Full: > > Via: 1.1 i.cnn.net (Apache/2.1.8) > > Should this honor ServerTokens? > > Yes.