On Tue, 14 Oct 2003, Edmund Turner wrote: > seem to only work for the first delay parameter. The rest is ignored. > Does anyone know how to solve this? > > delay_access 1 allow delay_pool > delay_access 1 deny all > delay_access 2 allow Magic2 > delay_access 2 deny all > delay_access 3 allow Magic > delay_access 3 deny all
When determining which delay pool to assign to the request, squid looks at the delay pools in numeric order. The first pool where delay_access allows is used for the request. So to make the above work you can either renumber your pools, making the general '1' pool the last pool, or deny Magic and Magic2 from pool 1. Regards Henrik
