Apache HTTP Server - /etc/apache2/mods-available/negotiation.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original negotiation.confConfiguration File Information
Authentic & Original
Unaltered negotiation.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Debian 12 (Bookworm)
โ Also compatible:
Ubuntu 24.04 LTS (Noble Numbat),
โ Different versions:
Configuration File Content
15 lines
# 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 Commands
negotiation.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O negotiation.conf.example https://exampleconfig.com/api/v1/config/original/b023fc6578d5b64059df4dfe689cb779?hint=negotiation.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/b023fc6578d5b64059df4dfe689cb779?hint=negotiation.conf > negotiation.conf.example