2010/5/18 jinzo <[email protected]>: > Hello, > > I have an application that's now running with mod_wsgi 3.1 and apache > 2.2.15 in daemon mode. The application (Django) allows for file > uploads, and recently I started to get some errors. It turned out, > that the files I upload (and are written thru the application) all > have only read and write permissions for owner, and nothing else. I > tried several things (from removing to changing umask, ...) and I > still get this efect, but not always. > Any ideas what I'm doing wrong ?
If the mod_wsgi user has a login look for a non default umask in his ~/.profile Regards, Clodoaldo > > With regards > ÄŚrnko > > -- > You received this message because you are subscribed to the Google Groups > "modwsgi" 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/modwsgi?hl=en. > > -- You received this message because you are subscribed to the Google Groups "modwsgi" 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/modwsgi?hl=en.
