Port details |
- mod_whatkilledus Logs a report when a child process crashes
- 2.0_1 www
=0 2.0_1Version of this port present on the latest quarterly branch.
- Maintainer: fw@moov.de
- Port Added: 2010-11-11 05:09:09
- Last Update: 2018-04-16 10:44:31
- SVN Revision: 467473
- License: APACHE20
- WWW:
- https://emptyhammock.com/projects/httpd/diag/legacy_exception_hook.html
- Description:
- 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: https://emptyhammock.com/projects/httpd/diag/legacy_exception_hook.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- ap22-mod_whatkilledus>0:www/mod_whatkilledus
- No installation instructions:
- This port has been deleted.
- PKGNAME: there is no package for this port: MANUAL_PACKAGE_BUILD = requires apache WITH_EXCEPTION_HOOK=yes
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (mod_whatkilledus.c) = 28c5c7b2b756513d31a87d707e5878d46795d125e5eb38d913a5d1713d203c90
SIZE (mod_whatkilledus.c) = 12274
SHA256 (test_char.h) = 424d330cc397e98cff333f33a3b00ef4abf84e405e26aedd898d293f3d12b590
SIZE (test_char.h) = 1094
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache22
- Runtime dependencies:
-
- apxs : www/apache22
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- N/A
- USES:
- apache:2.2
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 13
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.0_1 16 Apr 2018 10:44:31 |
brnrd |
www/mod_antiloris
www/mod_auth_imap2
www/mod_authn_sasl
www/mod_bw
www/mod_cband
www/mod_clamav
www/mod_extract_forwarded
www/mod_hosts_access
www/mod_log_config-st
www/mod_log_mysql
www/mod_log_sql2-dtc
www/mod_macro22
www/mod_musicindex
www/mod_ntlm2
www/mod_proxy_html
www/mod_remoteip
www/mod_spdy
www/mod_uid
www/mod_vhost_ldap
www/mod_whatkilledus
www/mod_xml2enc
2017-07-01 www/apache22: Upstream propose EoL of apache 2.2.x during the next 12
months |
2.0_1 11 Mar 2018 17:38:46 |
brnrd |
Migrate USE_APACHE to USES= apache (category www)
- Following migration of Mk/bsd.apache.mk to Mk/Uses/apache.mk
With hat: apache |
2.0_1 24 Dec 2017 09:00:42 |
amdmi3 |
- Update WWW
Approved by: portmgr blanket |
2.0_1 08 Dec 2016 17:26:10 |
tijl |
Remove libpcre.so.3 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps. Bump dependent ports that have not
been bumped since. |
2.0 19 May 2016 10:53:06 |
amdmi3 |
- Fix trailing whitespace in pkg-descrs, categories [p-x]*
Approved by: portmgr blanket |
2.0 07 Sep 2014 15:23:14 |
adamw |
Specify the reason for MANUAL_PACKAGE_BUILD, not "yes" |
2.0 09 Mar 2014 13:03:28 |
ohauer |
- add stage support
- add LICENSE
- adopt new LIB_DEPENDS syntax |
2.0 20 Sep 2013 23:36:54 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
www) |
2.0 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
2.0 24 Sep 2012 20:55:01 |
ohauer |
- USE_APACHE s/22+/22/
some additional cleanups/fixes
- adopt new Makefile header
- convert to optionsNG
- use BROKEN instead IGNORE in bsd.apache.mk
with hat apache@ |
2.0 18 Aug 2012 14:29:11 |
ohauer |
- remove www/apache20 and devel/apr0
- s/USE_APACHE= 20+/USE_APACHE= 22+/
- unify s/YES/yes/
- cleanup APACHE_VERSION <= 22 usage
- add entry to MOVED
with hat apache@ |
2.0 11 Nov 2010 05:11:59 |
pgollucci |
- Mark manual package builds b/c of httpd configure requirements |
2.0 11 Nov 2010 05:08:40 |
pgollucci |
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
(Only the first 15 lines of the commit message are shown above ) |
Number of commits found: 13
|