On 8/10/07, Jeff Murch <jmurch@xxxxxxx> 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: users-unsubscribe@xxxxxxxxxxxxxxxx " from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx