From: Ryan Bloom Date: Sun, 3 Dec 2000 07:02:33 +0000 (+0000) Subject: Remove mod_mmap_static. This has been replaced by mod_file_cache, and X-Git-Tag: moving_to_httpd_module~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5c0cb21acaa64a95994b6302499d7ad57cb213a5;p=apache 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 --- 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)