我的supervisord告诉我它没有任何HTTP身份验证检查正在运行.
supervisor> maintail 2015-03-03 16:57:03,832 CRIT Server 'unix_http_server' running without any HTTP authentication checking
虽然我无法在默认端口9001上打开它.
如何打开它以及如何启用HTTP身份验证检查?
unix_http_server配置文件部分如下:
[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