]> git.pld-linux.org Git - packages/apache1-mod_gzip.git/blame - apache-mod_gzip.conf
- copy-pasteable
[packages/apache1-mod_gzip.git] / apache-mod_gzip.conf
CommitLineData
b2611ec1 1LoadModule gzip_module modules/mod_gzip.so
4cb04ea6 2
33cd6848 3# Look into /usr/share/doc/apache-mod_gzip-*/samples.txt.gz
4cb04ea6 4# for further instructions
5<IfModule mod_gzip.c>
33cd6848
ER
6 mod_gzip_on Yes
7 mod_gzip_item_include file \.htm$
8 mod_gzip_item_include mime text/.*
9 mod_gzip_item_exclude file error/.*
10 mod_gzip_item_exclude mime ^image/.*
11 mod_gzip_temp_dir "/tmp"
12 mod_gzip_command_version mod_gzip_version
4cb04ea6 13</IfModule>
This page took 0.049353 seconds and 4 git commands to generate.