Apache HTTP Server - /etc/apache2/mods-available/deflate.conf
Direkt von einer unveränderten Installation gezogen.
Schnellaktionen
📥 Original herunterladen deflate.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert deflate.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Debian 9 (Stretch)
✓ Auch kompatibel:
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
15 Zeilen
<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-Befehle
deflate.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O deflate.conf.example https://exampleconfig.com/api/v1/config/original/6649a32153b9afdc53f6898b5a10a2d6?hint=deflate.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/6649a32153b9afdc53f6898b5a10a2d6?hint=deflate.conf > deflate.conf.example