I am getting the following error while deploying the application using mod_wsgi
[Thu Apr 07 11:23:32 2011] [error] [client localhost] IOError: [Errno 13] Permission denied: '/var/www/vhosts/myproject/myproject.log'
|
I am getting the following error while deploying the application using mod_wsgi
|
|||
|
It is a bad idea to put the log folder within the project folder. The process that apache uses should never have write permissions to your project folder. Put it in a |
|||
|
|
Read: http://code.google.com/p/modwsgi/wiki/ApplicationIssues#Access_Rights_Of_Apache_User for information about access rights of user that application will run under when using Apache/mod_wsgi. |
|||
|
|
/var/www/vhosts/myproject/directory? – sdolan Apr 7 '11 at 6:07