I seem to remember Poul-Henning showing a diagram at VUG4 that showed varnish both compressing and uncompressing as it processed content and there are notes about that here <a href="https://www.varnish-cache.org/docs/3.0/phk/gzip.html">https://www.varnish-cache.org/docs/3.0/phk/gzip.html</a><div>
<br></div><div>I would think that turning gzip support off would lead to seeing no gunzip operations but based on the documentation it sounds like it only affects how the objects are stored in the cache. It goes on to mention that if a client does not send an accept encoding Varnish will unzip the content. Perhaps because you have turned this off you are seeing gunzips when a client isn't accepting gzip or whenever there is a cache miss Varnish is gunzipping before it puts the content in the cache.</div>
<div><br></div><div>"Enable gzip support. When enabled Varnish will compress uncompressed objects before they are stored in the cache." from <a href="https://www.varnish-cache.org/docs/3.0/reference/varnishd.html#run-time-parameters">https://www.varnish-cache.org/docs/3.0/reference/varnishd.html#run-time-parameters</a></div>
<div><br></div><div>Unless you are seeing some specific performance degradation I would leave it turned on (assuming the documentation is correct and turning it on merely enforces storing compressed content).</div><div><br>
</div><div>Maybe someone else will chime in and tell me I've got it all wrong :)</div><div><br></div><div>Lee<br><br><div class="gmail_quote">On Wed, Feb 8, 2012 at 3:34 PM, Lane, Richard <span dir="ltr"><<a href="mailto:rlane@ahbelo.com">rlane@ahbelo.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<div>
<font face="Arial"><span style="font-size:11pt"><br>
I have tried setting “http_gzip_support” to off/false via startup parameter but I still see that Gunzip operations are still occurring in Varnish when looking at Varnishstat output. I would like to turn this off because I have Apache behind Varnish that is already handling Gzip/Deflate operations. Anyone know how to turn it off?<br>

<br>
/etc/sysconf/varnish:<br>
    .....<br>
             -p shm_reclen=1024\<br>
             -p http_gzip_support=false \<br>
             -u varnish -g varnish <br>
   ......<br>
<br>
Varnishstat Output:<br>
    .....<br>
           1          .            .   vmods - Loaded VMODs<br>
          98         0.00         0.77 n_gunzip - Gunzip operations<br>
           1         0.00         0.01 LCK.sms.creat - Created locks<br>
   ......<br>
<br>
Cheers,<br>
Richard</span></font>
</div>


<br>_______________________________________________<br>
varnish-misc mailing list<br>
<a href="mailto:varnish-misc@varnish-cache.org">varnish-misc@varnish-cache.org</a><br>
<a href="https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc" target="_blank">https://www.varnish-cache.org/lists/mailman/listinfo/varnish-misc</a><br></blockquote></div><br></div>