Graham, you've once again made my life easier. Your solution solved
ALL my ownership/permission issues. Thank you!
My mod_wsgi directive now looks like so:
WSGIDaemonProcess user1 threads=15 user=user1 group=user1 display-name=
%{GROUP}
WSGIProcessGroup user1
WSGIApplicationGroup %{GLOBAL}
I then chown-ed the directories and files previously owned by 'nobody'
to 'user1'
chown -R user1:user1 images
Thanks again!
ME
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Django users" 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/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---