From ff9a442bfbfa2511afe4ce841160ad3c31657955 Mon Sep 17 00:00:00 2001 From: Lauren Ko Date: Thu, 30 Nov 2023 12:35:24 -0600 Subject: [PATCH] Mention Apache's AddDefaultCharset directive in docs --- docs/manual/usage.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/manual/usage.rst b/docs/manual/usage.rst index b66e9067..683f1427 100644 --- a/docs/manual/usage.rst +++ b/docs/manual/usage.rst @@ -307,6 +307,13 @@ Then, in your config, simply include: The configuration assumes uwsgi is started with ``uwsgi uwsgi.ini`` +Note, the default httpd.conf may include the directive ``AddDefaultCharset UTF-8``. +This may cause the � replacement character to appear for some characters when replaying archived HTML content that specifies an alternative charset in the META tags. +To allow the charset specified by the archived content to prevail, comment out the directive: + +.. code:: apache + + # AddDefaultCharset UTF-8 .. _config-acl-header: