mod_coredumper
  Website: http://www.outoforder.cc/

Example Configuration:

  LoadModule coredumper_module modules/mod_coredumper.so

  <Location "/core">
      SetHandler download-core
  </Location>

Notes:
  You cannot start apache as root at this time.  If you do, 
  You will get a permissions error when the non-root user
  attempts to create the coredump.
