From: hno <> Date: Tue, 5 Aug 2003 14:52:36 +0000 (+0000) Subject: small clarification in the accel changes to try to get people on the X-Git-Tag: SQUID_3_0_PRE3~38 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ded9eb36c975ba9307d9f28070f0654622073d4b;p=thirdparty%2Fsquid.git small clarification in the accel changes to try to get people on the cache_peer track. --- diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index 61f9b62f2d..9e92449eb4 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -2,7 +2,7 @@
Squid 3.0 release notes Squid Developers -$Id: release-3.0.sgml,v 1.11 2003/07/17 22:22:49 wessels Exp $ +$Id: release-3.0.sgml,v 1.12 2003/08/05 08:52:36 hno Exp $ This document contains the release notes for version 3.0 of Squid. @@ -72,7 +72,7 @@ This fixes two issues:Transparently intercepted requests is no lo LDAP basic auth helper improvements (Henrik, David Begley, Christoph Lechleitner, Juerg Michel) Digest auth helper improvements (Robert Collins, Sean Burford) Digest authentication scheme bugfixs & improvements (Robert Collins) - Merge of http(s)_port and accelerator directive updates from rproxyThe httpd_accel_* directives is now gone, replaced by http(s)_port options + Merge of http(s)_port and accelerator directive updates from rproxyThe httpd_accel_* directives is now gone, replaced by http(s)_port options and cache_peer based request forwarding. The http(s)_port options has a list of new options for controlling the type and mode of port created with respect totransparent proxying plain acceleration host header based acceleration @@ -150,7 +150,7 @@ This fixes two issues:Transparently intercepted requests is no lo ext_user aclthis acl matches the username returned by external acl. ident can no longer be used for this purpose. access_logThe access_log directive now optionally includes specifications on what log format to use and acls matching which requests to log. Can be specified multiple times to log different requests to different files. logformatnew directive to define custom log formats -httpd_accel_*These directives have been replaced by http(s)_port options. Note that you can no longer run proxy and acceleration mode on the same port. If you previously did this you now need to define two ports, one for acceleration, one for proxying. +httpd_accel_*These directives have been replaced by http(s)_port options and cache_peer based request forwarding. Note that you can no longer run proxy and acceleration mode on the same port. If you previously did this you now need to define two ports, one for acceleration, one for proxying.