diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2009-08-25 15:23:49 +0200 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2009-08-25 15:23:49 +0200 |
commit | b3ce8d1094bdb057cabf6a26b707f3a6f9ed57ef (patch) | |
tree | bf356046e4fd1d089adaaaf302c2c60b62e29e85 | |
parent | Preserve port over internal redirection (diff) | |
download | apache2-b3ce8d1094bdb057cabf6a26b707f3a6f9ed57ef.tar.xz apache2-b3ce8d1094bdb057cabf6a26b707f3a6f9ed57ef.zip |
Broaden the warning about modifying memory-mapped files,
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
-rw-r--r-- | docs/manual/mod/core.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/core.xml b/docs/manual/mod/core.xml index 050e7766ca..8ade8d8ed9 100644 --- a/docs/manual/mod/core.xml +++ b/docs/manual/mod/core.xml @@ -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, |