首页 > 其他 > 详细

supervisor Error: Another program is already listening

时间:2016-03-29 12:20:18      阅读:5835      评论:0      收藏:0      [点我收藏+]

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.

StackOverflow  http://serverfault.com/questions/114477/supervisor-http-server-port-issue

 

 

sudo unlink /tmp/supervisor.sock

sudo unlink /var/run/supervisor.sock

This .sock file is defined in /etc/supervisord.conf‘s [unix_http_server]‘s file config value (default is /tmp/supervisor.sock or /var/run/supervisor.sock).

Hope this helps someone in the future.

supervisor Error: Another program is already listening

原文:http://www.cnblogs.com/WangShengguang/p/5332232.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!