deploy uwsgi with niginx on ubuntu

本文介绍如何从官方网站下载稳定版uwsgi,并跟随官方指南完成与nginx 0.7.x版本的集成配置过程。文中详细说明了所需依赖库的安装步骤,包括PCRE库,并提供了配置示例。
first download stable version uwsgi from http://projects.unbit.it/uwsgi/
then follow the article http://projects.unbit.it/uwsgi/wiki/RunOnNginx
CAUTION:the offical site support nginx 0.7x ,not the newest 0.8x nginx,we advise you download the stable nginx 0.7x for use
currently nginx-0.7.67 is the newest stable version,you can found on http://nginx.org/
put two app tar file in same directory and untar them

before install nginx with uwsgi moudle you need install PCRE library first refer bellow article
http://www.herbertyang.com/2009/11/08/debian-ubuntu-linux-install-pcre.html
1 sudo apt-get update
2 sudo apt-get install
libpcre3 libpcre3-dev
你可能还需要安装

sudo apt-get install openssl libssl-dev


Move yourself in the nginx-0.7.x directory and ./configure nginx to add
the uwsgi handler to its module list:

./configure --add-module=../uwsgi-0.9.5.4/nginx/
make
sudo make install

whereis nginx  ==>/usr/local/nginx
add uwsgi_params file(you will find it in the 'nginx' directory of uwsgi the distribution) to /usr/local/nginx
mlzboy@mlzboy-mac:~/下载/uwsgi-0.9.5.4/nginx$ sudo cp uwsgi_params /usr/local/nginx/conf/

edit nginx.conf in a location directive






评论
成就一亿技术人!
拼手气红包6.0元
还能输入1000个字符
 
红包 添加红包
表情包 插入表情
 条评论被折叠 查看
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值