git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@549417
13f79535-47bb-0310-9956-
ffa450edef68
server-status page and ExtendedStatus enabled, for browsers which
perform charset "detection". Reported by Stefan Esser. [Joe Orton]
- *) mpm: Add a parent process local table of child process PIDs, and
+ *) SECURITY: CVE-2007-3304 (cve.mitre.org)
+ Add a parent process local table of child process PIDs, and
use that to ensure we are sending signals to just our child
processes by checking the scoreboard PID entries to our local
copy. [Jim Jagielski]