所以我试图在apache2后面使用uwsgi,但我是在Centos6机器上这样做的。(我习惯于使用基于Debian/Ubuuntu的系统来获取上下文。)
我使用了pip install uwsgi
,并遵循了使用Django应用程序启动uwsgi的指示(通过http://uwsgi-docs.readthedocs.org/en/latest/WSGIquickstart.html)。
我开始按照http://uwsgi-docs.readthedocs.org/en/latest/Apache.html,但它没有说明从哪里获取或如何构建mod_uwsgi或mod_proxy_uwsgi。mod_uwsgi.so肯定不在系统中。有什么建议吗?
它就在模块源的顶部:
To build:
apxs2 -i -c mod_proxy_uwsgi.c
Apxs2是特定于apache-2.2的,在某些Unix上可能被称为apxs。例如,在CentOS 6:上
$ rpm -q -f `which apxs`
httpd-devel-2.2.15-28.el6.centos.x86_64