atom feed8 messages in ru.sysoev.nginxRe: disable gzip based on user-agent
FromSent OnAttachments
Ian M. EvansNov 26, 2007 11:28 pm 
Manlio PerilloNov 27, 2007 12:20 am 
Igor SysoevNov 27, 2007 4:18 am 
Athan DimoyNov 27, 2007 5:08 am 
Eden LiNov 27, 2007 6:29 am 
Igor SysoevNov 27, 2007 7:06 am 
Eden LiNov 27, 2007 7:28 am 
Igor SysoevNov 27, 2007 7:38 am 
Subject:Re: disable gzip based on user-agent
From:Eden Li (eden@public.gmane.org)
Date:Nov 27, 2007 7:28:43 am
List:ru.sysoev.nginx

Hmm, I've been running a separate webserver that has a rule that says "only gzip for non-IE6 browsers" without issue, so maybe it's been fixed in Opera and Firefox (and other mainstream browsers), but not IE6.

Anyway, is there any possible way to disable gzip based on user agent via some directive?

On 11/27/07, Igor Sysoev <is-G@public.gmane.org> wrote:

Flash in any browser does not understand gzipping and this is well known fact, at least for me :). I developed mod_deflate for Apache 1.3 long ago and had documented this here (in Russian):

http://sysoev.ru/mod_deflate/readme.html#types http://sysoev.ru/mod_deflate/readme.html#browsers

So the single way is disable gzip in locations which are requested from Flash. It is not depeneded on browser.