]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Broaden the warning about modifying memory-mapped files,
authorDaniel Earl Poirier <poirier@apache.org>
Mon, 14 Sep 2009 13:17:09 +0000 (13:17 +0000)
committerDaniel Earl Poirier <poirier@apache.org>
Mon, 14 Sep 2009 13:17:09 +0000 (13:17 +0000)
so it's not specific to NFS.

PR: 46688

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@814629 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/core.xml

index d0a91a8451e33ea1a25d0322f36e458bfb21d000..18aa9c7b32ab69ef98734bd899cd032485de1b84 100644 (file)
@@ -880,10 +880,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,