"Roberto De Ioris" <[email protected]> writes: > Remember umask is used only when creating a file, so if you want to change > it you have to first remove the pidfile (or use --vacuum that cleans > pidfiles and sockets on exit)
That was the reason, and "--umask 022 --vacuum" cured my problem, thank you. Why does uWSGI need to reset the umask (I mean, umask(0)) when it is not specified as an option? ciao, lele. -- nickname: Lele Gaifax | Quando vivrò di quello che ho pensato ieri real: Emanuele Gaifas | comincerò ad aver paura di chi mi copia. [email protected] | -- Fortunato Depero, 1929. _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
