SOURCES: apache-mod_deflate.conf - cosmetics + more safe types
blues
blues at pld-linux.org
Tue Jan 9 16:00:09 CET 2007
Author: blues Date: Tue Jan 9 15:00:09 2007 GMT
Module: SOURCES Tag: HEAD
---- Log message:
- cosmetics + more safe types
---- Files affected:
SOURCES:
apache-mod_deflate.conf (1.8 -> 1.9)
---- Diffs:
================================================================
Index: SOURCES/apache-mod_deflate.conf
diff -u SOURCES/apache-mod_deflate.conf:1.8 SOURCES/apache-mod_deflate.conf:1.9
--- SOURCES/apache-mod_deflate.conf:1.8 Tue Jan 9 15:04:36 2007
+++ SOURCES/apache-mod_deflate.conf Tue Jan 9 16:00:04 2007
@@ -2,7 +2,13 @@
LoadModule deflate_module modules/mod_deflate.so
# Safe but working settings - compress only that types:
-AddOutputFilterByType DEFLATE text/html text/plain text/xml application/x-httpd-php
+AddOutputFilterByType DEFLATE application/x-httpd-php
+AddOutputFilterByType DEFLATE application/xhtml+xml
+AddOutputFilterByType DEFLATE image/svg+xml
+AddOutputFilterByType DEFLATE text/css
+AddOutputFilterByType DEFLATE text/html
+AddOutputFilterByType DEFLATE text/plain
+AddOutputFilterByType DEFLATE text/xml
# 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.8&r2=1.9&f=u
More information about the pld-cvs-commit
mailing list