Hitachi

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


2.3.110 QOSCookieDomain

QOSCookieDomain specifies the domain where the cookies used by the flow control functionality are enabled.

Description

QOSCookieDomain specifies the domain where the cookies used by the flow control functionality are enabled. This value is used in HWS creation mode, but not in user creation mode.

When multiple hosts are configured, you can use cookies between hosts with common domains by specifying this directive.

Note that the mod_hws_qos module must be built-in to use the flow control functionality.

LoadModule hws_qos modules/mod_hws_qos.so

Syntax

QOSCookieDomain domain_name

Specifiable values

domain_name

Specifies the domain where the cookies used by the flow control functionality are enabled.

domain_name must include at least two periods (.).

Note that you can specify also a domain name corresponding to an IPv6 address.

Example:

When the hosts a.example.com and b.example.com are configured, if .example.com is specified in this directive, the priority processing is performed when either of the hosts is accessed.

Locations where it can be written

httpsd.conf and <VirtualHost>