]> git.pld-linux.org Git - packages/apache-mod_gzip.git/blame - apache-mod_gzip.conf
- copy-pasteable
[packages/apache-mod_gzip.git] / apache-mod_gzip.conf
CommitLineData
734fda8a 1LoadModule gzip_module modules/mod_gzip.so
c7fde9f0 2
d5a2f170 3# Look into /usr/share/doc/apache-mod_gzip-*/samples.txt.gz
c7fde9f0 4# for further instructions
5<IfModule mod_gzip.c>
d5a2f170
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
c7fde9f0 13</IfModule>
This page took 0.031963 seconds and 4 git commands to generate.