On Thursday 20 February 2003 14.02, Illia Baidakov wrote: > Hello, squid-users. > I heve configured squid-2.5s1 to support delay pools for my > intranet clients. IPFW redirects all their requests to 80 tcp port > to squid including the ones dedicated to any local virtual servers > (under Apache in my case). Suppose they located on the same box > where Squid runs too. In such a case all traffic from local web > sites squid puts in delay pools. How me avoid it and do not suffer > delays in local web traffic, keeping an interception proxying and > delay pools to/from internet?
You have two options: a) Change your interception rules to allow traffic to local servers direct without being intercepted by the proxy. b) Configure Squid to not use delay pools for local servers. See the delay_access directive. Regards Henrik
