diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-27 00:00:14 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-27 00:00:14 +0200 |
commit | 057bb8517a9a1238631e1ed1e8ac1a26a26d9926 (patch) | |
tree | ccf61c3e683ff737a7240502bf9477752e8d78db /docs | |
parent | eaf09063bbaaacba9b0f503e4b02cab2d66dd644 (diff) | |
download | Chimère-057bb8517a9a1238631e1ed1e8ac1a26a26d9926.tar.bz2 Chimère-057bb8517a9a1238631e1ed1e8ac1a26a26d9926.zip |
Doc: add informations on Apache configuration to deal with unicode filenames (refs #382)
Diffstat (limited to 'docs')
-rw-r--r-- | docs/install.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/docs/install.rst b/docs/install.rst index 9af5558..10c333e 100644 --- a/docs/install.rst +++ b/docs/install.rst @@ -272,3 +272,11 @@ To activate the website reload apache:: a2ensite chimere /etc/init.d/apache2 reload +If you encounter problem with the upload of files with Unicode chars in their +names activate the appropriate locale in Apache. On a Debian server with UTF-8 +as default encoding in the file */etc/apache2/envvars* uncomment the following +line:: + + . /etc/default/locale + + |