summaryrefslogtreecommitdiff
path: root/STATUS
diff options
context:
space:
mode:
authorRainer Jung <rjung@apache.org>2010-11-26 10:20:16 +0000
committerRainer Jung <rjung@apache.org>2010-11-26 10:20:16 +0000
commitc8f912e613dfff7ab81e7d4ee37337475acbdb10 (patch)
treea7f827f7c2429509378b5210a053d112281e323f /STATUS
parentf6816b7aa2969e783826520af60321dbd143199a (diff)
downloadhttpd-c8f912e613dfff7ab81e7d4ee37337475acbdb10.tar.gz
Further trivial updates mod_disk_cache -> mod_cache_disk.
No functional change. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1039300 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r--STATUS4
1 files changed, 2 insertions, 2 deletions
diff --git a/STATUS b/STATUS
index e6253707b8..960b450da4 100644
--- a/STATUS
+++ b/STATUS
@@ -394,7 +394,7 @@ WISH LIST
line server hooks (Ryan really hated this. It is great for
performance, but bad because of the complications listed above).
- mod_cache/mod_mem_cache/mod_disk_cache:
+ mod_cache/mod_mem_cache/mod_cache_disk:
* mod_mem_cache: Consider adding a RevalidateTimeout directive to
specify time at which local cached content is to be revalidated
@@ -404,7 +404,7 @@ WISH LIST
jerenkrantz says: Too slow. Get regexs away from speedy caches by
default. Introduce a new CacheEnableRegex if you want.
- * mod_mem_cache/mod_disk_cache: Need to be able to query cache
+ * mod_mem_cache/mod_cache_disk: Need to be able to query cache
status (num of entries, cache object properties, etc.).
mod_status could be extended to query optional hooks defined
by modules for the purpose of reporting module status.