diff options
author | Graham Leggett <minfrin@apache.org> | 2011-12-01 01:47:31 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2011-12-01 01:47:31 +0100 |
commit | c7f1896fa72eafc46943b51a07b72634fda93ca3 (patch) | |
tree | de46cddfc3521632f390e31649c9fee4a9c7bcb1 /STATUS | |
parent | Use 2 sep hashing functions to account for collisions... (diff) | |
download | apache2-c7f1896fa72eafc46943b51a07b72634fda93ca3.tar.xz apache2-c7f1896fa72eafc46943b51a07b72634fda93ca3.zip |
Wish came true: CacheEnable works within LocationMatch, giving us mod_cache
regexes for no additional cost.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1208920 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'STATUS')
-rw-r--r-- | STATUS | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -353,10 +353,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 |