| From | Sent On | Attachments |
|---|---|---|
| reference123 | May 25, 2010 4:31 pm | |
| reference123 | May 25, 2010 4:33 pm | |
| Ryan Malayter | May 26, 2010 5:41 am | |
| Maxim Dounin | May 26, 2010 6:18 am | |
| reference123 | May 26, 2010 8:03 am | |
| Luca De Marinis | May 26, 2010 8:16 am | |
| reference123 | May 26, 2010 8:25 am | |
| Ryan Malayter | May 26, 2010 8:54 am | |
| reference123 | May 26, 2010 9:10 am | |
| Ryan Malayter | May 26, 2010 9:29 am |
| Subject: | Re: gzip on 7.65 not responding | |
|---|---|---|
| From: | Ryan Malayter (mala...@gmail.com) | |
| Date: | May 26, 2010 5:41:54 am | |
| List: | ru.sysoev.nginx | |
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 ngi...@nginx.org http://nginx.org/mailman/listinfo/nginx





