File squid-3.0.STABLE1-RELEASENOTES.html of Package squid3
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.21">
<TITLE>Squid 3.0.RC1 release notes</TITLE>
</HEAD>
<BODY>
<H1>Squid 3.0.RC1 release notes</H1>
<H2>Squid Developers</H2>$Id: release-3.0.html,v 1.12 2007/11/18 17:23:01 serassio Exp $
<HR>
<EM>This document contains the release notes for version 3.0 of Squid.
Squid is a WWW Cache application developed by the National Laboratory
for Applied Network Research and members of the Web Caching community.</EM>
<HR>
<H2><A NAME="s1">1. Notice</A></H2>
<P>The Squid Team are pleased to announce the release of Squid-3.0.RC1 for pre-release testing.</P>
<P>This new release is available for download from
<A HREF="http://www.squid-cache.org/Versions/v3/3.0/">http://www.squid-cache.org/Versions/v3/3.0/</A> or the
<A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
<P>A large number of the show-stopper bugs have been fixed along with general improvements to the ICAP support.
While this release is not deemed ready for production use, we believe it is ready for wider testing by the community.</P>
<P>We welcome feedback and bug reports. If you find a bug, please see
<A HREF="http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d">http://wiki.squid-cache.org/SquidFaq/TroubleShooting#head-7067fc0034ce967e67911becaabb8c95a34d576d</A> for how to submit a report with a stack trace.</P>
<H2><A NAME="s2">2. Known issues</A></H2>
<P>Although this release is deemed good enough for testing in many setups, please note the existence of
<A HREF="http://www.squid-cache.org/bugs/buglist.cgi?query_format=advanced&short_desc_type=allwordssubstr&short_desc=&target_milestone=3.0&long_desc_type=allwordssubstr&long_desc=&bug_file_loc_type=allwordssubstr&bug_file_loc=&status_whiteboard_type=allwordssubstr&status_whiteboard=&bug_status=NEW&bug_status=ASSIGNED&bug_status=REOPENED&emailtype1=substring&email1=&emailtype2=substring&email2=&bugidtype=include&bug_id=&votes=&chfieldfrom=&chfieldto=Now&chfieldvalue=&cmdtype=doit&order=bugs.bug_severity&field0-0-0=noop&type0-0-0=noop&value0-0-0=">open bugs against Squid-3.0</A>.</P>
<H2><A NAME="s3">3. Changes since earlier PRE releases of Squid-3.0</A></H2>
<P>The 3.0 change history can be
<A HREF="http://www.squid-cache.org/Versions/v3/3.0/changesets/">viewed here</A>.</P>
<H2><A NAME="s4">4. Changes since Squid-2.6</A></H2>
<H2><A NAME="ss4.1">4.1 Major new features</A>
</H2>
<P>Squid 3.0 represents a major rewrite of Squid and has a number of new features.</P>
<P>The most important of these are:</P>
<P>
<UL>
<LI>Code converted to C++, with significant internal restructuring and rewrites.</LI>
<LI>ICAP implementation (RFC 3507 and www.icap-forum.org)</LI>
<LI>Edge Side Includes (ESI) implementation (www.esi.org)</LI>
</UL>
</P>
<P>Most user-facing changes are reflected in squid.conf (see below).</P>
<H3>Internet Content Adaptation Protocol (ICAP)</H3>
<P>Squid 3.0 supports ICAP/1.0. To enable ICAP support, use the --enable-icap-client ./configure option and icap_enable squid.conf option. You will also need to configure ICAP services in your squid.conf using icap_service, icap_class, and icap_access options. The following example instructs Squid to talk to two ICAP services, one for request and one for response adaptation:</P>
<P>
<PRE>
icap_enable on
icap_service service_req reqmod_precache 1 icap://127.0.0.1:1344/request
icap_service service_resp respmod_precache 0 icap://127.0.0.1:1344/response
icap_class class_req service_req
icap_class class_resp service_resp
icap_access class_req allow all
icap_access class_resp allow all
</PRE>
</P>
<P>Please see squid.conf.default for more details about these and many other icap_* options.</P>
<P>Squid supports pre-cache request and pre-cache response vectoring points. The following ICAP features are supported: message preview, 204 responses outside of preview, request satisfaction, X-Transfer-* negotiation, persistent ICAP connections, client IP/credentials sharing, and optional bypass of certain service failures.</P>
<P>No more than one ICAP service can be applied to an HTTP message. In other words, chaining or load balancing multiple services is not yet supported.</P>
<P>Proxy-directed data trickling and patience pages are not supported yet.</P>
<P>Following ICAP requirements, Squid never performs HTTP message adaptation without a successful and fresh ICAP OPTIONS response on file. A REQMOD or RESPMOD request will not be sent to a configured ICAP service until Squid receives a valid OPTIONS response from that service. If a service malfunctions or goes down, Squid may stop talking to the service for a while. Several squid.conf options can be used to tune the failure bypass algorithm (e.g., icap_service_failure_limit and icap_service_revival_delay). </P>
<P>The bypass parameter of the icap_service squid.conf option determines whether Squid will try to bypass service failures. Most connectivity and preview-stage failures can be bypassed.</P>
<P>More information about ICAP can be found from the ICAP-forum website
<A HREF="http://www.icap-forum.org">http://www.icap-forum.org</A></P>
<H3>Edge Side Includes (ESI)</H3>
<P>ESI is an open specification of an markup language enabling reverse proxies
to perform some simple XML based processing, offloading the final page assembly from the webserver and similar tasks.</P>
<P>More information about ESI can be found from the ESI website
<A HREF="http://www.esi.org">http://www.esi.org</A></P>
<H2><A NAME="ss4.2">4.2 2.6 features not found in Squid-3.0</A>
</H2>
<P>Some of the features found in Squid-2.6 is not available in Squid-3.
Some has been dropped as they are not needed. Some has not yet been forward-ported to Squid-3 and may appear in a later release.</P>
<P>
<UL>
<LI>refresh_stale_hit option. Not yet ported.</LI>
<LI>ability to follow X-Forwarded-For. Not yet ported.</LI>
<LI>Full caching of Vary/ETag using If-None-Match. Only basic Vary cache supported. Not yet ported.</LI>
<LI>Mapping of server error messages. Not yet ported.</LI>
<LI>http_access2 access directive. Not yet ported.</LI>
<LI>Location header rewrites. Not yet ported.</LI>
<LI>umask directive. Not yet ported.</LI>
<LI>wais_relay. Feature dropped as it's equivalent to cache_peer + cache_peer_access.</LI>
<LI>urlgroup. Not yet ported.</LI>
<LI>collapsed forwarding. Not yet ported.</LI>
<LI>stable Windows support. Irregularly maintained.</LI>
</UL>
</P>
<H2><A NAME="ss4.3">4.3 Logging changes</A>
</H2>
<H3>access.log</H3>
<P>The TCP_REFRESH_HIT and TCP_REFRESH_MISS log types have been replaced because they were misleading (all refreshes need to query the origin server, so they could never be hits). The following log types have been introduced to replace them:</P>
<P>
<DL>
<DT><B>TCP_REFRESH_UNMODIFIED</B><DD><P>The requested object was cached but STALE. The IMS query for the object resulted in "304 not modified".</P>
<DT><B>TCP_REFRESH_MODIFIED</B><DD><P>The requested object was cached but STALE. The IMS query returned the new content.</P>
</DL>
</P>
<P>See
<A HREF="http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.7">http://www.squid-cache.org/Doc/FAQ/FAQ-6.html#ss6.7</A> for a definition of all log types.</P>
<H2><A NAME="ss4.4">4.4 Changes to squid.conf</A>
</H2>
<P>There have been many changes to Squid's configuration file since Squid-2.6.</P>
<P>This section gives a thorough account of those changes in three categories:</P>
<P>
<UL>
<LI>
<A HREF="#newtags">New tags</A></LI>
<LI>
<A HREF="#modifiedtags">Changes to existing tags</A></LI>
<LI>
<A HREF="#removedtags">Removed tags</A></LI>
</UL>
</P>
<H3><A NAME="newtags"></A> New tags</H3>
<P>
<DL>
<DT><B>minimum_icp_query_timeout (msec)</B><DD><P>
<PRE>
Default: 5
Normally the ICP query timeout is determined dynamically. But
sometimes it can lead to very small timeouts, even lower than
the normal latency variance on your link due to traffic.
Use this option to put an lower limit on the dynamic timeout
value. Do NOT use this option to always use a fixed (instead
of a dynamic) timeout value. To set a fixed timeout see the
'icp_query_timeout' directive.
</PRE>
</P>
<DT><B>background_ping_rate</B><DD><P>
<PRE>
Default: 10 seconds
Controls how often the ICP pings are sent to siblings that
have background-ping set.
</PRE>
</P>
<DT><B>httpd_accel_surrogate_id</B><DD><P>
<PRE>
Default: unset
Surrogates (http://www.esi.org/architecture_spec_1.0.html)
need an identification token to allow control targeting. Because
a farm of surrogates may all perform the same tasks, they may share
an identification token.
</PRE>
</P>
<DT><B>http_accel_surrogate_remote on|off</B><DD><P>
<PRE>
Default: off
Remote surrogates (such as those in a CDN) honour Surrogate-Control: no-store-remote.
Set this to on to have squid behave as a remote surrogate.
</PRE>
</P>
<DT><B>esi_parser libxml2|expat|custom</B><DD><P>
<PRE>
Default: custom
ESI markup is not strictly XML compatible. The custom ESI parser
will give higher performance, but cannot handle non ASCII character
encodings.
</PRE>
</P>
<DT><B>email_err_data on|off</B><DD><P>
<PRE>
Default: on
If enabled, information about the occurred error will be
included in the mailto links of the ERR pages (if %W is set)
so that the email body contains the data.
Syntax is <A HREF="mailto:%w%W">%w</A>
</PRE>
</P>
<DT><B>refresh_all_ims on|off</B><DD><P>
<PRE>
Default: off
When you enable this option, squid will always check
the origin server for an update when a client sends an
If-Modified-Since request. Many browsers use IMS
requests when the user requests a reload, and this
ensures those clients receive the latest version.
By default (off), squid may return a Not Modified response
based on the age of the cached version.
</PRE>
</P>
<DT><B>request_header_access</B><DD><P>Replaces the header_access directive of Squid-2.6 and earlier, but applies to requests only.</P>
<DT><B>reply_header_access</B><DD><P>Replaces the header_access directive of Squid-2.6 and earlier, but applies to replies only.</P>
<DT><B>icap_enable on|off</B><DD><P>
<PRE>
Default: off
If you want to enable the ICAP module support, set this to on.
</PRE>
</P>
<DT><B>icap_preview_enable on|off</B><DD><P>
<PRE>
Default: off
Set this to 'on' if you want to enable the ICAP preview
feature in Squid.
</PRE>
</P>
<DT><B>icap_preview_size</B><DD><P>
<PRE>
Default: -1
The default size of preview data to be sent to the ICAP server.
-1 means no preview. This value might be overwritten on a per server
basis by OPTIONS requests.
</PRE>
</P>
<DT><B>icap_default_options_ttl (seconds)</B><DD><P>
<PRE>
Default: 60
The default TTL value for ICAP OPTIONS responses that don't have
an Options-TTL header.
</PRE>
</P>
<DT><B>icap_persistent_connections on|off</B><DD><P>
<PRE>
Default: on
Whether or not Squid should use persistent connections to
an ICAP server.
</PRE>
</P>
<DT><B>icap_send_client_ip on|off</B><DD><P>
<PRE>
Default: off
This adds the header "X-Client-IP" to ICAP requests.
</PRE>
</P>
<DT><B>icap_send_client_username on|off</B><DD><P>
<PRE>
Default: off
This adds the header "X-Client-Username" to ICAP requests
if proxy access is authentified.
</PRE>
</P>
<DT><B>icap_service</B><DD><P>
<PRE>
Default: none
Defines a single ICAP service
icap_service servicename vectoring_point bypass service_url
vectoring_point = reqmod_precache|reqmod_postcache|respmod_precache|respmod_postcache
This specifies at which point of request processing the ICAP
service should be plugged in.
bypass = 1|0
If set to 1 and the ICAP server cannot be reached, the request will go
through without being processed by an ICAP server
service_url = icap://servername:port/service
Note: reqmod_precache and respmod_postcache is not yet implemented
Example:
icap_service service_1 reqmod_precache 0 icap://icap1.mydomain.net:1344/reqmod
icap_service service_2 respmod_precache 0 icap://icap2.mydomain.net:1344/respmod
</PRE>
</P>
<DT><B>icap_class</B><DD><P>
<PRE>
Default: none
Defines an ICAP service chain. If there are multiple services per
vectoring point, they are processed in the specified order.
icap_class classname servicename...
Example:
icap_class class_1 service_1 service_2
icap class class_2 service_1 service_3
</PRE>
</P>
<DT><B>icap_access</B><DD><P>
<PRE>
Default: none
Redirects a request through an ICAP service class, depending
on given acls
icap_access classname allow|deny [!]aclname...
The icap_access statements are processed in the order they appear in
this configuration file. If an access list matches, the processing stops.
For an "allow" rule, the specified class is used for the request. A "deny"
rule simply stops processing without using the class. You can also use the
special classname "None".
For backward compatibility, it is also possible to use services
directly here.
Example:
icap_access class_1 allow all
</PRE>
</P>
<DT><B>accept_filter</B><DD><P>
<PRE>
The name of an accept(2) filter to install on Squid's
listen socket(s). This feature is perhaps specific to
FreeBSD and requires support in the kernel.
The 'httpready' filter delays delivering new connections
to Squid until a full HTTP request has been received.
See the accf_http(9) man page.
</PRE>
</P>
</DL>
</P>
<H3><A NAME="modifiedtags"></A> Changes to existing tags</H3>
<P>
<DL>
<DT><B>http_port</B><DD><P>New options:
<PRE>
disable-pmtu-discovery=
Control Path-MTU discovery usage:
off lets OS decide on what to do (default).
transparent disable PMTU discovery when transparent support is enabled.
always disable always PMTU discovery.
In many setups of transparently intercepting proxies Path-MTU
discovery can not work on traffic towards the clients. This is
the case when the intercepting device does not fully track
connections and fails to forward ICMP must fragment messages
to the cache server. If you have such setup and experience that
certain clients sporadically hang or never complete requests set
disable-pmtu-discovery option to 'transparent'.
</PRE>
</P>
<P>Removed options:
<PRE>
urlgroup=, not yet ported to Squid-3.
no-connection-auth, not yet ported to Squid-3.
</PRE>
</P>
<DT><B> https_port</B><DD><P>Removed options:
<PRE>
urlgroup=, not yet ported to Squid-3.
</PRE>
</P>
<DT><B>cache_peer</B><DD><P>New options:
<PRE>
basetime=n
background-ping
weighted-round-robin
use 'basetime=n' to specify a base amount to
be subtracted from round trip times of parents.
It is subtracted before division by weight in calculating
which parent to fectch from. If the rtt is less than the
base time the rtt is set to a minimal value.
use 'background-ping' to only send ICP queries to this
neighbor infrequently. This is used to keep the neighbor
round trip time updated and is usually used in
conjunction with weighted-round-robin.
use 'weighted-round-robin' to define a set of parents
which should be used in a round-robin fashion with the
frequency of each parent being based on the round trip
time. Closer parents are used more often.
Usually used for background-ping parents.
</PRE>
</P>
<P>Removed options:
<PRE>
userhash, not yet ported to Squid-3
sourcehash, not yet ported to Squid-2
monitorurl, monitorsize etc, not yet ported to Squid-3
connection-auth=, not yet ported to Squid-3
</PRE>
</P>
<DT><B>cache_dir</B><DD><P>Common options
<PRE>
no-store, replaces the older read-only option
min-size, not yet portedto Squid-3
</PRE>
</P>
<P>COSS file system:
<PRE>
The coss file store is experimental, and still lacks much
of the functionality found in 2.6.
overwrite-percent=n, not yet ported to Squid-3.
max-stripe-waste=n, not yet ported to Squid-3.
membufs=n, not yet ported to Squid-3.
maxfullbufs=n, not yet ported to Squid-3.
</PRE>
</P>
<DT><B>auth_param</B><DD><P>Removed Basic auth option
<PRE>
blankpasswor, not yet ported to squid-3.
auth_param basic concurrency 0
</PRE>
</P>
<P>Removed digest options:
<PRE>
concurrency, not yet ported to Squid-3.
</PRE>
</P>
<DT><B>external_acl_type</B><DD><P>New format specifications:
<PRE>
%URI Requested URI
%PATH Requested URL path
</PRE>
</P>
<P>Removed format specifications:
<PRE>
%ACL, not yet ported to Squid-3
%DATA, not yet ported to Squid-3
</PRE>
</P>
<P>New result keywords:
<PRE>
tag= Apply a tag to a request (for both ERR and OK results)
Only sets a tag, does not alter existing tags.
</PRE>
</P>
<DT><B>refresh_pattern</B><DD><P>New options:
<PRE>
ignore-no-store
refresh-ims
ignore-no-store ignores any ``Cache-control: no-store''
headers received from a server. Doing this VIOLATES
the HTTP standard. Enabling this feature could make you
liable for problems which it causes.
refresh-ims causes squid to contact the origin server
when a client issues an If-Modified-Since request. This
ensures that the client will receive an updated version
if one is available.
</PRE>
</P>
<DT><B>acl</B><DD><P>New types:
<PRE>
acl aclname http_status 200 301 500- 400-403 ... # status code in reply
</PRE>
</P>
<P>Removed types:
<PRE>
acl aclname urllogin [-i] [^a-zA-Z0-9] ... # regex matching on URL login field
acl urlgroup group1 ...
# match against the urlgroup as indicated by redirectors
</PRE>
</P>
<DT><B>short_icon_urls</B><DD><P>New default:
<PRE>
Default: on
(Old default: off)
</PRE>
</P>
<DT><B>delay_class</B><DD><P>New delay classes:
<PRE>
class 4 Everything in a class 3 delay pool, with an
additional limit on a per user basis. This
only takes effect if the username is established
in advance - by forcing authentication in your
http_access rules.
class 5 Requests are grouped according their tag (see
external_acl's tag= reply).
</PRE>
</P>
<DT><B>htcp_port</B><DD><P>New default to require the feature to be enabled in squid.conf:
<PRE>
Default: 0 (disabled)
(Old default: 4827)
</PRE>
</P>
<DT><B>icp_port</B><DD><P>New default to require the feature to be enabled in squid.conf:
<PRE>
Default: 0 (disabled)
(Old default: 3130)
</PRE>
</P>
<DT><B>snmp_port</B><DD><P>New default to require the feature to be enabled in squid.conf:
<PRE>
Default: 0 (disabled)
(Old default: 3401)
</PRE>
</P>
<DT><B>logformat</B><DD><P>New format tags:
<PRE>
rp Request URL-Path excluding hostname
et Tag returned by external acl
<sH Reply high offset sent
<sS Upstream object size
</PRE>
</P>
<P>Removed format tags:
<PRE>
>st Request size including HTTP headers, not yet ported to Squid-3.
st Request+Reply size including HTTP headers, not yet ported to Squid-3.
</PRE>
</P>
<DT><B>reply_body_max_size</B><DD><P>Syntax changed:
<PRE>
reply_body_max_size size [acl acl...]
</PRE>
</P>
<P>allow/deny no longer used.</P>
<DT><B>url_rewrite_program</B><DD><P>No urlgroup support in either requests or responese</P>
</DL>
</P>
<H3><A NAME="removedtags"></A> Removed tags</H3>
<P>
<DL>
<DT><B>broken_vary_encoding</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>cache_vary</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>collapsed_forwarding</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>follow_x_forwarded_for</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>*_uses_indirect_client</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>error_map</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>header_access</B><DD><P>This has been replaced by request_header_access and reply_header_access</P>
<DT><B>http_access2</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>httpd_accel_no_pmtu_disc</B><DD><P>Replaced by disable-pmtu-discovery http_port option</P>
<DT><B>location_rewrite_*</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>refresh_stale_hit</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>umask</B><DD><P>Not yet ported to Squid-3.</P>
<DT><B>wais_relay_*</B><DD><P>equivalent to cache_peer + cache_peer_access.</P>
</DL>
</P>
<H2><A NAME="ss4.5">4.5 Changes to ./configure Options</A>
</H2>
<P>There have been some changes to Squid's build configuration since Squid-2.6.</P>
<P>This section gives an account of those changes in three categories:</P>
<P>
<UL>
<LI>
<A HREF="#newoptions">New options</A></LI>
<LI>
<A HREF="#modifiedoptions">Changes to existing options</A></LI>
<LI>
<A HREF="#notportedoptions">Not yet available options</A></LI>
<LI>
<A HREF="#removedoptions">Removed options</A></LI>
</UL>
</P>
<H3><A NAME="newoptions"></A> New options</H3>
<P>
<DL>
<DT><B>--enable-shared[=PKGS]</B><DD><P>Build shared libraries. The default is to build without.</P>
<DT><B>--enable-static[=PKGS]</B><DD><P>Build static libraries. The default is on.</P>
<DT><B>--enable-fast-install[=PKGS]</B><DD><P>
<PRE>
Optimize for fast installation
default: yes
</PRE>
</P>
<DT><B>--disable-libtool-lock</B><DD><P>Avoid locking (might break parallel builds)</P>
<DT><B>--disable-optimizations</B><DD><P>Don't compile Squid with compiler optimizations enabled.
Optimization is good for production builds, but not
good for debugging. During development, use
--disable-optimizations to reduce compilation times
and allow easier debugging. This option implicitly
also enables --disable-inline</P>
<DT><B>--disable-inline</B><DD><P>Don't compile trivial methods as inline. Squid
is coded with much of the code able to be inlined.
Inlining is good for production builds, but not
good for development. During development, use
--disable-inline to reduce compilation times and
allow incremental builds to be quick. For
production builds, or load tests, use
--enable-inline to have squid make all trivial
methods inlinable by the compiler.</P>
<DT><B>--enable-debug-cbdata</B><DD><P>Provide some debug information in cbdata</P>
<DT><B>--enable-disk-io=\"list of modules\"</B><DD><P>Build support for the list of disk I/O modules.
The default is only to build the "Blocking" module.
See src/DiskIO for a list of available modules, or
Programmers Guide for details on how to build your
custom disk module.</P>
<DT><B>--enable-esi</B><DD><P>Enable ESI for accelerators. Requires libexpat.
Enabling ESI will cause squid to follow the Edge
Acceleration Specification (www.esi.org). This
causes squid to IGNORE client Cache-Control headers.</P>
<P><EM>DO NOT</EM> use this in a squid configured as a web
proxy, ONLY use it in a squid configured for
webserver acceleration.</P>
<DT><B>--enable-icap-client</B><DD><P>Enable the ICAP client.</P>
<DT><B>--disable-snmp</B><DD><P>Disable SNMP monitoring support which is now built by default.</P>
<DT><B>--disable-htcp</B><DD><P>Disable HTCP protocol support which is now built by default.</P>
<DT><B>--enable-kqueue</B><DD><P>Enable kqueue() support. Marked as experimental in 3.0.</P>
<DT><B>--enable-ipfw-transparent</B><DD><P>Enable Transparent Proxy support for systems
using FreeBSD IPFW style redirection.</P>
<DT><B>--disable-mempools</B><DD><P>Disable memPools. Note that this option now simply sets the
default behaviour. Specific classes can override this at runtime, and
only lib/MemPool.c needs to be altered to change the squid-wide
default for all classes.</P>
<DT><B>--enable-cpu-profiling</B><DD><P>This option allows you to see which internal functions
in Squid are consuming how much CPU. Compiles in probes
that measure time spent in probed functions. Needs
source modifications to add new probes. This is meant
for developers to assist in performance optimisations
of Squid internal functions.</P>
<P>If you are not developer and not interested in the stats
you shouldn't enable this, as overhead added, although
small, is still overhead. See lib/Profiler.c for more.</P>
<DT><B>--with-gnu-ld</B><DD><P>Assume the C compiler uses GNU ld. The default is to auto-detect.</P>
<DT><B>--with-pic</B><DD><P>Try to use only PIC/non-PIC objects. The default is to use both.</P>
<DT><B>--with-tags[=TAGS]</B><DD><P>Include additional configurations. The default is automatic.</P>
<DT><B>--with-default-user=USER</B><DD><P>Sets the default System User account for squid permissions.
The default is 'nobody' as in other releases of squid.</P>
<DT><B>--with-cppunit-basedir=[PATH]</B><DD><P>Path where the cppunit headers and libraries are found
for unit testing. The default is automatic detection.</P>
<P>NOTE: Since 3.0-PRE6 and 2.6STABLE14 squid no longer comes
bundled with CPPUnit. Compile-time validation will be disabled
if it is not installed on your system.</P>
</DL>
</P>
<H3><A NAME="modifiedoptions"></A> Changes to existing options</H3>
<P>
<DL>
<DT><B>--enable-carp</B><DD><P>CARP support is now built by default.
--disable-carp can be used to buidl without it.</P>
<DT><B>--enable-htcp</B><DD><P>HTCP protocol support is now built by default.
Use --disable-htcp to build without it.</P>
<DT><B>--enable-snmp</B><DD><P>SNMP monitoring is now build by default.
Use --disable-snmp to build without it.</P>
<DT><B>--enable-heap-replacement</B><DD><P>Please use --enable-removal-policies directive instead.</P>
<DT><B>--with-maxfd=N</B><DD><P>Replaced by --with-filedescriptors=N</P>
<P>Override maximum number of filedescriptors. Useful
if you build as another user who is not privileged
to use the number of filedescriptors you want the
resulting binary to support</P>
<DT><B>--enable-select</B><DD><P>Deprecated.
Automatic checks will enable best I/O loop method available.</P>
<DT><B>--enable-epoll</B><DD><P>Deprecated.
Automatic checks will enable best I/O loop method available.</P>
<DT><B>--enable-poll</B><DD><P>Deprecated.
Automatic checks will enable best I/O loop method available.</P>
<DT><B>--enable-kqueue</B><DD><P>kqueue support is marked Experimental in Squid 3.0. Known to have some issues under load.</P>
</DL>
</P>
<H3><A NAME="notportedoptions"></A> Not yet available options</H3>
<P>These configure options have not yet been ported to Squid-3. If you need something to do then
porting one of these from Squid-2 to Squid-3 is most welcome.</P>
<P>
<DL>
<DT><B>--enable-devpoll</B><DD><P>Support for Solaris /dev/poll</P>
<DT><B>--enable-select-simple</B><DD><P>Basic POSIX select() loop without any binary fd_set optimizations.</P>
<DT><B>--enable-follow-x-forwarded-for</B><DD><P>Support following the X-Forwarded-For HTTP header for determining the
client IP address</P>
</DL>
</P>
<H3><A NAME="removedoptions"></A> Removed options</H3>
<P>The following configure options have been removed.</P>
<P>
<DL>
<DT><B>--enable-dlmalloc</B><DD><P>Most OS:es have good malloc implementations these days, and the version we used to ship with Squid was very very old..</P>
<DT><B>--enable-mempool-debug</B><DD><P>Debug option, not needed and therefore removed.</P>
<DT><B>--enable-forward-log</B><DD><P>Rarely used extra log file. Removed.</P>
<DT><B>--enable-multicast-miss</B><DD><P>Rarely used feature, and multicast ICP acheives almost the same result. Removed.</P>
<DT><B>--enable-coss-aio-ops</B><DD><P>Specific to the COSS implementation in Squid-2</P>
<DT><B>--enable-large-cache-files</B><DD><P>Now enabled by default. Configure option was redundant and therefore removed.</P>
<DT><B>--enable-truncate</B><DD><P>Known to cause race conditions where cache objects may get corrupted, and this for at most a marginal performance improvement. Removed.</P>
</DL>
</P>
</BODY>
</HTML>