Return-Path: Delivered-To: apache-cvs-archive@hyperreal.org Received: (qmail 24683 invoked by uid 6000); 7 Apr 1998 07:16:50 -0000 Received: (qmail 24677 invoked by alias); 7 Apr 1998 07:16:49 -0000 Delivered-To: apache-1.3-cvs@hyperreal.org Received: (qmail 24675 invoked by uid 143); 7 Apr 1998 07:16:48 -0000 Date: 7 Apr 1998 07:16:48 -0000 Message-ID: <19980407071648.24674.qmail@hyperreal.org> From: dgaudet@hyperreal.org To: apache-1.3-cvs@hyperreal.org Subject: cvs commit: apache-1.3/src Configuration.tmpl Sender: apache-cvs-owner@apache.org Precedence: bulk Reply-To: new-httpd@apache.org 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