腾讯云
开发者社区
文档
建议反馈
控制台
登录/注册
首页
学习
活动
专区
圈层
工具
MCP广场
文章/答案/技术大牛
搜索
搜索
关闭
发布
搜索
关闭
文章
问答
(7428)
视频
开发者手册
清单
用户
专栏
沙龙
全部问答
原创问答
Stack Exchange问答
更多筛选
回答情况:
全部
有回答
回答已采纳
提问时间:
不限
一周内
一月内
三月内
一年内
问题标签:
未找到与 相关的标签
筛选
重置
2
回答
gunicorn
:无法连接到
gunicorn
.sock
我使用的是Django 1.8,我想用
gunicorn
来运行我的应用程序。我可以通过绑定到我的IP的命令行运行它:但现在我想通过Unix套接字运行它:我得到了这个错误: [2015-08-23 07:38:04 +000
浏览 3
提问于2015-08-23
得票数 12
1
回答
Django + Nginx和
Gunicorn
:不创建
gunicorn
.sock
我做systemctl start
gunicorn
.socket时出错了●
gunicorn
.socket -
gunicorn
socket:3: Invalid section header '[Socket]ListenStream=/run/
gunicorn
.sock'Description=
浏览 0
修改于2021-09-17
得票数 2
19
回答
Heroku +
gunicorn
不工作(bash:
gunicorn
:命令找不到)
我成功地安装了
gunicorn
:remote: -----> Python app detectedremote: Collecting
gunicorn
==19.0.0 (from -r requirements.txt(line 1)) remote: Downloading
gunicorn
-19.0.0.t
浏览 15
修改于2015-10-08
得票数 83
回答已采纳
1
回答
gunicorn
启动失败
尝试在
gunicorn
上运行我的django应用程序,但启动失败,并出现以下错误。命令:
gunicorn
core.wsgi.py -b 0.0.0.0:8080 2016-03-14 06:55:16 +0000] [9726] [INFO] Booting worker withvar/www/uatenv/lib/python2.7/site-packages/
gunicorn
-19.4.5-py2.7.egg/
gunicorn
/work
浏览 4
修改于2016-03-14
得票数 0
1
回答
Gunicorn
ModuleNotFoundError
我在使用以下命令运行
gunicorn
时遇到了问题:ModuleNotFoundError: No module named 'django_blog'
gunicorn
浏览 0
提问于2018-10-17
得票数 3
回答已采纳
4
回答
gunicorn
:错误(无此文件) nginx +
gunicorn
+ supervisor
我使用
gunicorn
,nginx,supervisord部署我的django项目。我在virtualenv中安装了一个
gunicorn
,并在INSTALL_APPS中添加了。命令./manage.py run_
gunicorn
-b 127.0.0.1:8999起作用:command=/home/user/bin/manage run_
gun
浏览 0
修改于2012-12-05
得票数 9
1
回答
Gunicorn
模路径
这是我的应用程序结构 app/ server/ start_
gunicorn
.sh CONFIG=$DIR/
gunicorn
_co
浏览 3
提问于2015-04-21
得票数 2
回答已采纳
2
回答
启动
Gunicorn
失败
gunicorn
.service保存在/etc/systemd/system/中,如下所示Description=
Gunicorn
但现在我看到了502错误。guincorn版本18.0(我尝试了20.0,但没有成功)●
gunicorn
.service -
Gunic
浏览 99
提问于2021-06-10
得票数 0
回答已采纳
2
回答
Django
Gunicorn
wsgi
嗨,我正在尝试集成我的django 1.4.1应用程序与
Gunicorn
0.14.6。我是从命令行启动的,就像-我得到了这个回溯- File "/usr/local/lib/python2.7/dist-packages/
gunicorn
/worker
浏览 3
修改于2012-09-17
得票数 3
2
回答
启动
gunicorn
.service失败:未找到单元
gunicorn
.service
我试图使用Amazon EC2 Django__、
Gunicorn
__和Nginx__部署一个基本应用程序。我能够使用
Gunicorn
运行我的应用程序,命令如下.但是,当我试图为
Gunicorn
__.创建一个upstart文件时,遇到了麻烦。/etc/init/
gunicorn
.confdescription &qu
浏览 10
修改于2016-11-21
得票数 12
1
回答
Supervisor/
gunicorn
/Django: supervisor无法运行
gunicorn
(已在启动时修复)
我尝试使用Nginx/
Gunicorn
和supervisor部署我的Django项目。当我直接运行
gunicorn
时,它起作用了:[2020-05-27 09:41:59 +0000] [45
浏览 5
提问于2020-05-27
得票数 0
1
回答
Gunicorn
Supervisor启动错误
当我告诉主管使用以下命令启动
gunicorn
时:
gunicorn
: ERROR (abnormal termination)
gunicorn
.log为空。实际上,如果我手动运行以下命令,我甚至尝试删除
gunicorn
.conf中变量赋值之间的空格: $ /usr/bin/python
浏览 0
修改于2013-08-08
得票数 1
1
回答
Gunicorn
粘贴选项
我正在尝试使用此documentation启动带有--paste选项的
gunicorn
但是当我运行命令
gunicorn
--paste develop.ini -b :8083时,我得到了这样的错误
浏览 5
修改于2020-12-09
得票数 0
回答已采纳
1
回答
Django +
gunicorn
+系统问题
我正在尝试为django项目安装带有systemd的
gunicorn
,但是它无法加载我的项目的另一个库。File "/home/ubuntu/venv/lib/python3.4/importlib/__init__.py", line 109, in import_module/home/ubuntu/venv/bin/
浏览 1
提问于2016-04-04
得票数 1
回答已采纳
1
回答
Heroku
Gunicorn
Procfile
我有一个很难找到的文档来创建Procfiles使用flask与
gunicorn
和Heroku。我在某个地方发现它的语法是:web:
gunicorn
my_folder.my_module:app。当我把它放在一个名为app的子文件夹中并创建一个Procfile:web:
gunicorn
app.hello:app时,它不起作用。只有当我使用web:
gunicorn
hello:app并且我的python脚本在根文件夹中时。谁能给我解释一下Heroku上
gunicorn
的Procfiles的正确语法,
浏览 14
修改于2016-08-09
得票数 15
2
回答
Gunicorn
没有开始投掷
gunicorn
.service:失败的结果‘退出-代码’。错误
gunicorn
.service:失败与结果‘退出-代码’。下面是我的以下配置:[Unit]ListenStream=/run/
gunicorn
.sock WantedBy=sockets.target /etc/systemd/system/<em
浏览 5
修改于2022-03-06
得票数 8
回答已采纳
1
回答
无法设置
gunicorn
- django
我已经创建了
gunicorn
_start脚本,并按照博客中的描述为用户提供了权限。我可以通过运行以下命令来启动
gunicorn
:但是,当我像在博客中那样运行这个命令时,我不能:$ bin/
gunicorn
_start$ sudo su - hello-su: 1:bin
浏览 0
修改于2014-03-17
得票数 0
3
回答
gunicorn
和websockets
我正在尝试运行,并不断收到以下错误。 result = self._run(*self.args, **self.kwargs) handler.handle() File "/home/walt/virtualenv/ws/local/lib/python2.7/site-packag
浏览 0
修改于2012-02-25
得票数 3
回答已采纳
1
回答
正确的
gunicorn
发射
我使用像
gunicorn
-c
gunicorn
.py main:app这样的命令启动
gunicorn
bind = "unix:/tmp/mysock.sock"如果我添加sudo并像sudo
gunicorn
-c
gunicorn
.py main:app一样启动它,主进程将从根目录运行,这对安全性不好。如何正确启动?
浏览 7
提问于2012-11-28
得票数 0
1
回答
Nginx +
gunicorn
+ django
如果我尝试
gunicorn
,我得到的错误是它找不到更少的文件。为什么
gunicorn
要寻找静态文件?
浏览 0
提问于2013-03-14
得票数 1
第 2 页
第 3 页
第 4 页
第 5 页
第 6 页
第 7 页
第 8 页
第 9 页
第 10 页
第 11 页
点击加载更多
领券