Question
-
- Step 1 run
supervisord -c /etc/supervisor/supervisord.conf
Error
Error: Another program is already listening on a port that one of our HTTP servers is configured to
Solution:
ps -ef | grep supervisord
Turn off the 8079 process
kill -s SIGTERM 8079
Solution results
supervisord -c /etc/supervisor/supervisord.conf
No error is the best case, indicating that the process is started successfully