Hello! I want to run supervisord with inet_http_server.
When I run it in command line: supervisord -c /etc/supervisor/supervisord.conf it is working correctly, and I can use SupervisorD status through http.
But when I try to run supervisor as a service: sudo service supervisor start, supervisord is working, but I can't enter into SupervisorD status through http. And in the log file I see this:
2023-05-08 18:34:28,200 TRAC 127.0.0.1:warning: server accept() threw an exception
2023-05-08 18:34:28,200 TRAC 127.0.0.1:warning: server accept() threw an exception
2023-05-08 18:34:28,201 TRAC 127.0.0.1:warning: server accept() threw an exception
2023-05-08 18:34:28,201 TRAC 127.0.0.1:warning: server accept() threw an exception
2023-05-08 18:34:28,201 TRAC 127.0.0.1:warning: server accept() threw an exception
2023-05-08 18:34:28,202 TRAC 127.0.0.1:warning: server accept() threw an exception
Hello! I want to run supervisord with inet_http_server.
When I run it in command line:
supervisord -c /etc/supervisor/supervisord.conf
it is working correctly, and I can use SupervisorD status through http.But when I try to run supervisor as a service:
sudo service supervisor start
, supervisord is working, but I can't enter into SupervisorD status through http. And in the log file I see this:Config file:
Supervisord version: 4.1.0 OS: Ubuntu 20.04.6 LTS