summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/manual/mod/mpm_common.html.en7
-rw-r--r--docs/manual/mod/mpm_common.xml7
2 files changed, 14 insertions, 0 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index 322f90b5c2..fb24a406dc 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -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,
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index bf11becc8c..9e8b5229bc 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -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,