Add note about AddOutputFilterByType in Apache < v2.3.7

This commit is contained in:
Frederic Hemberger
2012-11-15 16:24:15 +01:00
committed by alrra
parent 8c08445487
commit dac15682b3

View File

@@ -164,6 +164,9 @@ AddType text/x-vcard vcf
</IfModule>
# Compress all output labeled with one of the following MIME-types
# (for Apache versions below 2.3.7, you don't need to enable `mod_filter`
# and can remove the `<IfModule mod_filter.c>` and `</IfModule>` lines as
# `AddOutputFilterByType` is still in the core directives)
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE application/atom+xml \
application/javascript \