Hi guys,

I was running a single instance uWSGi FastCGI, but later I want to map host
names to other uWSGI instances on a remote machine.

So I found fastrouter and subscription server.

I setup like this

master node:
uwsgi --fastrouter-subscription-server 0.0.0.0:7500 --fastcgi-socket
0.0.0.0:9000 --master --workers 4

other nodes:
uwsgi -w server:app --socket :7001 --subscribe-to 127.0.0.1:7500:domain.com


My setup reports 500 error
no python application found, check your startup logs for errors

Could this work?
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi

Reply via email to