mirror of
https://github.com/apache/httpd.git
synced 2025-08-20 16:09:55 +00:00
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
This commit is contained in:
@ -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,
|
||||
|
Reference in New Issue
Block a user