Commit c8c66fcf authored by Richard Bowen's avatar Richard Bowen
Browse files

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.2.x@1099787 13f79535-47bb-0310-9956-ffa450edef68
parent 4ed99fd5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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>
+6 −0
Original line number Diff line number Diff line
@@ -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>