From a3484b5f3b14b43f21951dc0aa48225034369d3b Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 16 Sep 2002 17:19:35 +0000 Subject: [PATCH] APR_HAS_MMAP == 0 in apr.hnw, so we can presume that this directive is a noop for today. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@96842 13f79535-47bb-0310-9956-ffa450edef68 --- docs/conf/httpd-nw.conf | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/docs/conf/httpd-nw.conf b/docs/conf/httpd-nw.conf index 0717f3ed5a..cd79da8cb1 100644 --- a/docs/conf/httpd-nw.conf +++ b/docs/conf/httpd-nw.conf @@ -352,16 +352,6 @@ DefaultType text/plain # 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. 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 - # # ErrorLog: The location of the error log file. # If you do not specify an ErrorLog directive within a -- 2.40.0