On Wednesday 31 May 2006 11:07, mahakala wrote: > Hi, Eric, > it is > > drwxrwxrwx 2 root root 4096 Jun 1 01:10 demo > > and > > drwxrwxrwx 2 root root 4096 Jun 1 01:10 opt > > thks.
Does /opt/demo/test.txt already exist? If so, what are the permissions on it? I think what I'd try is: Make /opt and /demo 755 chmod 755 /opt /opt/demo > drwxr-xr-x 2 root root 4096 Jun 1 01:10 opt Make demo and all its files owned by your Apache process user (probably 'apache'). You *did* say you were using apache/mod_python, right?: chown -R apache.apache /opt/demo Good luck, Eric. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---