From 50db55f9d313296c39a1ea473926f5e683efd12b Mon Sep 17 00:00:00 2001 From: Brian Pane Date: Sun, 2 Jun 2002 03:02:14 +0000 Subject: [PATCH] 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 --- docs/conf/httpd-std.conf.in | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 -- 2.40.0