mac下安装nginx+uwsgi+webpy出错解决

在Mac环境下,配置nginx+uwsgi+webpy时遇到错误,发现uwsgi版本2.0.11.1不支持某些参数。通过运行uwsgi不带特定参数启动,出现警告并提示未加载请求插件。解决方案是使用pip安装uwsgi,这将同时安装python插件,之后正确启动uwsgi。
摘要由CSDN通过智能技术生成

Chaim:web Chaim$ uwsgi --version
2.0.11.1


这个版本的uwsgi不支持-w参数,也不支持-wsgi-file参数,估计是只用配置文件中的了。


Chaim:nginx Chaim$ uwsgi -s 127.0.0.1:9000
*** Starting uWSGI 2.0.11.1 (64bit) on [Wed Aug 19 18:28:07 2015] ***
compiled with version: 4.2.1 Compatible Apple LLVM 6.1.0 (clang-602.0.53) on 19 August 2015 18:01:15
os: Darwin-14.4.0 Darwin Kernel Version 14.4.0: Thu May 28 11:35:04 PDT 2015; root:xnu-2782.30.5~1/RELEASE_X86_64
nodename: Chaim.local
machine: x86_64
clock source: unix
pcre jit disabled
detected number of CPU cores: 8
current working directory: /usr/local/etc/nginx
detected binary path: /usr/local/Cellar/uwsgi/2.0.11.1/bin/uwsgi
*** WARNING: you are running uWSGI without its master process manager ***
your processes number limit is 709
your memory page size is 4096 bytes
detected max file descriptor number: 256<

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值