diff options
| author | bwarsaw | 2002-12-23 16:21:41 +0000 |
|---|---|---|
| committer | bwarsaw | 2002-12-23 16:21:41 +0000 |
| commit | 82e31977eed4e420d5210df1e583faeb0b998fd9 (patch) | |
| tree | 04bbb08eeed7684cb360c24cd5eff5d28e671a0f | |
| parent | 8752072c73d0369c7fa1dafb93340801559f1569 (diff) | |
| download | mailman-82e31977eed4e420d5210df1e583faeb0b998fd9.tar.gz mailman-82e31977eed4e420d5210df1e583faeb0b998fd9.tar.zst mailman-82e31977eed4e420d5210df1e583faeb0b998fd9.zip | |
Update for AddDefaultCharset
| -rw-r--r-- | INSTALL | 11 |
1 files changed, 8 insertions, 3 deletions
@@ -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. |
