From: Brian Pane Date: Sun, 2 Jun 2002 03:02:14 +0000 (+0000) Subject: Added a reference to the EnableMMAP documentation for the X-Git-Tag: 2.0.37~119 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=50db55f9d313296c39a1ea473926f5e683efd12b;p=apache Added a reference to the EnableMMAP documentation for the performance tuning details git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@95461 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/docs/conf/httpd-std.conf.in b/docs/conf/httpd-std.conf.in index e0318c2ad8..e85228c30b 100644 --- a/docs/conf/httpd-std.conf.in +++ b/docs/conf/httpd-std.conf.in @@ -448,7 +448,9 @@ HostnameLookups Off # 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