Hitachi

Hitachi Application Server V10 Definition Reference Guide (For UNIX® Systems)


2.3.35 BalancerMember

BalancerMember specifies the forwarding destination URL if you are using a reverse proxy in a load balancer configuration.

Description

BalancerMember specifies the forwarding destination URL, if you are using a reverse proxy in a load balancer configuration by mod_proxy_balancer.

Syntax

BalancerMember URL [key=value [key=value ...]]

Specifiable values

URL

Specify the forwarding destination URL by using a format that includes http://IP_address or host_name[:port_number]/.

For the URL, you can specify an IPv6 address or a host name that corresponds to an IPv6 address.

key

You can specify the following keys:

Key

Description

loadfactor

Specifies the requested load-balancing value. Specify the ratio to be distributed to each forwarding destination as an integer from 1 to 100.

If you omit this key, the default value is 1.

route

Specifies a character string that is less than 64 bytes and that is used for identifying the distribution destination.

If you specify this key, you also need to specify the stickysession key for the ProxyPass directive.

timeout

Specifies the following wait times for transmission to and reception from the backend server:

  • Wait time when data becomes unable to be transmitted during the request transmission to the backend server.

  • Wait time after the request is transmitted to the backend server until the response is received.

  • Wait time when data becomes unable to be received while the response is being received from the backend server.

You can specify a value from 1 to 65535. If you omit this key, the default value is the value specified for the ProxyTimeout directive.

connectiontimeout

Specifies the wait time for connection with the backend server:

You can specify a value from 1 to 65535. If you omit this key, the default value is the value of the timeout key.

Location where it can be written

<Proxy>