Hi, tomorrow uWSGI 2.0 will be released, in the mean time we are updating
docs.

The --attach-daemon2 option has been added:

http://uwsgi-docs.readthedocs.org/en/latest/AttachingDaemons.html#attach-daemon2

this should addresses most (if not all) of the corner cases for managing
external daemons

One of the most interesting features for massive hosting is the SNI
support for the subscription subsystem. It means your customers can
configure HTTPS by themselves. Obviously it works only for the uWSGI
https/spdy proxy (or the sslrouter) so for nginx it is not of use. If you
really want it but you do not want to/can remove nginx (and there are tons
of reasons), consider using the sslrouter on another address proxying to
nginx:

sslrouter -> nginx -> uWSGI

or

sslrouter -> nginx -> fastrouter -> uWSGI (both subscribing to the
fastrouter and the sslrouter)

You can see the sslrouter as a more "dynamic" stud proxy

http://uwsgi-docs.readthedocs.org/en/latest/SNI.html#subscription-system-and-sni


-- 
Roberto De Ioris
http://unbit.it
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to