changeset 20458:038e29652be8

Add a note about charset configuration to the Apache section.
author diego
date Fri, 27 Oct 2006 22:47:41 +0000
parents a5924600c1f7
children 231f139a324d
files DOCS/tech/mirrors/mirror_howto.txt
diffstat 1 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/mirrors/mirror_howto.txt	Fri Oct 27 21:34:05 2006 +0000
+++ b/DOCS/tech/mirrors/mirror_howto.txt	Fri Oct 27 22:47:41 2006 +0000
@@ -156,8 +156,13 @@
         Alias /homepage /path/to/htdocs
         Alias /MPlayer  /path/to/MPlayer
         Alias /DOCS     /path/to/MPlayer/DOCS
+        AddDefaultCharset off
 </VirtualHost>
 
+The AddDefaultCharset directive is necessary because newer versions of Apache
+appear to default to defining a standard charset. This breaks our documentation
+translations, which are written in different encodings.
+
 
 Setting up an FTP server
 ~~~~~~~~~~~~~~~~~~~~~~~~