> Dammed, you are totally right!!
>
> I was building uwsgi core, and all the plugins needed separately.
>
> python uwsgiconfig.py --build core
> python uwsgiconfig.py --plugin plugins/corerouter core
> python uwsgiconfig.py --plugin plugins/http core
> python uwsgiconfig.py --plugin plugins/psgi core
> python uwsgiconfig.py --plugin plugins/coroae core
>
> and then running the example:
> uwsgi --plugins-dir=/opt/uwsgi/ --plugins psgi,coroae,http *--http
> :8080*--coroae 100  --psgi
> webchat.pl
>
> My mistake was use --http instead of --http-socket, despite of
> http://uwsgi-docs.readthedocs.org/en/latest/HTTP.html
>
> Thanks for your patience.
>
> Greetings
>


if you want to use --http just add --http-websockets to allow forwarding
websockets requests to the uWSGI workers



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

Reply via email to