Chapter 4: Property Reference
201
patience_page( )
Controls whether or not a patience page can be served, and if so, the delay interval before serving.
If no patience_page property is explicitly set, the decision about whether to serve a patience page
and the delay before a patience page is presented are taken from the ICAP service configuration (but
are still subject to default patience page policy). To control the application of default patience page
policy, use force_patience_page( ).
Syntax
patience_page(no|delay)
The default value is taken from configuration.
where:
no—A patience page will not be served.
delay —(number of seconds, in the range 5-65535). Subject to default patience page policy, a
patience page is served after the specified number of seconds.
Layer and Transaction Notes
•Use in <Proxy> layers.
Applies to HTTP proxy transactions only.
See Also
•Properties: force_patience_page( )