服务器'unix_http_server'运行没有任何HTTPauthentication检查

我的supervisord告诉我,它没有任何HTTP身份validation检查运行。

 supervisor> maintail 2015-03-03 16:57:03,832 CRIT Server 'unix_http_server' running without any HTTP authentication checking 

虽然我无法打开它的默认端口9001 。 如何打开它,以及如何启用HTTP身份validation检查?

unix_http_serverconfiguration文件部分如下:

 [unix_http_server] file=/var/run/supervisor.sock chmod=0770 chown=root:supervisor 

如果您希望HTTP服务器侦听TCP端口(而不是Unix域套接字),则需要使用inet_http_server而不是unix_http_server

文档: http : //supervisord.org/configuration.html#inet-http-server-section-settings