Re: Django runfcgi umask: what is it meant to do and why?

2013-06-30 Thread gilberto dos santos alves
yes. i agree. my tests in hostgator.com shared host show this. tests in my ubuntu 12.04 amd64 shows same problem. using django 1.5 and 1.6a, 16b. 2013/6/30 Juan Luis Boya : > They talk about there was a os.umask(0) and they created that option in > order to change it. > > But I would like to know

Re: Django runfcgi umask: what is it meant to do and why?

2013-06-30 Thread Juan Luis Boya
They talk about there was a os.umask(0) and they created that option in order to change it. But I would like to know then, why was that `os.umask(0)` there in the first place? What was it purpose? On the other hand there is the confusion this option brings. Many people think the option is inte