summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorRich Bowen <rbowen@apache.org>2011-05-05 13:36:58 +0000
committerRich Bowen <rbowen@apache.org>2011-05-05 13:36:58 +0000
commit55bf5cf3593bb67c02d0e6435e82a98d54ff62fe (patch)
treeb49f0520e8ebccc14305792e1a719e2d2e7d3798 /docs
parente2e263b6b2a1bcc0866164a378a1af9f42a634bf (diff)
downloadhttpd-55bf5cf3593bb67c02d0e6435e82a98d54ff62fe.tar.gz
Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1099788 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'docs')
-rw-r--r--docs/manual/mod/mpm_common.html.en6
-rw-r--r--docs/manual/mod/mpm_common.xml6
2 files changed, 12 insertions, 0 deletions
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index d9e61ba162..f1b713d9c3 100644
--- a/docs/manual/mod/mpm_common.html.en
+++ b/docs/manual/mod/mpm_common.html.en
@@ -164,6 +164,12 @@ 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>
<div class="top"><a href="#page-header"><img alt="top" src="../images/up.gif" /></a></div>
<div class="directive-section"><h2><a name="EnableExceptionHook" id="EnableExceptionHook">EnableExceptionHook</a> <a name="enableexceptionhook" id="enableexceptionhook">Directive</a></h2>
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index a19039d801..cc53c1b1ab 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -137,6 +137,12 @@ switch before dumping core</description>
on Linux 2.4 and beyond, but only if you explicitly configure a <directive
>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>
+
</usage>
</directivesynopsis>