<html><head>
<meta http-equiv="Content-Type" content="text/html; charset=Windows-1252"><title>Varnish 3.0.x - Gunzip / Gzip</title>
</head>
<body>
<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>
</body>
</html>