The doc says

http://uwsgi-docs.readthedocs.io/en/latest/SubscriptionServer.html

> The subscription system is currently available for cluster joining (when
multicast/broadcast is not available), the Fastrouter, the HTTP/HTTPS/SPDY
router, the rawrouter and the sslrouter.


Does this mean FastCGI is not supported?

On Fri, Dec 30, 2016 at 11:41 AM, λq <[email protected]> wrote:

> 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