]> 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:34:59 +0000 (13:34 +0000)
committerRich Bowen <rbowen@apache.org>
Thu, 5 May 2011 13:34:59 +0000 (13:34 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1099787 13f79535-47bb-0310-9956-ffa450edef68

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

index 38e1a4ad807fc20004f527d4b2d9401f63f1dd40..b2e94b57f3de2c24af6a385a33564036756649a2 100644 (file)
@@ -172,6 +172,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 0839df4640ffd3b8a53e66bddc5c7095e3b1c3dc..f8e2e0b5cb57fc1ba22d1270a4d2da115cdd436a 100644 (file)
@@ -127,6 +127,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>