On 8 September 2010 11:57, commonzenpython <[email protected]> wrote:
> [r...@pawawi /]# ls -las /var/www/vhosts/pawawi.com/.python-eggs
> ls: /var/www/vhosts/pawawi.com/.python-eggs: No such file or directory
> i went into the pawawi.com directory and did the ls comand and as the
> prompt below theres no .python-eggs , its our server, and our domain,
> so i suppose we do own it,

Then create the directory with owner/group as pawawi/psacln.

It is likely that parent directory isn't writable by that user to
create the directory in the first place when application needs it, so
root needs to do it and then change owner/group.

Graham

> heres the snippet from the apache conf :
>
> WSGIDaemonProcess pawawicms display-name=%{GROUP} user=pawawi
> group=psacln
>
> WSGIScriptAlias / /home/projects/pawawi/apache/django.wsgi
> WSGISocketPrefix /var/run/wsgi
> <Directory /home/projects/pawawi/apache>
> WSGIProcessGroup pawawicms
> Order deny,allow
> Allow from all
> </Directory>
>
> i did the id command under the user pawawi, and i got
> uid=10001(pawawi) gid=2524(psacln) groups=2524(psacln)
>
> btw i saw the slides and video , they are really good material thanks
> so much for taking the time to do them
>
> --
> 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.

Reply via email to