]> granicus.if.org Git - apache/commitdiff
Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)
authorRich Bowen <rbowen@apache.org>
Thu, 5 May 2011 13:28:14 +0000 (13:28 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 5 May 2011 13:28:14 +0000 (13:28 +0000)
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
docs/manual/mod/mpm_common.xml

index 322f90b5c2636de596198943217de53c31b5076e..fb24a406dc0623293e553d4403eb0271dc8b44e4 100644 (file)
@@ -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, 
index bf11becc8c15cb2bfdcb798a34cd45c2c724d443..9e8b5229bc889b8156d7ce8eb1820534e1e073c0 100644 (file)
@@ -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,