On 16 oct, 18:06, "Stephen Moore" <[EMAIL PROTECTED]> wrote:
> On Thu, Oct 16, 2008 at 11:56 PM, bruno desthuilliers
(snip)
> > You need to know the user under which Apache is running (wait...
> > Ubuntu ? This should be www-data then) and give read access to this
> > user. Something like
>
> > # cd /home/iambob/web
> > # sudo chgrp -R www-data testSite
> > # sudo chmod g+r www-data testSite
Doh - was:
> > # sudo chmod -R g+r www-data testSite
of course... But even then - since group usually have read access -,
this shouldn't make much difference.
> yeah, doing that seems to have no difference
>
> even setting it so anyone can read those files doesn't seem to do anything...
I give up :( Anyone else on this ?
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---