Apache HTTP Server - /etc/apache2/mods-available/negotiation.conf
Direkt von einer unveränderten Installation gezogen.
Schnellaktionen
📥 Original herunterladen negotiation.confKonfigurationsdatei-Informationen
Authentisch & Original
Unverändert negotiation.conf von einer frischen Installation.
Linux-Distributions-Unterstützung
📋 Aktuell angezeigt: Ubuntu 24.04 LTS (Noble Numbat)
✓ Auch kompatibel:
Debian 12 (Bookworm),
⚠ Verschiedene Versionen:
Konfigurationsdatei-Inhalt
15 Zeilen
# LanguagePriority allows you to give precedence to some languages
# in case of a tie during content negotiation.
#
# Just list the languages in decreasing order of preference. We have
# more or less alphabetized them here. You probably want to change this.
#
LanguagePriority en ca cs da de el eo es et fr he hr it ja ko ltz nl nn no pl pt pt-BR ru sv tr zh-CN zh-TW
#
# ForceLanguagePriority allows you to serve a result page rather than
# MULTIPLE CHOICES (Prefer) [in case of a tie] or NOT ACCEPTABLE (Fallback)
# [in case no accepted languages matched the available variants]
#
ForceLanguagePriority Prefer Fallback
Download-Befehle
negotiation.conf •
Lade die 100% original unveränderte Konfigurationsdatei herunter von Apache HTTP Server
Mit wget:
wget -O negotiation.conf.example https://exampleconfig.com/api/v1/config/original/b023fc6578d5b64059df4dfe689cb779?hint=negotiation.conf
Mit curl:
curl https://exampleconfig.com/api/v1/config/original/b023fc6578d5b64059df4dfe689cb779?hint=negotiation.conf > negotiation.conf.example