On Aug 31, 6:30 am, Léon Dignòn <[email protected]> wrote:
> And causes new ones. My apache runs other also websites.
Don't run the whole Apache as a different user. Use mod_wsgi daemon
mode and make just that daemon process running Django run as a
different user.
Graham
> On Aug 30, 9:12 pm, Mike Ramirez <[email protected]> wrote:
>
>
>
> > On Sunday 30 August 2009 12:04:36 pm Léon Dignòn wrote:
>
> > > Hello folks,
>
> > > I read through the documentation and got my project up and running.
> > > But when I try to upload something, I receive the error messages
> > > 'permission denied'. I could sloppy fix that problem with chmod, but
> > > that is not want I want to do. Since then I am thinking about a good
> > > folder hierarchy for my projects im combination with httpd,mod_wsgi
> > > and ftpd.
>
> > > My current configuration is:
>
> > > /home/django/projects/myproject/
> > > /home/django/projects/myproject/media/
> > > /home/django/projects/myproject/templates/
> > > /home/django/projects/myproject/django.wsgi
> > > ftp with user django @ /home/django/projects/myproject/*
>
> > > As you can see, if I chmod a+rwx /media/ (sloppy) and apache creates a
> > > file, my ftp user cant delete these new files because they belong to
> > > apache.
>
> > > I want a secure way to serve django files, statis media files, the
> > > templates and being able to edit everything with ftp. For that I like
> > > - no LOVE - to know how you arranged files and folders in combination
> > > with 2 http servers (django&media) and ftp.
>
> > Run the instances of apache as the user django:django that should solve the
> > problems.
>
> > Mike
> > --
> > Alex Haley was adopted!
>
> > signature.asc
> > < 1KViewDownload- Hide quoted text -
>
> > - Show quoted text -
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---