My images whose names contain accented letters (é, à etc.) are not accessible via Apache (404 error).
I think it's not related to Apache. I checked the configuration file:
AddDefaultCharset UTF-8
When I connect via Putty, and run the command "ls -la" to list the images, the accented letters are replaced with "?" in the console.
Here's the relevant info that may help:
> echo $LANG en_US.UTF-8 > cat /etc/environment empty file > locale LANG=en_US.UTF-8 LC_CTYPE="en_US.UTF-8" LC_NUMERIC="en_US.UTF-8" LC_TIME="en_US.UTF-8" LC_COLLATE="en_US.UTF-8" LC_MONETARY="en_US.UTF-8" LC_MESSAGES="en_US.UTF-8" LC_PAPER="en_US.UTF-8" LC_NAME="en_US.UTF-8" LC_ADDRESS="en_US.UTF-8" LC_TELEPHONE="en_US.UTF-8" LC_MEASUREMENT="en_US.UTF-8" LC_IDENTIFICATION="en_US.UTF-8" LC_ALL=
I found some tutorials, but they are applicable to Centos 5/6.
PS: Renaming files is a possible solution, but not envisageable in my case.