> Hi everyone! > > I have so issue with the latest uWSGI 0.9.6.5 > > this command returns this error: > #uwsgi --socket /tmp/uwsgi.sock --processes 4 --async 1000 -l 1024 > --master --ugreen --module uw > uwsgi: unrecognized option `--ugreen' > > but! > #uwsgi --help | grep green > --ugreen enable uGreen support > --ugreen-stacksize <n> set uGreen stacksize to <n> > > > could anyone say what I'am doing wrong? > > -- > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi >
uGreen is not compiled in by default. If you need it you have to enable it in uwsgiconfig.py -- Roberto De Ioris http://unbit.it _______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
