]> granicus.if.org Git - apache/commitdiff
APR_HAS_MMAP == 0 in apr.hnw, so we can presume that this directive is
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 16 Sep 2002 17:19:35 +0000 (17:19 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 16 Sep 2002 17:19:35 +0000 (17:19 +0000)
  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

index 0717f3ed5a493fedf18743331252c1bf88b1df4e..cd79da8cb171fa785ae37591dba10ce825d3ebdc 100644 (file)
@@ -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 <VirtualHost>