Free PC Clinic-The Best Free Computer Support Forum of Sri Lanka

Full Version: How to enable squid delay pools
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Question
How to enable squid delay pools ?

Answer

Installing Squid with the delay pools

(1) Download latest version of Squid sources from http://www.squid-cache.org

(2)Extract compressed tar file.
# tar xzpf squid-3.0.STABLE21-src.tar.gz

(3) Install squid with delay pool feature

# ./configure --prefix=/opt/squid --exec-prefix=/opt/squid --enable-delay-pools --enable-cache-digests --enable-poll --disable-ident-lookups --enable-truncate --enable-removal-policies

# make all

# make install
Reference URL's