Re: [innercircle] Weird HTTP behaviour with IE
Joseph Reagle <[email protected]>
| Newsgroups | gmane.comp.web.pyblosxom.user |
|---|---|
| Organization | MIT |
| Message-ID | <[email protected]> |
On Friday 24 June 2005 10:54, Joseph Reagle wrote: > Ah, I had it like that before, and the compression still doesn't seem to > turn off. I just noted the docs say: [[ http://httpd.apache.org/docs-2.0/mod/mod_deflate.html # NOTE: Due to a bug in mod_setenvif up to Apache 2.0.48 # the above regex won't work. You can use the following # workaround to get the desired effect: BrowserMatch \bMSI[E] !no-gzip !gzip-only-text/html ]] and you are running Server: Apache/2.0.46 (Red Hat). So tweaking my .htaccess to: [[ AddOutputFilterByType DEFLATE text/html text/plain text/xml BrowserMatch \bMSI[E] no-gzip ]] turns off compression to IE, and it now works fine. (Ug, what a pain.) However, while the info window in Konq shows a gzip Content-Encoding, I don't see a similar attribute for Mozilla. ------------------------------------------------------- SF.Net email is sponsored by: Discover Easy Linux Migration Strategies from IBM. Find simple to follow Roadmaps, straightforward articles, informative Webcasts and more! Get everything you need to get up to speed, fast. http://ads.osdn.com/?ad_id=7477&alloc_id=16492&op=click