Question: I see that mod_gzip is on by default, how can I turn it off?

<IfModule mod_gzip.c>
    mod_gzip_on Off
</IfModule>


CategoryGettingStarted