############################################################################## # # Gzip content encoding pfilter # ############################################################################## LoadModule = mod_gzip.php # mod_gzip can be enabled in two different ways. The old method # is to activate it for every served file: #GzipEnable = 1 # Due to its implementation as filter you could however tell it to only # compress text files (as images and other files are often already): #Filter = text/* gzip # Max compression ratio (percentage of original size). If it is higher, the # content is likely to be already compressed and does not need a recompression. GzipMaxRatio = 90 # Level of compression asked to zlib GzipLevel = 5