TAG NAME delay_access

Description This is used to determine which delay pool a request falls into
Built Option
–enable-delay-pools
Usage
delay_access delay_pool allow/deny domainname
Default
none
Synopsis
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.

Arguments

delay_pool
Delay pool number
allow/deny
Allow or deny access
domainname
Domain name on which this should act

Example(s)

If you want some_big_clients in delay pool 1 and lotsa_little_clients in delay pool 2:

delay_access 1 allow some_big_clients
delay_access 1 deny all
delay_access 2 allow lotsa_little_clients
delay_access 2 deny all
delay_access 3 allow authenticated_clients