Bug 151932 - [NEW PORT] www/mod_whatkilledus: Logs a report when a child process crashes
Summary: [NEW PORT] www/mod_whatkilledus: Logs a report when a child process crashes
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Philip M. Gollucci
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-11-04 12:50 UTC by Frank Wall
Modified: 2010-11-11 05:12 UTC (History)
0 users

See Also:


Attachments
ap22-mod_whatkilledus-2.0.shar (3.11 KB, text/plain)
2010-11-04 12:50 UTC, Frank Wall
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Frank Wall 2010-11-04 12:50:04 UTC
mod_whatkilledus is an experimental module for Apache httpd 2.x which
tracks the current request and logs a report of the active request
when a child process crashes.

Requirements: Apache httpd >= 2.0.49 must be built with the 
--enable-exception-hook configure option and mod_so enabled.

Activating mod_whatkilledus:

  1. Load it like any other DSO.
	LoadModule whatkilledus_module modules/mod_whatkilledus.so

  2. Enable exception hooks for modules like mod_whatkilledus:
	EnableExceptionHook On

  3. Choose where the report on current activity should be written. If
     you want it reported to some place other than the error log, use the
     WhatKilledUsLog directive to specify a fully-qualified filename for
     the log.  Note that the web server user id (e.g., "nobody") must
     be able to create or append to this log file, as the log file is
     not opened until a crash occurs.

WWW: http://people.apache.org/~trawick/exception_hook.html

Generated with FreeBSD Port Tools 0.99
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-11-04 12:50:17 UTC
Responsible Changed
From-To: freebsd-ports-bugs->apache

apache@ wants this port PRs (via the GNATS Auto Assign Tool)
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-11 02:34:26 UTC
Responsible Changed
From-To: apache->pgollucci

I will take it.
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-11-11 05:08:44 UTC
pgollucci    2010-11-11 05:08:40 UTC

  FreeBSD ports repository

  Modified files:
    www                  Makefile 
  Added files:
    www/mod_whatkilledus Makefile distinfo pkg-descr 
  Log:
  mod_whatkilledus is an experimental module for Apache httpd 2.x which
  tracks the current request and logs a report of the active request
  when a child process crashes.
  
  Requirements: Apache httpd >= 2.0.49 must be built with the
  --enable-exception-hook configure option and mod_so enabled.
  
  Activating mod_whatkilledus:
  
    1. Load it like any other DSO.
          LoadModule whatkilledus_module modules/mod_whatkilledus.so
  
    2. Enable exception hooks for modules like mod_whatkilledus:
          EnableExceptionHook On
  
    3. Choose where the report on current activity should be written. If
       you want it reported to some place other than the error log, use the
       WhatKilledUsLog directive to specify a fully-qualified filename for
       the log.  Note that the web server user id (e.g., "nobody") must
       be able to create or append to this log file, as the log file is
       not opened until a crash occurs.
  
  WWW: http://people.apache.org/~trawick/exception_hook.html
  
  PR:             ports/151932
  Submitted by:   Frank Wall <fw at moov.de>
  
  Revision  Changes    Path
  1.2733    +1 -0      ports/www/Makefile
  1.1       +39 -0     ports/www/mod_whatkilledus/Makefile (new)
  1.1       +4 -0      ports/www/mod_whatkilledus/distinfo (new)
  1.1       +23 -0     ports/www/mod_whatkilledus/pkg-descr (new)
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 4 Philip M. Gollucci freebsd_committer freebsd_triage 2010-11-11 05:12:40 UTC
State Changed
From-To: open->closed

Committed, Thanks!