Pythoni schrieb:
> 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.
> 
> 
I'd say you choose another user as owner than the webserver, but use
it's group and then chmod 740 (all for owner read,execute for group,
nothing for other)

if you've other users on your server they can not read the passwd of the
database.

greetz Paul Rauch

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