]> git.pld-linux.org Git - packages/apache-mod_gzip.git/blobdiff - apache-mod_gzip.conf
- reloaded for mod_gzip 2.1.0
[packages/apache-mod_gzip.git] / apache-mod_gzip.conf
diff --git a/apache-mod_gzip.conf b/apache-mod_gzip.conf
new file mode 100644 (file)
index 0000000..b0c99f8
--- /dev/null
@@ -0,0 +1,15 @@
+LoadModule mod_gzip modules/mod_gzip.so
+
+# Example configuration
+# Look into /usr/share/doc/apache-mod_gzip-<version>/samples.txt.gz
+# for further instructions
+<IfModule mod_gzip.c>
+     mod_gzip_on Yes
+     mod_gzip_item_include file \.htm$
+     mod_gzip_item_include mime text/.*
+     mod_gzip_item_exclude file error/.*
+     mod_gzip_item_exclude mime ^image/.*
+     mod_gzip_temp_dir "/tmp"
+     mod_gzip_command_version mod_gzip_version
+     CustomLog /var/log/httpd/mod_gzip_log mod_gzip_info2
+</IfModule>
This page took 0.055456 seconds and 4 git commands to generate.