SPECS: apache-mod_whatkilledus.spec - it wasn't initial one; ressurect old,...

arekm arekm at pld-linux.org
Sat Jun 14 21:45:28 CEST 2008


Author: arekm                        Date: Sat Jun 14 19:45:28 2008 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- it wasn't initial one; ressurect old, good changes

---- Files affected:
SPECS:
   apache-mod_whatkilledus.spec (1.10 -> 1.11) 

---- Diffs:

================================================================
Index: SPECS/apache-mod_whatkilledus.spec
diff -u SPECS/apache-mod_whatkilledus.spec:1.10 SPECS/apache-mod_whatkilledus.spec:1.11
--- SPECS/apache-mod_whatkilledus.spec:1.10	Sat Jun 14 20:22:45 2008
+++ SPECS/apache-mod_whatkilledus.spec	Sat Jun 14 21:45:22 2008
@@ -1,10 +1,11 @@
 # $Revision$, $Date$
 %define		mod_name	whatkilledus
 %define 	apxs		/usr/sbin/apxs
-Summary:	Apache module: logs request when child process crashes
+Summary:	Apache module: knows what a thread was handling in case the thread segfaults
+Summary(pl.UTF-8):	Moduł apache wiedzący, co obsługiwał wątek w przypadku naruszenia ochrony pamięci
 Name:		apache-mod_%{mod_name}
-Version:	0.1
-Release:	0.20040323.1
+Version:	1.0
+Release:	1.20040323.1
 License:	Apache v2.0
 Group:		Networking/Daemons
 Source0:	http://people.apache.org/~trawick/mod_whatkilledus.c
@@ -19,13 +20,16 @@
 
 %define		_pkglibdir	%(%{apxs} -q LIBEXECDIR 2>/dev/null)
 %define		_sysconfdir	%(%{apxs} -q SYSCONFDIR 2>/dev/null)
-%define		_pkglogdir	%(%{apxs} -q PREFIX 2>/dev/null)/logs
 
 %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. You should verify that it works
-reasonably on your system before putting it in production.
+Keeps a little bit of state on each active connection, which allows it
+to know what a thread was handling in case the thread segfaults.
+
+%description -l pl.UTF-8
+Moduł przechowujący wybrane informacje o stanie każdego aktywnego
+połączenia, pozwalające dowiedzieć się, co obsługiwał wątek w
+sytuacji, kiedy spowodował naruszenie ochrony pamięci.
+
 
 %prep
 %setup -q -c -T
@@ -43,7 +47,7 @@
 
 touch $RPM_BUILD_ROOT/var/log/httpd/whatkilledus_log
 
-cat > $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/90_mod_%{mod_name}.conf << 'EOF'
+cat > $RPM_BUILD_ROOT%{_sysconfdir}/httpd.conf/68_mod_%{mod_name}.conf << 'EOF'
 LoadModule %{mod_name}_module modules/mod_%{mod_name}.so
 EnableExceptionHook On
 WhatKilledUsLog /var/log/httpd/whatkilledus_log
@@ -74,6 +78,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.11  2008-06-14 19:45:22  arekm
+- it wasn't initial one; ressurect old, good changes
+
 Revision 1.10  2008-06-14 18:22:45  arekm
 - create file in post
 
@@ -84,5 +91,4 @@
 - update config
 
 Revision 1.7  2008-06-14 17:58:54  arekm
-- initial
-
+- tweaks
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/cgi-bin/cvsweb.cgi/SPECS/apache-mod_whatkilledus.spec?r1=1.10&r2=1.11&f=u



More information about the pld-cvs-commit mailing list