From 057bb8517a9a1238631e1ed1e8ac1a26a26d9926 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sat, 27 Oct 2012 00:00:14 +0200 Subject: Doc: add informations on Apache configuration to deal with unicode filenames (refs #382) --- docs/install.rst | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'docs') 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 + + -- cgit v1.2.3