dgaudet 98/07/11 09:44:34
Modified: src Configuration.tmpl Log: mod_mmap_static is not supposed to be high priority, it is supposed to be the lowest priority Revision Changes Path 1.106 +7 -7 apache-1.3/src/Configuration.tmpl Index: Configuration.tmpl =================================================================== RCS file: /export/home/cvs/apache-1.3/src/Configuration.tmpl,v retrieving revision 1.105 retrieving revision 1.106 diff -u -r1.105 -r1.106 --- Configuration.tmpl 1998/06/16 03:49:56 1.105 +++ Configuration.tmpl 1998/07/11 16:44:33 1.106 @@ -188,6 +188,13 @@ # is and the more memory it will take, so if you are unlikely to use the # functionality of a particular module you might wish to leave it out. +## 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 + ## ## Config manipulation modules ## @@ -364,13 +371,6 @@ ## Don't change this entry to a 'SharedModule' variant (Bootstrapping!) # AddModule modules/standard/mod_so.o - -## 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 ## mod_setenvif lets you set environment variables based on the HTTP header ## fields in the request; this is useful for conditional HTML, for example.