]> granicus.if.org Git - apache/commitdiff
Wish came true: CacheEnable works within LocationMatch, giving us mod_cache
authorGraham Leggett <minfrin@apache.org>
Thu, 1 Dec 2011 00:45:31 +0000 (00:45 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 1 Dec 2011 00:45:31 +0000 (00:45 +0000)
regexes for no additional cost.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1208917 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 04bbb4baae7c257c339f30f6afaf553332e92e71..18712f1fedbc9fe9951d9bfae85fa33ec695a53b 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -418,10 +418,6 @@ WISH LIST
     specify time at which local cached content is to be revalidated
     (ie, underlying file stat'ed to see if it has changed).
 
-  * mod_cache: CacheEnable/CacheDisable should accept regular expressions.
-    jerenkrantz says: Too slow.  Get regexs away from speedy caches by
-                      default.  Introduce a new CacheEnableRegex if you want.
-
   * 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