]> granicus.if.org Git - apache/commitdiff
Broaden the warning about modifying memory-mapped files,
authorDaniel Earl Poirier <poirier@apache.org>
Tue, 25 Aug 2009 13:23:49 +0000 (13:23 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Tue, 25 Aug 2009 13:23:49 +0000 (13:23 +0000)
so it's not specific to NFS.

PR: 46688

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807609 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index 050e7766ca4e4ed9baef55170ecf2e437b617187..8ade8d8ed9a4fb3d2d0f9dd6f6bc9091950c3fce 100644 (file)
@@ -843,10 +843,10 @@ Locations</a></seealso>
     <ul>
     <li>On some multiprocessor systems, memory-mapping can reduce the
     performance of the <program>httpd</program>.</li>
-    <li>With an NFS-mounted <directive module="core">DocumentRoot</directive>,
-    the <program>httpd</program> may crash due to a segmentation fault if a file
-    is deleted or truncated while the <program>httpd</program> has it
-    memory-mapped.</li>
+    <li>Deleting or truncating a file while <program>httpd</program>
+      has it memory-mapped can cause <program>httpd</program> to
+      crash with a segmentation fault.
+    </li>
     </ul>
 
     <p>For server configurations that are vulnerable to these problems,