From: Bill Stoddard Date: Tue, 22 Oct 2002 16:58:59 +0000 (+0000) Subject: cache updates X-Git-Tag: 2.0.44~235 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bf0805bbc8dc4f2102fe0fc84016cdad5575d174;p=thirdparty%2Fapache%2Fhttpd.git cache updates git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@97279 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index da22c5d9f2f..e7fdbfe29f5 100644 --- a/STATUS +++ b/STATUS @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/10/16 20:29:29 $] +Last modified at [$Date: 2002/10/22 16:58:59 $] Release: @@ -464,7 +464,6 @@ EXPERIMENTAL MODULES: get the modules promoted to fully supported status. mod_cache/mod_mem_cache/mod_disk_cache: - * mod_cache: handle cache_control: no_cache "field_name" to enable cacheing the response w/o header "field_name" See RFC2616 section 14.9.1 @@ -484,19 +483,6 @@ EXPERIMENTAL MODULES: to collect status. Status should be queryable by HTTP or SNMP? - * mod_mem_cache: garbage collection. One strategy is to simply - remove stale entries as we attempt to serve them. Another - strategy is to kick off a GC thread that traverses the cache - and preemptively remove stale entries. How to manage a - cache that is full? Do LRU GC? Other? Bueller? - - * mod_mem_cache/mod_disk_cache: Complete implementing config - directives. - - * Sample config for mod_cache/mod_mem_cache/mod_disk_cache for - inclusion into httpd.conf. - - * mod_cache/mod_mem_cache/mod_disk_cache: Documentation. mod_auth_ldap/util_ldap: