How to start the web ports of multiple supervisors at the same time in a server
Lihy6472 opened this issue · 1 comments
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."
My supervisor version is 4.2.1
The problem has been solved. Modify the sock file path of the configuration file