Welcome! Log In Create A New Profile

Advanced

Re: gzip on 7.65 not responding

Ryan Malayter
May 26, 2010 08:48AM
We have much the same setup (nginx -> IIS6) and compression works
fine. However, you have quite a few items in your gzip config that are
probably unnecessary, and might be causing issues.

I would first use a tool like Fiddler (www.fiddler2.com) rather than a
3rd party site for testing. You can see if a response is compressed
using the inspector section on the right side of the fidder window.

Secondly, try commenting out all your gzip-related settings except
"gzip on" and make sure it works with that.

Third, you likely don't want "gzip_comp_level 8", as it burns a lot of
CPU for saving maybe 5-10% size over the default setting (which is
gzip_comp_level 1).

Finally, add back your additional gzip-related settings until you
start to see uncompressed responses.


--
RPM

_______________________________________________
nginx mailing list
nginx@nginx.org
http://nginx.org/mailman/listinfo/nginx
Subject Author Posted

gzip on 7.65 not responding

reference123 May 25, 2010 07:31PM

Re: gzip on 7.65 not responding

reference123 May 25, 2010 07:34PM

Re: gzip on 7.65 not responding

Ryan Malayter May 26, 2010 08:48AM

Re: gzip on 7.65 not responding

Maxim Dounin May 26, 2010 09:22AM

Re: gzip on 7.65 not responding

reference123 May 26, 2010 11:03AM

Re: gzip on 7.65 not responding

Luca De Marinis May 26, 2010 11:20AM

Re: gzip on 7.65 not responding

reference123 May 26, 2010 11:25AM

Re: gzip on 7.65 not responding

Ryan Malayter May 26, 2010 12:00PM

Re: gzip on 7.65 not responding

reference123 May 26, 2010 12:10PM

Re: gzip on 7.65 not responding

Ryan Malayter May 26, 2010 12:34PM



Sorry, only registered users may post in this forum.

Click here to login

Online Users

Guests: 159
Record Number of Users: 8 on April 13, 2023
Record Number of Guests: 421 on December 02, 2018
Powered by nginx      Powered by FreeBSD      PHP Powered      Powered by MariaDB      ipv6 ready