summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2002-12-23 16:21:41 +0000
committerbwarsaw2002-12-23 16:21:41 +0000
commit82e31977eed4e420d5210df1e583faeb0b998fd9 (patch)
tree04bbb08eeed7684cb360c24cd5eff5d28e671a0f
parent8752072c73d0369c7fa1dafb93340801559f1569 (diff)
downloadmailman-82e31977eed4e420d5210df1e583faeb0b998fd9.tar.gz
mailman-82e31977eed4e420d5210df1e583faeb0b998fd9.tar.zst
mailman-82e31977eed4e420d5210df1e583faeb0b998fd9.zip
Update for AddDefaultCharset
-rw-r--r--INSTALL11
1 files changed, 8 insertions, 3 deletions
diff --git a/INSTALL b/INSTALL
index 837990fe7..807b02dae 100644
--- a/INSTALL
+++ b/INSTALL
@@ -304,9 +304,14 @@ upgrade.
Also, if you're going to be supporting internationalized public
archives, you will probably want to turn off any default charset
- directive, otherwise your multilingual archive pages won't show
- up correct. Be sure you have "AddDefaultCharset off" in your
- Apache config file for example.
+ directive for the Pipermail directory, otherwise your
+ multilingual archive pages won't show up correct. Here's an
+ example for Apache, based on the standard installation
+ directories:
+
+ <Directory "/usr/local/mailman/archives/public/">
+ AddDefaultCharset Off
+ </Directory>
Now restart your web server.