SOURCES: apache-mod_gzip.conf - reloaded for mod_gzip 2.1.0

duddits duddits at pld-linux.org
Mon Feb 9 19:44:22 CET 2009


Author: duddits                      Date: Mon Feb  9 18:44:22 2009 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- reloaded for mod_gzip 2.1.0

---- Files affected:
SOURCES:
   apache-mod_gzip.conf (1.2 -> 1.3) 

---- Diffs:

================================================================
Index: SOURCES/apache-mod_gzip.conf
diff -u /dev/null SOURCES/apache-mod_gzip.conf:1.3
--- /dev/null	Mon Feb  9 19:44:23 2009
+++ SOURCES/apache-mod_gzip.conf	Mon Feb  9 19:44:17 2009
@@ -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>
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SOURCES/apache-mod_gzip.conf?r1=1.2&r2=1.3&f=u



More information about the pld-cvs-commit mailing list