I don't understand what I'm doing wrong here, maybe everything:
in one terminal I run::
uwsgi -M --http :8888 --http-subscription-server :2626
in a second::
uwsgi --subscribe-to 127.0.0.1:2626:localhost -s 127.0.0.1:0 -w \
werkzeug.testapp:test_app
When I run this, in the first terminal I see::
[uwsgi-subscription for pid 7747] localhost => new node:
127.0.0.1:59340
but when I try::
curl -v http://localhost:8888
I get „curl: (52) Empty reply from server“ error
I also tried --http instead of -s for the worker uwsgi, the same thing.
--
дамјан
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi