From: Rich Bowen
Date: Thu, 5 May 2011 13:36:58 +0000 (+0000)
Subject: Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)
X-Git-Tag: 2.0.65~124
X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55bf5cf3593bb67c02d0e6435e82a98d54ff62fe;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/branches/2.0.x@1099788 13f79535-47bb-0310-9956-ffa450edef68
---
diff --git a/docs/manual/mod/mpm_common.html.en b/docs/manual/mod/mpm_common.html.en
index d9e61ba1623..f1b713d9c3e 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
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.
+
+
+
diff --git a/docs/manual/mod/mpm_common.xml b/docs/manual/mod/mpm_common.xml
index a19039d8010..cc53c1b1abd 100644
--- a/docs/manual/mod/mpm_common.xml
+++ b/docs/manual/mod/mpm_common.xml
@@ -137,6 +137,12 @@ 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.
+
+