I've got problem witch Nginx and php-gettext module. All works without any trouble on apache, but on nginx not. I've got two servers started on my notebook. Apache works on 80 port, and Nginx on 81. When I run my page on apache's port, then all works ok, gettext's translating etc., but when i swtich to nginx (on port 81), then gettext is stoping wokrs.
I already searched for answer, but no one could help me.
I am using SpawnCGI to run php, but tried php-fpm, and same results. I can't imagine that all works on apache but on nginx not ;z.
If you got any idea help me.