proxy_balancer

「proxy_balancer」には、「バランサマネージャ」というものがあるらしい。

mod_statusmod_proxy_balancerを入れる必要がある。

設定方法は以下。


SetHandler balancer-manager

Order Deny,Allow
Deny from all
Allow from .foo.com

ちなみに、mod_proxy_balancer自体にはディレクティブが無い。

参照:
http://httpd.apache.org/docs/2.2/mod/mod_proxy_balancer.html
http://httpd.apache.org/docs/2.2/

mod_proxyで負荷分散 (ProxyPassReverse):
http://kamoland.com/comp/apache_mod_proxy.html