8 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 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: disable gzip based on user-agentActions...
From:Igor Sysoev (is-G@public.gmane.org)
Date:Nov 27, 2007 7:38:13 am
List:ru.sysoev.nginx

On Tue, Nov 27, 2007 at 11:29:06PM +0800, Eden Li wrote:

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.

Well, I will retest it with modern browsers.

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

Now - not. However, I will add something in 0.6.19 or so.

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.