You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by rb...@locus.apache.org on 2000/12/03 08:02:34 UTC

cvs commit: apache-2.0/src/modules/experimental config.m4 mod_mmap_static.c

rbb         00/12/02 23:02:34

  Modified:    src/modules/experimental config.m4
  Removed:     src/modules/experimental mod_mmap_static.c
  Log:
  Remove mod_mmap_static.  This has been replaced by mod_file_cache, and
  there is no reason to keep this duplicate code
  
  Revision  Changes    Path
  1.3       +0 -1      apache-2.0/src/modules/experimental/config.m4
  
  Index: config.m4
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/experimental/config.m4,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- config.m4	2000/11/17 18:33:33	1.2
  +++ config.m4	2000/12/03 07:02:33	1.3
  @@ -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)