| Tag Name | delay_access |
| Usage | delay_access allow acl name|deny acl name |
Description
This is used to determine which delay pool a request falls into. The first matched delay pool is always used, i.e., if a request falls into delay pool number one, no more delay are checked, otherwise the rest are checked in order of their delay pool number until they have all been checked. For example, if you want pool_1_acl in delay pool 1 and pool_2_acl in delay pool 2, then look at the example below.
| Default | none |
Example
To specify which pool a client falls into, create ACLs which specifies the ip ranges for each pool, and use the following:
delay_access 1 allow pool_1_acl
delay_access 1 deny all
delay_access 2 allow pool_2_acl
delay_access 2 deny all
Caution
To enable this option, you must use –enable-delay-pools with the # configure script.