dgaudet     98/04/07 00:16:48

  Modified:    src      Configuration.tmpl
  Log:
  be more explicit about mod_mmap_static
  
  Revision  Changes    Path
  1.95      +4 -6      apache-1.3/src/Configuration.tmpl
  
  Index: Configuration.tmpl
  ===================================================================
  RCS file: /export/home/cvs/apache-1.3/src/Configuration.tmpl,v
  retrieving revision 1.94
  retrieving revision 1.95
  diff -u -r1.94 -r1.95
  --- Configuration.tmpl        1998/04/06 11:30:48     1.94
  +++ Configuration.tmpl        1998/04/07 07:16:47     1.95
  @@ -347,12 +347,10 @@
   
   # AddModule modules/standard/mod_so.o
   
  -## mod_mmap_static lets you speedup the serving of a list of files
  -## by mmap()ing them at server startup-time into memory and thus 
  -## avoiding a lot of I/O which is required on normal file serving.
  -## This is an experimental feature. USE IT WITH CARE AND ALWAYS
  -## REMEMBER THAT WHENEVER ONE OF THESE FILES CHANGES THE SERVER HAS
  -## TO BE RESTARTED MANUALLY TO SYNC WITH THE CHANGED FILE CONTENTS.
  +## mod_mmap_static is an experimental module, you almost certainly
  +## don't need it.  It can make some webservers faster.  No further
  +## documentation is provided here because you'd be foolish
  +## to use mod_mmap_static without reading the full documentation.
   
   # AddModule modules/experimental/mod_mmap_static.o
   
  
  
  

Reply via email to