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<
mac下安装nginx+uwsgi+webpy出错解决
最新推荐文章于 2022-04-01 13:58:41 发布
在Mac环境下,配置nginx+uwsgi+webpy时遇到错误,发现uwsgi版本2.0.11.1不支持某些参数。通过运行uwsgi不带特定参数启动,出现警告并提示未加载请求插件。解决方案是使用pip安装uwsgi,这将同时安装python插件,之后正确启动uwsgi。
摘要由CSDN通过智能技术生成