为什么我打开这个错误(" ./ cgi_plugin.so"):没有这样的文件或目录?

时间:2015-09-01 17:02:16

标签: python cgi uwsgi

我安装了uwsgi:

curl http://uwsgi.it/install | bash -s cgi /usr/bin/uwsgi

比未使用的CGI插件:

curl http://uwsgi.it/install | bash -s cgi /tmp/uwsgi
python uwsgiconfig.py --plugin plugins/cgi

当我运行我的uwgi_config.ini

[uwsgi]
plugins = cgi
socket = 127.0.0.1:9010
cgi = /=/cgi-bin
cgi-allowed-ext = .py
cgi-helper = .py=python
  

uwsgi --http:9011 --http-modifier1 9 --ini uwsgi_config.ini --master

我有错误:

[uWSGI] getting INI configuration from uwsgi_config.ini
open("./cgi_plugin.so"): No such file or directory [core/utils.c line 3675]

0 个答案:

没有答案