]> git.pld-linux.org Git - packages/apache-mod_gzip.git/blame - apache-mod_gzip.conf
- removing, doesn't work
[packages/apache-mod_gzip.git] / apache-mod_gzip.conf
CommitLineData
734fda8a 1LoadModule gzip_module modules/mod_gzip.so
c7fde9f0 2
3# Example configuration
4# Look into /usr/share/doc/apache-mod_gzip-<version>/samples.txt.gz
5# for further instructions
6<IfModule mod_gzip.c>
7 mod_gzip_on Yes
8 mod_gzip_item_include file \.htm$
9 mod_gzip_item_include mime text/.*
10 mod_gzip_item_exclude file error/.*
11 mod_gzip_item_exclude mime ^image/.*
12 mod_gzip_temp_dir "/tmp"
13 mod_gzip_command_version mod_gzip_version
c7fde9f0 14</IfModule>
This page took 0.146665 seconds and 4 git commands to generate.