Return-Path: X-Original-To: apmail-httpd-dev-archive@www.apache.org Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id BC2F13BA5 for ; Mon, 2 May 2011 10:15:15 +0000 (UTC) Received: (qmail 66818 invoked by uid 500); 2 May 2011 10:15:14 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 66747 invoked by uid 500); 2 May 2011 10:15:14 -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 66739 invoked by uid 99); 2 May 2011 10:15:14 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 10:15:14 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RFC_ABUSE_POST,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 209.85.161.173 as permitted sender) Received: from [209.85.161.173] (HELO mail-gx0-f173.google.com) (209.85.161.173) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 02 May 2011 10:15:08 +0000 Received: by gxk26 with SMTP id 26so2463807gxk.18 for ; Mon, 02 May 2011 03:14:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:in-reply-to:references:date :message-id:subject:from:to:content-type:content-transfer-encoding; bh=6nIaoqUoOP5Mps3OucxdhYdin334lsz/prqfYtoTRQA=; b=Cs4Y6D3n4Fg2vsQJ5uXZ3F55urhL06Qz4v1GIxkP2udAqWrssCiEd5+UL+0KtkepMj Fq/M3rcYQtu/J7SS46hySQtFl7Hw7LwtxuiEUW53IVnZTzuA+YdSLKZR6rU+6vUDjCgk BFRQ1v7RDq361NpjFq+X19pygUE/f03coCbVA= 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:content-transfer-encoding; b=cxfPPhzCytrRwXbjvhrrhbySqwoZXq6RSIQgV94l4DP7QhoR92+k9hzWJ/8A9NKLyP ncqGkrSWrIpiIu5VCS19mklUCGFj6PGAnFWTVK12qqLtDujlnHZ/4PE1sjwzvzic15KL RtDOsx/2vIEhMHhsAJ2zfjCz+RtCFei/AMIsI= MIME-Version: 1.0 Received: by 10.146.114.26 with SMTP id m26mr6460010yac.30.1304331287502; Mon, 02 May 2011 03:14:47 -0700 (PDT) Received: by 10.146.83.2 with HTTP; Mon, 2 May 2011 03:14:47 -0700 (PDT) In-Reply-To: <4DBE80E8.2020003@gmail.com> References: <4DBE80E8.2020003@gmail.com> Date: Mon, 2 May 2011 06:14:47 -0400 Message-ID: Subject: Re: mod_proxy & headers From: Eric Covener To: dev@httpd.apache.org, nickgearls@gmail.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable On Mon, May 2, 2011 at 6:01 AM, Nick Gearls wrote: > Hello, > > It seems that some headers cannot be modified when mod_proxy sets them. > Ex: Content-Type - it is not possible to overwrite it with any of the > following directives: > =A0AddType ... > =A0ForceType ... > =A0Header set ... See "doc or fix ForceType for not-default-handler?" thread for a bit of discussion [but not enough to figure out what to do!]