Apache HTTP Server Konfiguration - Linux
/etc/apache2/mods-available/setenvif.conf
Schnellaktionen
📥 Original herunterladen setenvif.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert setenvif.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Ubuntu 20.04 LTS (Focal Fossa)
✓ Auch kompatibel:
Ubuntu 22.04 LTS (Jammy Jellyfish),
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
35 Zeilen
<IfModule mod_setenvif.c>
#
# The following directives modify normal HTTP response behavior to
# handle known problems with browser implementations.
#
BrowserMatch "Mozilla/2" nokeepalive
BrowserMatch "MSIE 4\.0b2;" nokeepalive downgrade-1.0 force-response-1.0
BrowserMatch "RealPlayer 4\.0" force-response-1.0
BrowserMatch "Java/1\.0" force-response-1.0
BrowserMatch "JDK/1\.0" force-response-1.0
#
# The following directive disables redirects on non-GET requests for
# a directory that does not include the trailing slash. This fixes a
# problem with Microsoft WebFolders which does not appropriately handle
# redirects for folders with DAV methods.
# Same deal with Apple's DAV filesystem and Gnome VFS support for DAV.
#
BrowserMatch "Microsoft Data Access Internet Publishing Provider" redirect-carefully
BrowserMatch "MS FrontPage" redirect-carefully
BrowserMatch "^WebDrive" redirect-carefully
BrowserMatch "^WebDAVFS/1.[012]" redirect-carefully
BrowserMatch "^gnome-vfs/1.0" redirect-carefully
BrowserMatch "^gvfs/1" redirect-carefully
BrowserMatch "^XML Spy" redirect-carefully
BrowserMatch "^Dreamweaver-WebDAV-SCM1" redirect-carefully
BrowserMatch " Konqueror/4" redirect-carefully
BrowserMatch " Konqueror/5" redirect-carefully
BrowserMatch " dolphin/" redirect-carefully
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
Download-Befehle
setenvif.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O setenvif.conf.example https://exampleconfig.com/api/v1/config/original/d647c93db60a72410c1b39be1b37b7d6?hint=setenvif.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/d647c93db60a72410c1b39be1b37b7d6?hint=setenvif.conf > setenvif.conf.example
Verwandte Konfigurationsdateien
/etc/apache2/mods-available/setenvif.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/setenvif.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/setenvif.conf
Apache HTTP Server · Debian 9 (Stretch)
/etc/apache2/mods-available/setenvif.conf
APT · Ubuntu 20.04 LTS (Focal Fossa)
/etc/apache2/mods-available/setenvif.conf
APT · Ubuntu 20.04 LTS (Focal Fossa)
/etc/apache2/mods-available/setenvif.conf
APT · Ubuntu 20.04 LTS (Focal Fossa)