On Mon, 15 Apr 2013 18:13:43 +0200, "Roberto De Ioris"
<[email protected]> wrote:
>> --http is added by the http plugin (requiring the corerouter plugin)
>>
>> Just compile both (and load the 'http' one as you load python)
>>
>
>oh, and as you are on an embedded system with few resources, use
>--http-socket instead of --http to avoid an additional process
Sorry, I'm new to uWSGI. Do you mean doing this?
1. UWSGI_PROFILE=core make
2. Run this once:
python uwsgiconfig.py --plugin plugins/python core
python uwsgiconfig.py --plugin plugins/http core
3. From then on, uWSGI must always be configured/run with
"--plugin=python", eg.
uwsgi ----http-socket :9090 --plugin=python --wsgi-file foobar.py
_______________________________________________
uWSGI mailing list
[email protected]
http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi