On Jun 20, 8:29 pm, Pythoni <[EMAIL PROTECTED]> wrote:
> I use Django with Apache and it runs great.
> I have root access to the server.
> But still I am not sure what are the best raccess rights for :
> settings.py
> for files in
> models and  views directories and for directories themselves.
> What owner shall I use? root or httpd or different?
> Thank you for help
> L.

If you are not going to modify your application directories/files
through apache, a read permission for apache would be sufficient. Else
you may have to give apache write permission.

Ram


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

Reply via email to