大概如下
mkdir /data/uwsgi
cd /data/uwsgi
wget http://projects.unbit.it/downloads/uwsgi-2.0.11.tar.gz
tar zxvf uwsgi-2.0.11.tar.gz
cd uwsgi-2.0.11
在 buildconf/core.ini 文件中添加如下
plugin_dir = /data/uwsgi
bin_name = /usr/bin/uwsgi
编译uwsgi
python uwsgiconfig.py --build core
编译 python2.7 版本的 plugins
python2.7 uwsgiconfig.py --plugin plugins/python core python27
uwsgi -d --emperor /data/www/uwsgi.ini --enable-threads