You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by br...@apache.org on 2002/06/02 05:02:14 UTC

cvs commit: httpd-2.0/docs/conf httpd-std.conf.in

brianp      2002/06/01 20:02:14

  Modified:    docs/conf httpd-std.conf.in
  Log:
  Added a reference to the EnableMMAP documentation for the
  performance tuning details
  
  Revision  Changes    Path
  1.8       +3 -1      httpd-2.0/docs/conf/httpd-std.conf.in
  
  Index: httpd-std.conf.in
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/docs/conf/httpd-std.conf.in,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- httpd-std.conf.in	20 May 2002 21:00:26 -0000	1.7
  +++ httpd-std.conf.in	2 Jun 2002 03:02:14 -0000	1.8
  @@ -448,7 +448,9 @@
   # EnableMMAP: Control whether memory-mapping is used to deliver
   # files (assuming that the underlying OS supports it).
   # The default is on; turn this off if you serve from NFS-mounted 
  -# filesystems.
  +# filesystems.  On some systems, turning it off (regardless of
  +# filesystem) can improve performance; for details, please see
  +# http://httpd.apache.org/docs-2.0/mod/core.html#enablemmap
   #
   # EnableMMAP off