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: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 12 (Bookworm),
โ Different versions:
Configuration File Content
8 lines
<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>
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/2f28f35168069262fb1055abab5848fe?hint=deflate.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/2f28f35168069262fb1055abab5848fe?hint=deflate.conf > deflate.conf.example