Il giorno 09/set/2011, alle ore 16:05, Cal Leeming [Simplicity Media Ltd] ha 
scritto:

> Hi,
> 
> Is there any reason why umask is unusable without daemonize=false? 
> 
> This means I can't manage processes within supervisorctl (when having to use 
> fastcgi due to client not being able to have uwsgi).

Not related to your specific question, but remember that uWSGI can natively 
speaks fastcgi (both in static and dynamic way)

static config:
uwsgi --fastcgi-socket <address> ...

dynamic (apache passing the socket as fd 0)
uwsgi --protocol=fastcgi ...


--
Roberto De Ioris
http://unbit.it
JID: [email protected]

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers" 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-developers?hl=en.

Reply via email to