Apache HTTP Server - /etc/apache2/conf-available/charset.conf
Pulled directly from an unmodified installation.
Quick Actions
๐ฅ Download Original charset.confConfiguration File Information
Authentic & Original
Unaltered charset.conf from fresh installation.
Linux Distribution Support
๐ Currently viewing: Ubuntu 24.04 LTS (Noble Numbat)
โ Also compatible:
Debian 12 (Bookworm),
โ Different versions:
Configuration File Content
7 lines
# Read the documentation before enabling AddDefaultCharset.
# In general, it is only a good idea if you know that all your files
# have this encoding. It will override any encoding given in the files
# in meta http-equiv or xml encoding tags.
#AddDefaultCharset UTF-8
Download Commands
charset.conf โข
Download the 100% original unaltered configuration file pulled from Apache HTTP Server
Using wget:
wget -O charset.conf.example https://exampleconfig.com/api/v1/config/original/e6fbb8adf631932851d6cc522c1e48d7?hint=charset.conf
Using curl:
curl https://exampleconfig.com/api/v1/config/original/e6fbb8adf631932851d6cc522c1e48d7?hint=charset.conf > charset.conf.example