summaryrefslogtreecommitdiff
path: root/docs/install.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/install.rst')
-rw-r--r--docs/install.rst8
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
+
+