Hi,
We are using OTRS 3.3. 9 since many years on a Debian Squeeze server running Apache.
Everything is working fine but we decided to move to Debian Wheezy and Nginx.
So, I installed Nginx, fcgiwarp and OTRS on the new Wheezy serveur and everything is running fine excepted the fact that all non ansi characters are displayed incorrectly (OTRS is configured to use UTF8).
After googling for a solution, I didn't find any workaround.
I then decided to install Apache instead of Nginx and without changing anything to the OTRS configuration or the database, the characters are correctly displayed. if i revert to Nginx, the problem appears again.
I added the charset UTF-8; to the Nginx configuration, but it didn't help.
I also created a simple test.pl page in the same directory tha nt index.pl (fcgi-bin), and the characters are displayed correctly on Nginx.
Do you have any idea to solve the problem ?
Thank you for your help,
Regards,
Fred
[solved] OTRS 3.3 on NGinx + Fcgiwrap : UTF8 problem
Moderator: crythias
[solved] OTRS 3.3 on NGinx + Fcgiwrap : UTF8 problem
Last edited by Fred9176 on 03 Apr 2015, 10:45, edited 1 time in total.
Re: OTRS 3.3 on NGinx + Fcgiwrap : UTF8 problem
I tried to upgrade to the last 3.3 version (3.3.12) and this solved my problem : all characters are now correctly displayed.