From: Rich Bowen
Date: Thu, 5 May 2011 13:28:14 +0000 (+0000)
Subject: Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)
X-Git-Tag: 2.3.12~21
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=244b258837c11ea25f0c79a15f638f8ebc6f4aae;p=thirdparty%2Fapache%2Fhttpd.git
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
---
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index 322f90b5c26..fb24a406dc0 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
on Linux 2.4 and beyond, but only if you explicitly configure a CoreDumpDirectory
.
+
+
Core Dumps on BSD
+
To enable core-dumping of suid-executables on BSD-systems (such
+ as FreeBSD), set kern.sugid_coredump
to 1.
+
+
+
Specific signals
CoreDumpDirectory
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 bf11becc8c1..9e8b5229bc8 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -58,6 +58,13 @@ switch before dumping core
>CoreDumpDirectory.
+
+ Core Dumps on BSD
+ To enable core-dumping of suid-executables on BSD-systems (such
+ as FreeBSD), set kern.sugid_coredump
to 1.
+
+
+
Specific signals
CoreDumpDirectory processing only occurs for
a select set of fatal signals: SIGFPE, SIGILL, SIGABORT,