Sorry about slow response.

I am a bit confused about the last few responses you sent.

Are you saying it now works and are you saying that it worked after having 
added lang and locale options to WSGIDaemonProcess. For example (but with 
different values).

  lang=en_AU.UTF-8 locale=en_AU.UTF-8

This is in part what I would expect.

By default Apache on Linux distros has the lang/locale set to C/ASCII.

When logging to Apache logs from mod_wsgi, as occurs if you use print(), rather 
than blow up with an error if mod_wsgi can't convert to bytes using the default 
system encoding, mod_wsgi likely fallbacks to converting as Latin-1 so 
something at least can be written to the Apache error logs, even if it wasn't 
in the format expected.

Graham

On 07/08/2014, at 6:35 PM, Dmitriy Chugunov <[email protected]> wrote:

> But actually I don't know why local and lang attributes to WSGIDaemonProcess 
> directive help as long as the documentation doesn't say about them anything

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/modwsgi.
For more options, visit https://groups.google.com/d/optout.

Reply via email to