From: hno <> Date: Tue, 18 Sep 2007 03:06:09 +0000 (+0000) Subject: Align configure options with Squid-2 X-Git-Tag: SQUID_3_0_RC1~43 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3a1251423b05d0ecec98e0ae6fd1eadaedb700e0;p=thirdparty%2Fsquid.git Align configure options with Squid-2 --with-valgrind-debug (was --with-valgrind) --enable-large-files not experimental after the largeobj merge. And ceaned up releasenotes a bit wrt configure options. --- diff --git a/configure.in b/configure.in index 3c1f807f44..0ce455d6ec 100644 --- a/configure.in +++ b/configure.in @@ -1,7 +1,7 @@ dnl Configuration input file for Squid dnl -dnl $Id: configure.in,v 1.477 2007/09/09 18:11:44 hno Exp $ +dnl $Id: configure.in,v 1.478 2007/09/17 21:06:09 hno Exp $ dnl dnl dnl @@ -11,7 +11,7 @@ AM_CONFIG_HEADER(include/autoconf.h) AC_CONFIG_AUX_DIR(cfgaux) AC_CONFIG_SRCDIR([src/main.cc]) AM_INIT_AUTOMAKE([tar-ustar]) -AC_REVISION($Revision: 1.477 $)dnl +AC_REVISION($Revision: 1.478 $)dnl AC_PREFIX_DEFAULT(/usr/local/squid) AM_MAINTAINER_MODE @@ -1134,8 +1134,7 @@ buildmodel="" needlargefiles= AC_ARG_WITH(large-files, -[ --with-large-files Enable support for large files (logs etc). Still - experimental.], +[ --with-large-files Enable support for large files (logs etc).], [ if test "$withval" = yes; then needlargefiles=1 fi @@ -1603,8 +1602,8 @@ if test -n "$EXTERNAL_ACL_HELPERS"; then fi AC_SUBST(EXTERNAL_ACL_HELPERS) -AC_ARG_WITH(valgrind, -[ --with-valgrind Include debug instrumentation for use with valgrind], +AC_ARG_WITH(valgrind-debug, +[ --with-valgrind-debug Include debug instrumentation for use with valgrind], [ case $withval in yes) valgrind=1 diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html index 7271f53a6c..168a57f53a 100644 --- a/doc/release-notes/release-3.0.html +++ b/doc/release-notes/release-3.0.html @@ -7,7 +7,7 @@

Squid 3.0.PRE7 release notes

-

Squid Developers

$Id: release-3.0.html,v 1.9 2007/09/03 05:33:26 amosjeffries Exp $ +

Squid Developers

$Id: release-3.0.html,v 1.10 2007/09/17 21:06:10 hno Exp $
This document contains the release notes for version 3.0 of Squid. Squid is a WWW Cache application developed by the National Laboratory @@ -43,17 +43,39 @@ While this release is not deemed ready for production use, we believe it is read

The most important of these are:

Most user-facing changes are reflected in squid.conf (see below).

Internet Content Adaptation Protocol (ICAP)

-

TO BE WRITTEN

+

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:

+

+

+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
+
+

+ +

Please see squid.conf.default for more details about these and many other icap_* options.

+ +

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.

+ +

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.

+ +

Proxy-directed data trickling and patience pages are not supported yet.

+ +

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).

+ +

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.

More information about ICAP can be found from the ICAP-forum website http://www.icap-forum.org

@@ -94,10 +116,8 @@ Some has been dropped as they are not needed. Some has not yet been forward-port

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:

-
TCP_REFRESH_UNMODIFIED
-

The requested object was cached but STALE. The IMS query for the object resulted in "304 not modified".

-
TCP_REFRESH_MODIFIED
-

The requested object was cached but STALE. The IMS query returned the new content.

+
TCP_REFRESH_UNMODIFIED

The requested object was cached but STALE. The IMS query for the object resulted in "304 not modified".

+
TCP_REFRESH_MODIFIED

The requested object was cached but STALE. The IMS query returned the new content.

See @@ -130,8 +150,7 @@ Some has been dropped as they are not needed. Some has not yet been forward-port

-
minimum_icp_query_timeout (msec)
-

+

minimum_icp_query_timeout (msec)

 Default: 5
 
@@ -145,8 +164,7 @@ of a dynamic) timeout value. To set a fixed timeout see the
         
 

-
background_ping_rate
-

+

background_ping_rate

 Default: 10 seconds
 
@@ -156,8 +174,7 @@ have background-ping set.
 

-
httpd_accel_surrogate_id
-

+

httpd_accel_surrogate_id

 Default: unset
 
@@ -169,8 +186,7 @@ an identification token.
 

-
http_accel_surrogate_remote on|off
-

+

http_accel_surrogate_remote on|off

 Default: off
 
@@ -180,8 +196,7 @@ Set this to on to have squid behave as a remote surrogate.
 

-
esi_parser libxml2|expat|custom
-

+

esi_parser libxml2|expat|custom

 Default: custom
 
@@ -192,8 +207,7 @@ encodings.
 

-
email_err_data on|off
-

+

email_err_data on|off

 Default: on
 
@@ -205,8 +219,7 @@ Syntax is <A HREF="mailto:%w%W">%w</A>
 

-
refresh_all_ims on|off
-

+

refresh_all_ims on|off

 Default: off
 
@@ -221,13 +234,10 @@ based on the age of the cached version.
         
 

-
request_header_access
-

Replaces the header_access directive of Squid-2.6 and earlier, but applies to requests only.

-
reply_header_access
-

Replaces the header_access directive of Squid-2.6 and earlier, but applies to replies only.

+
request_header_access

Replaces the header_access directive of Squid-2.6 and earlier, but applies to requests only.

+
reply_header_access

Replaces the header_access directive of Squid-2.6 and earlier, but applies to replies only.

-
icap_enable on|off
-

+

icap_enable on|off

 Default: off
 
@@ -235,8 +245,7 @@ If you want to enable the ICAP module support, set this to on.
         
 

-
icap_preview_enable on|off
-

+

icap_preview_enable on|off

 Default: off
 
@@ -245,8 +254,7 @@ feature in Squid.
         
 

-
icap_preview_size
-

+

icap_preview_size

 Default: -1
 
@@ -256,8 +264,7 @@ basis by OPTIONS requests.
         
 

-
icap_default_options_ttl (seconds)
-

+

icap_default_options_ttl (seconds)

 Default: 60
 
@@ -266,8 +273,7 @@ an Options-TTL header.
         
 

-
icap_persistent_connections on|off
-

+

icap_persistent_connections on|off

 Default: on
 
@@ -276,8 +282,7 @@ an ICAP server.
         
 

-
icap_send_client_ip on|off
-

+

icap_send_client_ip on|off

 Default: off
 
@@ -285,8 +290,7 @@ This adds the header "X-Client-IP" to ICAP requests.
         
 

-
icap_send_client_username on|off
-

+

icap_send_client_username on|off

 Default: off
 
@@ -295,8 +299,7 @@ if proxy access is authentified.
         
 

-
icap_service
-

+

icap_service

 Default: none
 
@@ -320,8 +323,7 @@ icap_service service_2 respmod_precache 0 icap://icap2.mydomain.net:1344/respmod
         
 

-
icap_class
-

+

icap_class

 Default: none
 
@@ -336,8 +338,7 @@ icap class class_2 service_1 service_3
         
 

-
icap_access
-

+

icap_access

 Default: none
 
@@ -361,8 +362,7 @@ icap_access class_1 allow all
 

-
accept_filter
-

+

accept_filter

 The name of an accept(2) filter to install on Squid's
 listen socket(s).  This feature is perhaps specific to
@@ -382,8 +382,7 @@ See the accf_http(9) man page.
 
 

-
http_port
-

New options: +

http_port

New options:

     disable-pmtu-discovery=
       Control Path-MTU discovery usage:
@@ -409,15 +408,13 @@ See the accf_http(9) man page.
         
 

-
https_port
-

Removed options: +

https_port

Removed options:

     urlgroup=, not yet ported to Squid-3.
         
 

-
cache_peer
-

New options: +

cache_peer

New options:

      basetime=n
 
@@ -457,8 +454,7 @@ See the accf_http(9) man page.
         
 

-
cache_dir
-

Common options +

cache_dir

Common options

     no-store, replaces the older read-only option
 
@@ -481,8 +477,7 @@ See the accf_http(9) man page.
         
 

-
auth_param
-

Removed Basic auth option +

auth_param

Removed Basic auth option

     blankpasswor, not yet ported to squid-3.
     auth_param basic concurrency 0
@@ -496,8 +491,7 @@ See the accf_http(9) man page.
 

-
external_acl_type
-

New format specifications: +

external_acl_type

New format specifications:

     %URI          Requested URI
 
@@ -521,8 +515,7 @@ See the accf_http(9) man page.
 

-
refresh_pattern
-

New options: +

refresh_pattern

New options:

     ignore-no-store
     refresh-ims
@@ -539,8 +532,7 @@ See the accf_http(9) man page.
         
 

-
acl
-

New types: +

acl

New types:

     acl aclname http_status 200 301 500- 400-403 ...     # status code in reply
 
@@ -557,16 +549,14 @@ See the accf_http(9) man page.
         
 

-
short_icon_urls
-

New default: +

short_icon_urls

New default:

     Default: on
     (Old default: off)
         
 

-
delay_class
-

New delay classes: +

delay_class

New delay classes:

     class 4 Everything in a class 3 delay pool, with an
     additional limit on a per user basis. This
@@ -580,8 +570,7 @@ See the accf_http(9) man page.
 

-
htcp_port
-

New default to require the feature to be enabled in squid.conf: +

htcp_port

New default to require the feature to be enabled in squid.conf:

     Default: 0 (disabled)
     (Old default: 4827)
@@ -589,8 +578,7 @@ See the accf_http(9) man page.
 

-
icp_port
-

New default to require the feature to be enabled in squid.conf: +

icp_port

New default to require the feature to be enabled in squid.conf:

     Default: 0 (disabled)
     (Old default: 3130)
@@ -598,8 +586,7 @@ See the accf_http(9) man page.
 

-
snmp_port
-

New default to require the feature to be enabled in squid.conf: +

snmp_port

New default to require the feature to be enabled in squid.conf:

     Default: 0 (disabled)
     (Old default: 3401)
@@ -607,8 +594,7 @@ See the accf_http(9) man page.
 

-
logformat
-

New format tags: +

logformat

New format tags:

     rp      Request URL-Path excluding hostname
 
@@ -630,8 +616,7 @@ See the accf_http(9) man page.
 

-
reply_body_max_size
-

Syntax changed: +

reply_body_max_size

Syntax changed:

     reply_body_max_size size [acl acl...]
         
@@ -639,8 +624,7 @@ See the accf_http(9) man page.
 

allow/deny no longer used.

-
url_rewrite_program
-

No urlgroup support in either requests or responese

+
url_rewrite_program

No urlgroup support in either requests or responese

@@ -651,32 +635,19 @@ See the accf_http(9) man page.

-
broken_vary_encoding
-

Not yet ported to Squid-3.

-
cache_vary
-

Not yet ported to Squid-3.

-
collapsed_forwarding
-

Not yet ported to Squid-3.

-
follow_x_forwarded_for
-

Not yet ported to Squid-3.

-
*_uses_indirect_client
-

Not yet ported to Squid-3.

-
error_map
-

Not yet ported to Squid-3.

-
header_access
-

This has been replaced by request_header_access and reply_header_access

-
http_access2
-

Not yet ported to Squid-3.

-
httpd_accel_no_pmtu_disc
-

Replaced by disable-pmtu-discovery http_port option

-
location_rewrite_*
-

Not yet ported to Squid-3.

-
refresh_stale_hit
-

Not yet ported to Squid-3.

-
umask
-

Not yet ported to Squid-3.

-
wais_relay_*
-

equivalent to cache_peer + cache_peer_access.

+
broken_vary_encoding

Not yet ported to Squid-3.

+
cache_vary

Not yet ported to Squid-3.

+
collapsed_forwarding

Not yet ported to Squid-3.

+
follow_x_forwarded_for

Not yet ported to Squid-3.

+
*_uses_indirect_client

Not yet ported to Squid-3.

+
error_map

Not yet ported to Squid-3.

+
header_access

This has been replaced by request_header_access and reply_header_access

+
http_access2

Not yet ported to Squid-3.

+
httpd_accel_no_pmtu_disc

Replaced by disable-pmtu-discovery http_port option

+
location_rewrite_*

Not yet ported to Squid-3.

+
refresh_stale_hit

Not yet ported to Squid-3.

+
umask

Not yet ported to Squid-3.

+
wais_relay_*

equivalent to cache_peer + cache_peer_access.

@@ -693,6 +664,8 @@ See the accf_http(9) man page.
  • Changes to existing options
  • +Not yet available options
  • +
  • Removed options
  • @@ -703,33 +676,27 @@ See the accf_http(9) man page.

    -
    --enable-shared[=PKGS]
    -

    Build shared libraries. The default is to build without.

    +
    --enable-shared[=PKGS]

    Build shared libraries. The default is to build without.

    -
    --enable-static[=PKGS]
    -

    Build static libraries. The default is on.

    +
    --enable-static[=PKGS]

    Build static libraries. The default is on.

    -
    --enable-fast-install[=PKGS]
    -

    +

    --enable-fast-install[=PKGS]

     Optimize for fast installation
             default: yes
     

    -
    --disable-libtool-lock
    -

    Avoid locking (might break parallel builds)

    +
    --disable-libtool-lock

    Avoid locking (might break parallel builds)

    -
    --disable-optimizations
    -

    Don't compile Squid with compiler optimizations enabled. +

    --disable-optimizations

    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

    -
    --disable-inline
    -

    Don't compile trivial methods as inline. Squid +

    --disable-inline

    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 @@ -739,18 +706,15 @@ production builds, or load tests, use --enable-inline to have squid make all trivial methods inlinable by the compiler.

    -
    --enable-debug-cbdata
    -

    Provide some debug information in cbdata

    +
    --enable-debug-cbdata

    Provide some debug information in cbdata

    -
    --enable-disk-io=\"list of modules\"
    -

    Build support for the list of disk I/O modules. +

    --enable-disk-io=\"list of modules\"

    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.

    -
    --enable-esi
    -

    Enable ESI for accelerators. Requires libexpat. +

    --enable-esi

    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.

    @@ -758,30 +722,23 @@ causes squid to IGNORE client Cache-Control headers.

    proxy, ONLY use it in a squid configured for webserver acceleration.

    -
    --enable-icap-client
    -

    Enable the ICAP client.

    +
    --enable-icap-client

    Enable the ICAP client.

    -
    --disable-snmp
    -

    Disable SNMP monitoring support which is now built by default.

    +
    --disable-snmp

    Disable SNMP monitoring support which is now built by default.

    -
    --disable-htcp
    -

    Disable HTCP protocol support which is now built by default.

    +
    --disable-htcp

    Disable HTCP protocol support which is now built by default.

    -
    --enable-kqueue
    -

    Enable kqueue() support. Marked as experimental in 3.0.

    +
    --enable-kqueue

    Enable kqueue() support. Marked as experimental in 3.0.

    -
    --enable-ipfw-transparent
    -

    Enable Transparent Proxy support for systems +

    --enable-ipfw-transparent

    Enable Transparent Proxy support for systems using FreeBSD IPFW style redirection.

    -
    --disable-mempools
    -

    Disable memPools. Note that this option now simply sets the +

    --disable-mempools

    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.

    -
    --enable-cpu-profiling
    -

    This option allows you to see which internal functions +

    --enable-cpu-profiling

    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 @@ -791,21 +748,16 @@ of Squid internal functions.

    you shouldn't enable this, as overhead added, although small, is still overhead. See lib/Profiler.c for more.

    -
    --with-gnu-ld
    -

    Assume the C compiler uses GNU ld. The default is to auto-detect.

    +
    --with-gnu-ld

    Assume the C compiler uses GNU ld. The default is to auto-detect.

    -
    --with-pic
    -

    Try to use only PIC/non-PIC objects. The default is to use both.

    +
    --with-pic

    Try to use only PIC/non-PIC objects. The default is to use both.

    -
    --with-tags[=TAGS]
    -

    Include additional configurations. The default is automatic.

    +
    --with-tags[=TAGS]

    Include additional configurations. The default is automatic.

    -
    --with-default-user=USER
    -

    Sets the default System User account for squid permissions. +

    --with-default-user=USER

    Sets the default System User account for squid permissions. The default is 'nobody' as in other releases of squid.

    -
    --with-cppunit-basedir=[PATH]
    -

    Path where the cppunit headers and libraries are found +

    --with-cppunit-basedir=[PATH]

    Path where the cppunit headers and libraries are found for unit testing. The default is automatic detection.

    NOTE: Since 3.0-PRE6 and 2.6STABLE14 squid no longer comes bundled with CPPUnit. Compile-time validation will be disabled @@ -817,79 +769,66 @@ if it is not installed on your system.

    -
    --enable-carp
    -

    CARP support is now built by default. +

    --enable-carp

    CARP support is now built by default. --disable-carp can be used to buidl without it.

    -
    --enable-htcp
    -

    HTCP protocol support is now built by default. +

    --enable-htcp

    HTCP protocol support is now built by default. Use --disable-htcp to build without it.

    -
    --enable-snmp
    -

    SNMP monitoring is now build by default. +

    --enable-snmp

    SNMP monitoring is now build by default. Use --disable-snmp to build without it.

    -
    --with-valgrind-debug
    -

    Name changed to --with-valgrind

    - -
    --enable-heap-replacement
    -

    Please use --enable-removal-policies directive instead.

    +
    --enable-heap-replacement

    Please use --enable-removal-policies directive instead.

    -
    --with-maxfd=N
    -

    Replaced by --with-filedescriptors=N

    +
    --with-maxfd=N

    Replaced by --with-filedescriptors=N

    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

    -
    --enable-select
    -

    Deprecated. +

    --enable-select

    Deprecated. Automatic checks will enable best I/O loop method available.

    -
    --enable-select-simple
    -

    Deprecated. +

    --enable-epoll

    Deprecated. Automatic checks will enable best I/O loop method available.

    -
    --enable-epoll
    -

    Deprecated. +

    --enable-poll

    Deprecated. Automatic checks will enable best I/O loop method available.

    -
    --enable-poll
    -

    Deprecated. -Automatic checks will enable best I/O loop method available.

    +
    --enable-kqueue

    kqueue support is marked Experimental in Squid 3.0. Known to have some issues under load.

    -
    --enable-kqueue
    -

    Deprecated. -Automatic checks will enable best I/O loop method available.

    +
    +

    +

    Not yet available options

    -
    --enable-kqueue
    -

    kqueue support is marked Experimental in Squid 3.0 -Automatic configuration checks may enable if it is found as the best method on your OS.

    +

    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.

    +

    +

    +
    --enable-devpoll

    Support for Solaris /dev/poll

    -
    --with-large-files
    -

    Marked as Still Experimental in Squid 3.0

    +
    --enable-select-simple

    Basic POSIX select() loop without any binary fd_set optimizations.

    +
    --enable-follow-x-forwarded-for

    Support following the X-Forwarded-For HTTP header for determining the +client IP address

    +

    Removed options

    +

    The following configure options have been removed.

    -

    -

      -
    • --enable-dlmalloc
    • -
    • --enable-mempool-debug
    • -
    • --enable-forward-log
    • -
    • --enable-multicast-miss
    • -
    • --enable-coss-aio-ops
    • -
    • --enable-devpoll
    • -
    • --enable-large-cache-files (now built-in)
    • -
    • --enable-truncate
    • -
    • --enable-follow-x-forwarded-for
    • -
    -

    +
    --enable-dlmalloc

    Most OS:es have good malloc implementations these days, and the version we used to ship with Squid was very very old..

    +
    --enable-mempool-debug

    Debug option, not needed and therefore removed.

    +
    --enable-forward-log

    Rarely used extra log file. Removed.

    +
    --enable-multicast-miss

    Rarely used feature, and multicast ICP acheives almost the same result. Removed.

    +
    --enable-coss-aio-ops

    Specific to the COSS implementation in Squid-2

    +
    --enable-large-cache-files

    Now enabled by default. Configure option was redundant and therefore removed.

    +
    --enable-truncate

    Known to cause race conditions where cache objects may get corrupted, and this for at most a marginal performance improvement. Removed.

    + diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index ed4d3bca27..b6673b225f 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -2,7 +2,7 @@
    Squid 3.0.PRE7 release notes Squid Developers -$Id: release-3.0.sgml,v 1.27 2007/09/17 17:54:23 rousskov Exp $ +$Id: release-3.0.sgml,v 1.28 2007/09/17 21:06:10 hno Exp $ This document contains the release notes for version 3.0 of Squid. @@ -590,6 +590,7 @@ This section gives an account of those changes in three categories: +

    @@ -722,9 +723,6 @@ This section gives an account of those changes in three categories:

    SNMP monitoring is now build by default. Use --disable-snmp to build without it.

    - --with-valgrind-debug -

    Name changed to --with-valgrind

    - --enable-heap-replacement

    Please use --enable-removal-policies directive instead.

    @@ -739,10 +737,6 @@ This section gives an account of those changes in three categories:

    Deprecated. Automatic checks will enable best I/O loop method available.

    - --enable-select-simple -

    Deprecated. - Automatic checks will enable best I/O loop method available.

    - --enable-epoll

    Deprecated. Automatic checks will enable best I/O loop method available.

    @@ -752,39 +746,48 @@ This section gives an account of those changes in three categories: Automatic checks will enable best I/O loop method available.

    --enable-kqueue -

    Deprecated. - Automatic checks will enable best I/O loop method available.

    - - --enable-kqueue -

    kqueue support is marked Experimental in Squid 3.0 - Automatic configuration checks may enable if it is found as the best method on your OS.

    - - --with-large-files -

    Marked as Still Experimental in Squid 3.0

    +

    kqueue support is marked Experimental in Squid 3.0. Known to have some issues under load.

    +Not yet available options