From 244b258837c11ea25f0c79a15f638f8ebc6f4aae Mon Sep 17 00:00:00 2001
From: Rich Bowen
Date: Thu, 5 May 2011 13:28:14 +0000
Subject: [PATCH] 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
---
docs/manual/mod/mpm_common.html.en | 7 +++++++
docs/manual/mod/mpm_common.xml | 7 +++++++
2 files changed, 14 insertions(+)
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
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 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
>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,
--
2.40.0