diff options
author | Daniel Earl Poirier <poirier@apache.org> | 2009-08-25 15:26:12 +0200 |
---|---|---|
committer | Daniel Earl Poirier <poirier@apache.org> | 2009-08-25 15:26:12 +0200 |
commit | 3144af1e111eb85e9275da07d702cb79b352102d (patch) | |
tree | 6592b5aa5a55e2e5957de14fc74a13b4e77c7166 | |
parent | Broaden the warning about modifying memory-mapped files, (diff) | |
download | apache2-3144af1e111eb85e9275da07d702cb79b352102d.tar.xz apache2-3144af1e111eb85e9275da07d702cb79b352102d.zip |
Update transform for core.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@807612 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r-- | docs/manual/mod/core.html.en | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/manual/mod/core.html.en b/docs/manual/mod/core.html.en index 0b82af54ac..4a5dba6ac5 100644 --- a/docs/manual/mod/core.html.en +++ b/docs/manual/mod/core.html.en @@ -885,10 +885,10 @@ Locations</a></li> <ul> <li>On some multiprocessor systems, memory-mapping can reduce the performance of the <code class="program"><a href="../programs/httpd.html">httpd</a></code>.</li> - <li>With an NFS-mounted <code class="directive"><a href="#documentroot">DocumentRoot</a></code>, - the <code class="program"><a href="../programs/httpd.html">httpd</a></code> may crash due to a segmentation fault if a file - is deleted or truncated while the <code class="program"><a href="../programs/httpd.html">httpd</a></code> has it - memory-mapped.</li> + <li>Deleting or truncating a file while <code class="program"><a href="../programs/httpd.html">httpd</a></code> + has it memory-mapped can cause <code class="program"><a href="../programs/httpd.html">httpd</a></code> to + crash with a segmentation fault. + </li> </ul> <p>For server configurations that are vulnerable to these problems, |