On 8/27/2010 11:46 AM, Bradley Hintze wrote:
>> Figured it out. But still 'grrrrr!'
>> 
>> So whenever I change a file and save it the stupid computer 
>> automatically changes ownership back to me instead of keeping www
>> as owner. Thus apache couldn't 'see' my ne settings. As admin being
>> the group with read/write permissions I thought that I could change
>> the file no problem, specifically I assumed ownership wouldn't
>> change.  Is this a probleem that someone can help me with?
>> 
The usual solution for this would be to use group permissions to give
the web server access to the files, since editing will normally only
change the user ownership and not the group ownership.

If group ownership also changes, use the sticky bit on directories,
which IIRC can set group ownership to follow the ownership of the
containing directory.

regards
 Steve
-- 
DjangoCon US 2010 September 7-9 http://djangocon.us/

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-us...@googlegroups.com.
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to