From: Colm MacCarthaigh Date: Mon, 19 Sep 2005 10:45:03 +0000 (+0000) Subject: Backport r239407 to the 2.2.x branch; Improve mod_disk_cache hit/miss ratio X-Git-Tag: 2.3.0~2997 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=947368ba1c076160eae8ee20c93858519e1c1c3c;p=thirdparty%2Fapache%2Fhttpd.git Backport r239407 to the 2.2.x branch; Improve mod_disk_cache hit/miss ratio by canonicalising the url key. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@290107 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 64ccebaab46..24077cb6032 100644 --- a/CHANGES +++ b/CHANGES @@ -46,6 +46,9 @@ Changes with Apache 2.3.0 Changes with Apache 2.1.8 + *) mod_disk_cache: Canonicalise the storage key, for improved hit/miss + ratio. [Colm MacCarthaigh] + *) mod_cgid: Append .PID to the script socket filename and remove the script socket on exit. [Colm MacCarthaigh, Jim Jagielski]