Hi,
I'm installing squid3.0_16 from source to enable arp

--enable-arp-acl

On the wiki it says (http://wiki.squid-cache.org/SquidFaq/CompilingSquid):

to see all available options. You will need to specify some of these options to enable or disable certain features. Some options which are used often include:

--prefix=PREFIX         install architecture-independent files in PREFIX
                       [/usr/local/squid]
--enable-dlmalloc[=LIB] Compile & use the malloc package by Doug Lea
--enable-gnuregex       Compile GNUregex
--enable-splaytree      Use SPLAY trees to store ACL lists
--enable-xmalloc-debug  Do some simple malloc debugging
--enable-xmalloc-debug-trace
                       Detailed trace of memory allocations
--enable-xmalloc-statistics
                       Show malloc statistics in status page
--enable-async-io       Do ASYNC disk I/O using threads
--enable-icmp           Enable ICMP pinging
--enable-delay-pools    Enable delay pools to limit bandwith usage
--enable-mem-gen-trace  Do trace of memory stuff
--enable-useragent-log  Enable logging of User-Agent header
--enable-kill-parent-hack
                       Kill parent on shutdown
--enable-cachemgr-hostname[=hostname]
                       Make cachemgr.cgi default to this host
--enable-arp-acl        Enable use of ARP ACL lists (ether address)
--enable-htpc           Enable HTCP protocol
--enable-forw-via-db    Enable Forw/Via database
--enable-cache-digests  Use Cache Digests
                       see http://www.squid-cache.org/Doc/FAQ/FAQ-16.html


Which of these options are included by default? For example, when I install
squid with apt, I get delay pools enabled by default. Is this the same for installing squid from source?
Thanks

Best regards,

Dayo

Reply via email to