On 8 September 2010 11:35, commonzenpython <[email protected]> wrote:
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154]   [Errno
> 13] Permission denied: '/var/www/vhosts/pawawi.com/.python-eggs'
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154]
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154] The Python
> egg cache directory is currently set to:
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154]
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154]   /var/www/
> vhosts/pawawi.com/.python-eggs
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154]
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154] Perhaps
> your account does not have write access to this directory?  You can
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154] change the
> cache directory by setting the PYTHON_EGG_CACHE environment
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154] variable to
> point to an accessible directory.
> [Tue Sep 07 18:26:08 2010] [error] [client 108.100.48.154]
>
> this is the same error i got when using embedded mode, thats why i
> switched to daemon mode unfortunately its still there

What do you get for:

  ls -las /var/www/vhosts/pawawi.com/.python-eggs

Does the directory exist and who owns it.

Your application runs as special Apache user, even in daemon mode
unless you override what user it runs as.

If that user doesn't have write access to directory, will not work.

So post output of 'ls' above and also post what you have for
WSGIDaemonProcess/WSGIProcessGroup directives in Apache configuration.

Graham

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

Reply via email to