]> git.pld-linux.org Git - packages/apache.git/blobdiff - apache-mod_deflate.conf
- from upstream, prefork: log an error instead of segfaulting when child
[packages/apache.git] / apache-mod_deflate.conf
index e7b614ddb452dc3754388df8f76954ae0157eb49..ea2c643137b0efedc3697e8f418d02803544aaae 100644 (file)
@@ -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
+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
This page took 0.033417 seconds and 4 git commands to generate.