summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-27 22:47:41 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2006-10-27 22:47:41 +0000
commit671843b934270826649c50c5df9376818c89d3c3 (patch)
tree3f014c9a7542f750d674dd8654085fe7bf128718 /DOCS
parentbc9d65db85d07b15c491621bf8251fbd52605d6f (diff)
downloadmpv-671843b934270826649c50c5df9376818c89d3c3.tar.bz2
mpv-671843b934270826649c50c5df9376818c89d3c3.tar.xz
Add a note about charset configuration to the Apache section.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@20474 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/mirrors/mirror_howto.txt5
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/mirrors/mirror_howto.txt b/DOCS/tech/mirrors/mirror_howto.txt
index 9b3205481d..5884f48941 100644
--- a/DOCS/tech/mirrors/mirror_howto.txt
+++ b/DOCS/tech/mirrors/mirror_howto.txt
@@ -156,8 +156,13 @@ Here is an example stanza to paste into your Apache configuration:
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
~~~~~~~~~~~~~~~~~~~~~~~~