Steve Lorimer
2015-08-26 23:09:44 UTC
I am running supervisord as root on a remote server.
I would like to connect to it using supervisorctl from my local machine.
This is part of the remote server's config:
[inet_http_server]
port = 127.0.0.1:9001
username = user
password = {SHA}1235678
[supervisorctl]
serverurl=http://localhost:9001
I have the following config locally:
[supervisorctl]
serverurl=http://remote.hostname.com:9001
When I run supervisorctl I get "Connection refused"
What do I need to do in order to connect to my server from my local machine?
TIA
Steve
I would like to connect to it using supervisorctl from my local machine.
This is part of the remote server's config:
[inet_http_server]
port = 127.0.0.1:9001
username = user
password = {SHA}1235678
[supervisorctl]
serverurl=http://localhost:9001
I have the following config locally:
[supervisorctl]
serverurl=http://remote.hostname.com:9001
When I run supervisorctl I get "Connection refused"
What do I need to do in order to connect to my server from my local machine?
TIA
Steve