On 11 June 2010 00:48, Ben Timby <bti...@gmail.com> wrote:
> 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?

They should be.

Have you used a simple hello world WSGI script to dump out what is in
os.environ for the process?

Graham

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

Reply via email to