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