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 9 (Stretch)
โ Also compatible:
Debian 10 (Buster),
Debian 11 (Bullseye),
Ubuntu 18.04 LTS (Bionic Beaver),
Ubuntu 20.04 LTS (Focal Fossa),
Ubuntu 22.04 LTS (Jammy Jellyfish),
Configuration File Content
21 lines
<IfModule mod_negotiation.c>
# 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
</IfModule>
# vim: syntax=apache ts=4 sw=4 sts=4 sr noet
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/443398efdd41085bc1a70047f6e61c95?hint=negotiation.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/443398efdd41085bc1a70047f6e61c95?hint=negotiation.conf > negotiation.conf.example