]> git.pld-linux.org Git - packages/apache-mod_gzip.git/blame - apache-mod_gzip.conf
- up to 2.1.0
[packages/apache-mod_gzip.git] / apache-mod_gzip.conf
CommitLineData
c7fde9f0 1LoadModule mod_gzip modules/mod_gzip.so
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
14 CustomLog /var/log/httpd/mod_gzip_log mod_gzip_info2
15</IfModule>
This page took 0.073802 seconds and 4 git commands to generate.