如题,搜了一下没找到解决方案
Linux gunicorn web.py
如果你用虚拟环境的gunicorn的话,应该在command中给出全路径,同时也提供python的路径,如command=/my/path/to/venv/bin/python /my/path/to/venv/bin/gunicorn application:app,application是入口文件,app是里面入口函数,如通过app.run()执行。如果楼主还没有解决,建议把gunicorn配置文件和环境贴出来,这样更好分析。
如题,应该是你的directory设置错了, command=/usr/bin/gunicorn app:application 中 app 是一个文件名, application 是该文件中程序启动的一个对象,也有可能是这个设置没有对应上。你应该贴一下你的gunicorn代码出来的。
command=/usr/bin/gunicorn app:application
app
application
现在在写app服务器的一些功能,以前没有接触过服务器端,需要系统了解那些知识?
gunicorn 启动问题,启动不了
如何实现可重入的putenv版本
Linux 内核双链表的实现太精妙了
识别这是什么linux发行版本,桌面环境和窗口管理器
用fdisk误删除了当前系统的根目录那个分区,怎么恢复?
学习Linux的几点建议
最先进的战舰也使用Linux