Supervisor / supervisor

Supervisor process control system for Unix (supervisord)
http://supervisord.org
Other
8.34k stars 1.23k forks source link

How to start the web ports of multiple supervisors at the same time in a server #1576

Closed Lihy6472 closed 1 year ago

Lihy6472 commented 1 year ago

I have two configuration files, one listening to port 9001 and the other listening to port 9002. First, use the command "supervisor - c/data/supervisor/ronghe. conf" to start the configuration file listening to port 9001. At this time, it is successfully started and can be accessed and used. Then use the command "supervisord -c /data/supervisor/peixun. conf" to start the configuration file listening to port 9002. At this time, the error "Error: Other program is already listening on a port that one of our HTTP servers is configured to use. Shut this program down first before starting hypervisor."

image

My supervisor version is 4.2.1

image

Lihy6472 commented 1 year ago

The problem has been solved. Modify the sock file path of the configuration file