Read this section in same document: http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Access_Rights_Of_Apache_User
Code would normally run as special Apache user unless you have configured it otherwise. Apache user need wrote access to the directory, or you need to run daemon mode of mod_wsgi and tell the daemon process to run as different user that does have access to that directory. Graham On 16 October 2011 19:04, pbzRPA <[email protected]> wrote: > Hi Graham, > > When I try to add WSGIApplicationGroup %{GLOBAL} i get > > OSError: [Errno 13] Permission denied: '/srv/djweb/fileserv/etalent/ > django_session/sessionid9b52b55137982353c696b8673b30f714' > > What user should have permission to this? > > Karol > > ps: I do not run any php stuff on my server, well at least none that I > am aware of :) > > -- > 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. > > -- 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.
