Apache HTTP Server - /etc/apache2/mods-available/deflate.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original deflate.confConfiguration File Information
Authentic & Original
Unaltered deflate.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 9 (Stretch)
โ Also compatible:
โ Different versions:
Configuration File Content
15 lines
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
# these are known to be safe with MSIE 6
AddOutputFilterByType DEFLATE text/html text/plain text/xml
# everything else may cause problems with MSIE 6
AddOutputFilterByType DEFLATE text/css
AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/xml
</IfModule>
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download Commands
deflate.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O deflate.conf.example https://exampleconfig.com/api/v1/config/original/6649a32153b9afdc53f6898b5a10a2d6?hint=deflate.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/6649a32153b9afdc53f6898b5a10a2d6?hint=deflate.conf > deflate.conf.example