I have placed the following into the httpd startup script. export LANG='en_US.UTF-8' export LC_ALL='en_US.UTF-8'
(Actually, I placed these into /etc/sysconfig/httpd, which is imported by the startup script.) With mod_python, this had solved some issues I had with file system encoding. When I moved to mod_wsgi these problems apparently came back. Are the variables not inherited by the daemon process? How can ensure they are set for it? Thanks. -- 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.
