作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用supervisor来运行gunicorn。我配置了supervisored.conf当我想执行命令时:
supervisorctl reread
我收到此错误:
*** Unknown syntax: reread
当我执行命令时:
supervisorctl status
我收到此错误:
error: socket.error, (2, 'No such file or directory'): file: <string> line: 1
即使我不配置supervisored.conf,我也会收到这些错误
最佳答案
检查一下您是否在运行supervisorctl命令时没有尝试运行此命令,这就是我发生的情况:
$ supervisorctl
http://localhost:9001 refused connection
supervisor> supervisorctl reread
*** Unknown syntax: supervisorctl reread
关于sockets - 主管 *** 未知语法 : reread,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25725892/
我正在使用supervisor来运行gunicorn。我配置了supervisored.conf当我想执行命令时: supervisorctl reread 我收到此错误: *** Unk
我是一名优秀的程序员,十分优秀!