cvs commit: ports/www Makefile ports/www/mod_whatkilledus Makefile distinfo pkg-descr

Philip M. Gollucci pgollucci at FreeBSD.org
Thu Nov 11 05:08:41 UTC 2010


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)


More information about the cvs-ports mailing list