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 11 (Bullseye)
โ Also compatible:
Ubuntu 22.04 LTS (Jammy Jellyfish),
โ Different versions:
Configuration File Content
12 lines
<IfModule mod_deflate.c>
<IfModule mod_filter.c>
AddOutputFilterByType DEFLATE text/html text/plain text/xml text/css text/javascript
AddOutputFilterByType DEFLATE application/x-javascript application/javascript application/ecmascript
AddOutputFilterByType DEFLATE application/rss+xml
AddOutputFilterByType DEFLATE application/wasm
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/3715759ec5f39673a60c56c4fcd14419?hint=deflate.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/3715759ec5f39673a60c56c4fcd14419?hint=deflate.conf > deflate.conf.example