wget http://nginx.org/download/nginx-0.7.65.tar.gz
tar zxvf nginx-0.7.65.tar.gz
hg clone http://projects.unbit.it/hg/uwsgi
cd nginx-0.7.65
yum -y install zlib zlib-devel
yum -y install pcre pcre-devel
yum -y install openssl openssl-devel
./configure --add-module=../uwsgi/nginx/

refenerce:
http://hi.baidu.com/weiqi228/blog/item/a9345ef413d227d2f2d3852f.html

http://projects.unbit.it/uwsgi/wiki/RunOnNginx


编译安装nginx with uwsgi module on centos

相关文章:

  • 2021-06-30
  • 2021-08-06
  • 2021-05-24
  • 2022-01-29
  • 2022-12-23
  • 2021-11-03
  • 2021-04-09
  • 2021-10-27
猜你喜欢
  • 2021-11-23
  • 2022-12-23
  • 2021-04-14
  • 2021-08-06
  • 2022-12-23
  • 2022-02-28
相关资源
相似解决方案