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-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=df40a5486b839105411b4a5bc6f7c33e98ad32cd;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)