Supervisor HTTP Server Port Issue.
Posted
by Catalina
on Server Fault
See other posts from Server Fault
or by Catalina
Published on 2010-02-19T00:33:10Z
Indexed on
2010/05/02
18:09 UTC
Read the original article
Hit count: 355
supervisor
I have supervisor setup to manage a few processes. It works perfectly fine when I boot my server, however when I stop it and try to start it again it fails and give's me this error msg:
* Starting Supervisor daemon manager... 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 ...fail!
I'm running nginx on port 80 and 4 web servers on ports 8000, 8001, 8002, 8003
Does anyone have any idea of what is going on?
When I reboot everything works fine.
© Server Fault or respective owner