On Sep 25, 8:44 am, "Ramiro Morales" <[EMAIL PROTECTED]> wrote:
> On 9/24/07, Steve Potter <[EMAIL PROTECTED]> wrote:
>
> > [...]
> > But when I
> > tried to load the site I still received a 500 error and the apache
> > error log had the following:
>
> > mod_wsgi (pid=5070): Exception occurred within WSGI script '/home/
> > missed/projectsmt/pjsmt.wsgi'.
> > [...]
> > OSError: [Errno 13] Permission denied: '/home/missed'
>
> > The permission denied error doesn't make much sense, obviously it is
> > able to read the project files, or it wouldn't get this far.
>
> Are you sure that the user Apache is running as has permissions
> to read directories/files under the missed user's home dir?.

The permissions issues along with other common issues are described
in:

  http://code.google.com/p/modwsgi/wiki/ApplicationIssues

What you might do if permissions is an issue is use mod_wsgi daemon
mode to delegate your Django instance to a separate daemon process
that runs as you rather than the default Apache user.

Graham


--~--~---------~--~----~------------~-------~--~----~
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