I did find out that on CentOS (production server), I was using:

LANG=en_US.UTF-8

in /etc/sysconfig/httpd. This worked with mod_python, but for mod_wsgi, I need:

HTTPD_LANG=en_US.UTF-8

Now to figure out how to fix this on Ubuntu (as that is my development OS).

-- 
You received this message because you are subscribed to the Google Groups 
"modwsgi" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/modwsgi?hl=en.

Reply via email to