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
This commit is contained in:
diego 2006-10-27 22:47:41 +00:00
parent bc9d65db85
commit 671843b934
1 changed files with 5 additions and 0 deletions

View File

@ -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
~~~~~~~~~~~~~~~~~~~~~~~~