diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2004-11-27 20:06:48 +0100 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2004-11-27 20:06:48 +0100 |
commit | 63dd4623e12dda47303ff30a5cf66054dfcd5bf3 (patch) | |
tree | bca5000557e2819f3da5b7ebcd5dc02c0732c06e /modules/experimental/config.m4 | |
parent | bump version (diff) | |
download | apache2-63dd4623e12dda47303ff30a5cf66054dfcd5bf3.tar.xz apache2-63dd4623e12dda47303ff30a5cf66054dfcd5bf3.zip |
At long last, promote mod_cache and friends out of experimental/.
Also, take quick pass through docs files to remove experimental label for them.
Reviewed by: Paul Querna, Bill Stoddard, Justin Erenkrantz
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@106737 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'modules/experimental/config.m4')
-rw-r--r-- | modules/experimental/config.m4 | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index 2266904c01..c5bfacd6db 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -9,22 +9,6 @@ else APACHE_MODULE(charset_lite, character set translation, , , no) fi -dnl # list of object files for mod_cache -cache_objs="dnl -mod_cache.lo dnl -cache_storage.lo dnl -cache_util.lo dnl -" -dnl # list of object files for mod_mem_cache -mem_cache_objs="dnl -mod_mem_cache.lo dnl -cache_cache.lo dnl -cache_pqueue.lo dnl -cache_hash.lo dnl -" -APACHE_MODULE(cache, dynamic file caching, $cache_objs, , no) -APACHE_MODULE(disk_cache, disk caching module, , , no) -APACHE_MODULE(mem_cache, memory caching module, $mem_cache_objs, , no) APACHE_MODULE(example, example and demo module, , , no) APACHE_MODULE(case_filter, example uppercase conversion filter, , , no) APACHE_MODULE(case_filter_in, example uppercase conversion input filter, , , no) |