0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 1 year has passed since last update.

【備忘録】ApacheのBalancer-Managerについて

Posted at

(昔別アカウントで書いていた記事の移行です)

BalancerMemberの設定について

設定の仕方は

<Proxy balancer://api-balancer/>
    BalancerMember 振り分け先 (オプション)
</Proxy>

オプションについて

設定値 説明
loadfactor 振り分けるサーバの重み付け。数字が大きい方が優先度が大きい。
timeout/connectiontimeout 接続タイムアウト時間(秒)
retry 接続出来なかった際の切り離し時間(秒)。この時間が経過すると再度振り分け対象になる。
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?