Haha, well I'm glad I didnt try that command. I ran "groups" and it returned only the group "bob" for the account I created, I did not see "apache" in that list (or any other group or user for that matter). I also ran "groups apache" with no result. Any more suggestions?
Would transferring files via FTP cause this issue? I've never come across this issue while setting up servers before (even on the same machine). I wiped the machine clean with a new install and tried to start fresh but have been hitting this wall pretty hard... Any help is greatly appreciated! Thanks again, Dana Not even close. :-) > > You're trying to modify the permission and ownership of a file, not > change the apache user. Typically the apache user will only belong to > the apache group (check this with "groups apache"). So you might do > something like > > chgrp apache settings.py > chmod g+r settings.py > > Regards, > Malcolm > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" 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/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

