Thanks Karen for the tip on SELinux.  After researching,  I found i
needed to do:

setsebool -P httpd_enable_homedirs 1
chcon -R -t httpd_user_content_t  /home/mysite



On Thu, Mar 4, 2010 at 8:15 PM, Karen Tracey <kmtra...@gmail.com> wrote:
>
> Fedora 12 has the security-enhanced linux kernel. If this is active on your
> system then chown/chmod may not be doing what you expect. I only know enough
> about selinux to tell you that much; how to configure it to enable Apache to
> access /home directories is beyond me. But I do recall others on this list
> have run into this type of problem when setting up machines that use
> selinux.
>
> Karen

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