Thanks, John. I found a clunky solution (see next post), but I like
your solution better. I'm using mod_wsgi in daemon mode, but Django
seems to be running as 'nobody'. Here's my mod_wsgi directive in
httpd.conf's Virtualhost section:

WSGIDaemonProcess user1 threads=15 display-name=%{GROUP}
WSGIProcessGroup user1
WSGIApplicationGroup %{GLOBAL}

Any suggestions?

Thanks!
ME
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to