From cvs-return-11426-apmail-httpd-cvs-archive=httpd.apache.org@httpd.apache.org Mon May 06 12:42:37 2002 Return-Path: Delivered-To: apmail-httpd-cvs-archive@httpd.apache.org Received: (qmail 50890 invoked by uid 500); 6 May 2002 12:42:37 -0000 Mailing-List: contact cvs-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: list-post: Delivered-To: mailing list cvs@httpd.apache.org Received: (qmail 50879 invoked by uid 500); 6 May 2002 12:42:37 -0000 Delivered-To: apmail-httpd-2.0-cvs@apache.org Date: 6 May 2002 12:42:37 -0000 Message-ID: <20020506124237.63033.qmail@icarus.apache.org> From: stoddard@apache.org To: httpd-2.0-cvs@apache.org Subject: cvs commit: httpd-2.0 STATUS X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N stoddard 02/05/06 05:42:37 Modified: . STATUS Log: Done Revision Changes Path 1.612 +1 -8 httpd-2.0/STATUS Index: STATUS =================================================================== RCS file: /home/cvs/httpd-2.0/STATUS,v retrieving revision 1.611 retrieving revision 1.612 diff -u -r1.611 -r1.612 --- STATUS 6 May 2002 09:21:41 -0000 1.611 +++ STATUS 6 May 2002 12:42:36 -0000 1.612 @@ -1,5 +1,5 @@ APACHE 2.0 STATUS: -*-text-*- -Last modified at [$Date: 2002/05/06 09:21:41 $] +Last modified at [$Date: 2002/05/06 12:42:36 $] Release: @@ -396,13 +396,6 @@ * mod_cache: CacheEnable/CacheDisable should accept regular expressions. * mod_disk_cache: Implement garbage collection - - * mod_mem_cache/mod_disk_cache interoperability: Some cache - directive names are the same which precludes using mod_mem_cache - and mod_disk_cache concurrently. - - * mod_mem_cache: Config directive to enable caching open file - descriptors or caching the content in malloc'ed storage. * mod_mem_cache/mod_disk_cache: Need to be able to query cache status (num of entries, cache object properties, etc.).