python:supervisor

差分

このページの2つのバージョン間の差分を表示します。

この比較画面へのリンク

両方とも前のリビジョン 前のリビジョン
次のリビジョン
前のリビジョン
次のリビジョン両方とも次のリビジョン
python:supervisor [2017/03/10 22:44] – [パッケージ インストール] ともやんpython:supervisor [2019/05/18 02:23] – 外部編集 非ログインユーザー
行 11: 行 11:
 </code> </code>
  
 +===== Supervisord の設定 =====
 +<code>
 +$ sudo vi /etc/supervisord.conf
 +</code>
 +<code ini>
 +;[unix_http_server]
 +;file=/var/run/supervisor/supervisor.sock   ; (the path to the socket file)
  
 +[inet_http_server]         ; inet (TCP) server disabled by default
 +port=127.0.0.1:9001        ; (ip_address:port specifier, *:port for all iface)
 +</code>
 ====== 古い資料です ====== ====== 古い資料です ======
 ===== パッケージ インストール ===== ===== パッケージ インストール =====
  • python/supervisor.txt
  • 最終更新: 2023/03/15 06:03
  • by ともやん