Wouldn't using RewriteCond be able to do that?

Jeff



-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Joshua Slive
Sent: Friday, August 10, 2007 11:14 AM
To: users@httpd.apache.org
Subject: Re: [EMAIL PROTECTED] mod_headers mapping problem

On 8/10/07, Jeff Murch <[EMAIL PROTECTED]> wrote:
> More info:
>
> It seems that none of the headers will unset.......

Standard protocol-required headers like Content-Type, Connection, etc,
can't generally be manipulated with mod_headers.

mod_rewrite can manipulate content-type, but I don't think it will
help in your case because it can't act conditionally on an existing
request header.

I see two solutions:

1. Fix your upstream server to not send garbage encoding values.

2. Write a custom apache module that would use the proper API to test
and reset the content-type. It would be very simple, but would require
figuring out something about apache modules.

Joshua.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



-- 
No virus found in this incoming message.
Checked by AVG Free Edition. 
Version: 7.5.476 / Virus Database: 269.11.11/944 - Release Date: 8/9/2007
2:44 PM


---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: [EMAIL PROTECTED]
   "   from the digest: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to