SOURCES: apache-mod_deflate.conf - lets compress php output too

blues blues at pld-linux.org
Tue Jan 9 15:04:41 CET 2007


Author: blues                        Date: Tue Jan  9 14:04:41 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- lets compress php output too

---- Files affected:
SOURCES:
   apache-mod_deflate.conf (1.7 -> 1.8) 

---- Diffs:

================================================================
Index: SOURCES/apache-mod_deflate.conf
diff -u SOURCES/apache-mod_deflate.conf:1.7 SOURCES/apache-mod_deflate.conf:1.8
--- SOURCES/apache-mod_deflate.conf:1.7	Tue Jan  9 14:56:02 2007
+++ SOURCES/apache-mod_deflate.conf	Tue Jan  9 15:04:36 2007
@@ -2,7 +2,7 @@
 LoadModule deflate_module		modules/mod_deflate.so
 
 # Safe but working settings - compress only that types:
-AddOutputFilterByType DEFLATE text/html text/plain text/xml
+AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
 
 # Compress all and exclude only few things - may cause some problems:
 #SetOutputFilter DEFLATE
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/apache-mod_deflate.conf?r1=1.7&r2=1.8&f=u



More information about the pld-cvs-commit mailing list