Hi, I'm having difficulty with the delay pools feature. Squid does not recognise the appropriate directives, though i believe i have set it up correctly. After reading the FAQ, searching the archives, and googling til i just can't google no more, i'm looking for a bit of help.
The system in question is debian woody. Using debian's stable squid package i get the following errors when i attempt to use delay pools, following the examples in squid.conf 2003/11/27 12:22:34| parseConfigFile: line 2433 unrecognized: 'delay_pools 1' 2003/11/27 12:22:34| parseConfigFile: line 2434 unrecognized: 'delay_class 1 2' 2003/11/27 12:22:34| parseConfigFile: line 2435 unrecognized: 'delay_access 1 allow all' 2003/11/27 12:22:34| parseConfigFile: line 2436 unrecognized: 'delay_parameters 1 12000/12000' So, having given up on that, i try downloading squid-2.5.STABLE4 and compiling it myself with these options. ./configure --prefix=/usr/lib/squid --exec-prefix=/usr --sysconfdir=/etc --with-delay-pools --disable-wccp --enable-linux-netfilter --disable-hostname-checks --enable-underscores make make install When i run squid i again get the same errors. Following that I removed the debian squid package, did another 'make install' with no change to the output i received. A solution, or suggestions of where to go from here, would be great. Ideas? Regards, Else.
