diff options
author | Ryan Bloom <rbb@apache.org> | 2000-12-03 08:02:33 +0100 |
---|---|---|
committer | Ryan Bloom <rbb@apache.org> | 2000-12-03 08:02:33 +0100 |
commit | 5c0cb21acaa64a95994b6302499d7ad57cb213a5 (patch) | |
tree | 3cd2883b7ebd1abebcc7f632e80a81c9e316c881 /modules/experimental/config.m4 | |
parent | Removed some illegal <p>s wrapping <hr>s. (diff) | |
download | apache2-5c0cb21acaa64a95994b6302499d7ad57cb213a5.tar.xz apache2-5c0cb21acaa64a95994b6302499d7ad57cb213a5.zip |
Remove mod_mmap_static. This has been replaced by mod_file_cache, and
there is no reason to keep this duplicate code
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@87165 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r-- | modules/experimental/config.m4 | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/experimental/config.m4 b/modules/experimental/config.m4 index fcead70960..dab447a9a9 100644 --- a/modules/experimental/config.m4 +++ b/modules/experimental/config.m4 @@ -1,7 +1,6 @@ APACHE_MODPATH_INIT(experimental) -APACHE_MODULE(mmap_static, memory mapped file caching, , , no) APACHE_MODULE(charset_lite, character set translation, , , no) APACHE_MODULE(cache, dynamic file caching, , , no) APACHE_MODULE(disk_cache, disk caching module, , , no) |