一. Supervisor 安装
请移至 : https://blog.51cto.com/qiangsh/2153185
二. Supervisord 常见错误
- 执行 supervisorctl 报错
[root@rx47105180123 /]# supervisorctl
unix:///tmp/supervisor.sock refused connection
#解决方法:
supervisord -c /etc/supervisor/supervisord.conf #启动 Supervisor 服务
- 执行 supervisord -c /etc/supervisor/supervisord.conf 报错
[root@rx47105180123 /]# supervisord -c /etc/supervisor/supervisord.conf
Error: Another program is already listening on a port that one of our HTTP servers is configured to use.
Shut this program down first before starting supervisord.
For help, use /usr/bin/supervisord -h
#解决方法:
find / -name supervisor.sock
unlink supervisor.sock