Commit 98f4a2e3 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.0.x@1099788 13f79535-47bb-0310-9956-ffa450edef68
parent 8a415a6f
Loading
Loading
Loading
Loading
+6 −0
Changes for docs/manual/mod/mpm_common.html.en: 6 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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>
+6 −0
Changes for docs/manual/mod/mpm_common.xml: 6 added lines, 0 removed lines.
Original line number Diff line number Diff line
@@ -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>