]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add BSD-specific note about core dumping. (Via mi+apache aldan.algebra.com)
authorRich Bowen <rbowen@apache.org>
Thu, 5 May 2011 13:36:58 +0000 (13:36 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 5 May 2011 13:36:58 +0000 (13:36 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@1099788 13f79535-47bb-0310-9956-ffa450edef68

docs/manual/mod/mpm_common.html.en
docs/manual/mod/mpm_common.xml

index d9e61ba1623b3d2f133f9be08befd809348a0231..f1b713d9c3e01ef45b440c0ca0afde21634d7019 100644 (file)
@@ -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>
index a19039d80106b0cc0d3484dbb93a273c82f290f4..cc53c1b1abdf41ec8dc75dc1ffa89f17494fdbb5 100644 (file)
@@ -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>