Skip to content
Snippets Groups Projects
Commit fc2d57cb authored by Richard Bowen's avatar Richard Bowen
Browse files

Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1099783 13f79535-47bb-0310-9956-ffa450edef68
parent af3deeaf
No related branches found
No related tags found
No related merge requests found
......@@ -85,6 +85,13 @@ switch before dumping core</td></tr>
on Linux 2.4 and beyond, but only if you explicitly configure a <code class="directive">CoreDumpDirectory</code>.</p>
</div>
<div class="note">
<h3>Core Dumps on BSD</h3>
<p>To enable core-dumping of suid-executables on BSD-systems (such
as FreeBSD), set <code>kern.sugid_coredump</code> to 1.
</p>
</div>
<div class="note"><h3>Specific signals</h3>
<p><code class="directive">CoreDumpDirectory</code> processing only occurs for
a select set of fatal signals: SIGFPE, SIGILL, SIGABORT,
......
......@@ -58,6 +58,13 @@ switch before dumping core</description>
>CoreDumpDirectory</directive>.</p>
</note>
<note>
<title>Core Dumps on BSD</title>
<p>To enable core-dumping of suid-executables on BSD-systems (such
as FreeBSD), set <code>kern.sugid_coredump</code> to 1.
</p>
</note>
<note><title>Specific signals</title>
<p><directive>CoreDumpDirectory</directive> processing only occurs for
a select set of fatal signals: SIGFPE, SIGILL, SIGABORT,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment