> Hi,
>
> I was wondering what is --http-socket, couldn't find docs anywhere (maybe
> I'm blind...).
>
> Congratz on 1.0 and happy 2012!
>
>


>From 0.9.9 uWSGI can use (natively) different protocols with multiple
sockets:

uwsgi --socket :3031 --fastcgi-socket :3032 --socket /tmp/foobar
--http-socket :8080 --http-socket :8081

means

bind uwsgi on port 3031 and /tmp/foobar speaking uwsgi protocol, on port
3032 speaking fastcgi and on port 8080 and 8081 speaking http

The options --http (instead) launch a http server automatically proxying
request via uwsgi protocol to a real instance.



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

Reply via email to