Apache 2.2リリース と mod_proxy_balancer
Apache 2.2がリリースされました。
そして、mod_proxy_balancerというものが。
This module requires the service of mod_proxy. It provides load balancing support for HTTP, FTP and AJP13 protocols Thus, in order to get the ability of load balancing, mod_proxy and mod_proxy_balancer have to be present in the server.
mod_proxyの拡張機能でロードバランシングをしてくれるらしい
ロードバランスのスケジューラアルゴリズムが2種類ある。
mod_statusを併用すると、http://your.server.name/balancer-managerのように自サイトにアクセスして、バランサーの管理ができるらしい。
誰か入れてみた人いますか?