| admit.always | N/A | N/A | Configures HP WebQoS to always accept sessions. |
| admit.load | N/A | N/A | Sets the "Admit Sessions" to
use the load threshold. |
| admit.load.threshold | 0.0 <= x | 2.0 | Sets the load threshold for admitting a session. |
| admit.priority.damping | 0.0 <= x <= 1.0 | 0.001 | The damping factor used to compute the priority
percentage. Larger values make the controller more responsive to
recent activity. |
| admit.priority.threshold | 0.0 <= x <= 1.0 | 0.9 | The value of the priority fraction when priority
requests are rejected (0.9 = 90% priority percentage). |
| admit.shutdown | N/A | N/A | Sets the "Admit Sessions" to shutdown. |
| admit.shutdown.delay | 0 <= n (integer) | 600 | Sets how much time before HP WebQoS shuts down
and rejects all (new and remaining) sessions. |
| cluster.disable | N/A | N/A | Disables clustering. The system will not try
to open the hpac-cluster port. |
| cluster.domain | string | | The domain used to limit the scope of the cluster
over which the client-side cookies can be shared. |
| cluster.group | string | default | Sets the cluster group. |
| cluster.keepalive.interval | 1 <= n (integer) | 60 | The number of seconds between status broadcasts. |
| cluster.keepalive.misses | 1 <= n (integer) | 3 | The number of missed status broadcasts before
a server is identified as down. |
| cluster.TTL | 0 <= n (integer) | 0 | Sets the cluster TTL which is the number of
redirections allowed before rejecting the session. |
| cookie.password | string | N/A | Sets the password used in creating the MD5
digest. |
| deferral.enterMsg | string | You will automatically enter the site in . | Part of the allocation page message served
when a session is rejected. |
| deferral.message | string | We are sorry our server is busy, and in order
to ensure adequate levels of service to our current visitors, we cannot
serve you at this time. We have allocated you a position in line
and will serve you as soon as we can. | Part of the allocation page message served
when a session is rejected. |
| deferral.title | string | Server Busy . | Part of the allocation page message served
when a session is rejected. |
| endsession.duration | 0 <= n (integer) | 0 | Sets, in seconds, the maximum session duration |
| endsession.requestInterval | 0 <= n (integer) | 300 | Sets, in seconds, the maximum interval between
requests |
| isolate.damping | 0.0 <= x <= 1.0 | 0.001 | The damping factor used to compute the share
of resources being used by each virtual server. Larger values make
the controller more responsive to recent activity. |
| isolate.pattern | string | N/A | The pattern used to identify virtual servers.
If provide, HP WebQoS will isolate traffic to each virtual server. |
| load.damping | 0.0 <= x <= 1.0 | 0.1 | The damping factor used to compute the web
server load. Larger values make the controller more responsive to
recent activity. |
| log.file | string | N/A | The full path name of the HP WebQoS log file.
The statistics from the HP AdmissionControl Statistics web
page are logged to this file. |
| log.interval | 1 <= n (integer) | 600 | How often, in seconds, the statistics are logged
to the log.file. |
| mime.cache | N/A | See “Defaults Already Configured in config.ac”. | The web server should cache the specified mime
types. |
| mime.nocache | N/A | N/A | The web server should cache all but the specified
mime types. |
| mime.type | string | N/A | Specifies the mime type used by the caching
policy. |
| reject.error | N/A | Server Temporarily Unavailable | Sets the response to a rejected session to
the "Server Temporarily Unavailable" error message.
This message is not configurable. |
| reject.excludeTime | 0 <= x | 300 | Sets how long, in seconds, the user is prevented
from returning to the site. |
| reject.external | N/A | Server Temporarily Unavailable | Sets the response to a rejected session to
use an external function or application. Currently, it will only
serve the "Server Temporarily Unavailable" error
message. |
| reject.future | N/A | N/A | Sets the response to a rejected session to
a countdown web page. |
| reject.future.rate | 1 <= n (integer) | 10 | Set the number of sessions that can be admitted
each minute. |
| reject.page | N/A | N/A | Sets the response to a rejected session to
a customizable web page. |
| reject.page.path | string | N/A | The full path and file name of the customizable
web page. |
| shlib.initialize | string | N/A | The name of the function that initializes the
library. |
| shlib.library | string | N/A | The file name of the shared library. |
| shlib.loadMetric | string | N/A | The name of the function used as the load metric. |
| shlib.release | string | N/A | The name of the function that releases resources
allocated by the library. |
| shlib.reject | string | N/A | The name of the function used when the reject
policy is set to External. |
| shlib.sessionState | string | N/A | The name of the function that modifies the
session state. This function may change the priority of sessions
or end sessions. |