> Thank you very much! i am going to give uWSGI standalone mode a try!
Forgot an important point: --http :port will spawn the http router/filter/proxy --http-socket :port will let uWSGI speaking the http protocol (instead of the uwsgi one). You need the first form if you plan to put uWSGI alone in the network. -- Roberto De Ioris http://unbit.it

