Skip site navigation (1)Skip section navigation (2)
Date:      Mon,  6 Oct 2003 19:47:03 +0200
From:      Clement Laforet <sheepkiller@cultdeadsheep.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Clement Laforet <sheepkiller@cultdeadsheep.org>
Subject:   ports/57661: [new port] www/mod_log_data: Module for Apache 2.0 to log incoming and outgoing data
Message-ID:  <20031006174700.24C4343FBF@mx1.FreeBSD.org>
Resent-Message-ID: <200310061750.h96HoNZw058703@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         57661
>Category:       ports
>Synopsis:       [new port] www/mod_log_data: Module for Apache 2.0 to log incoming and outgoing data
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Mon Oct 06 10:50:23 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Clement Laforet
>Release:        FreeBSD 5.1-CURRENT i386
>Organization:
cotds.org 
>Environment:
System: FreeBSD lucifer.cultdeadsheep.org 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Mon Sep 22 08:20:10 CEST 2003 clement@lucifer.cultdeadsheep.org:/usr/obj/usr/src/sys/LUCIFER i386


	
>Description:
	mod_log_data is a module for Apache 2.0, logging incoming and outgoing 
	data.
	This module can be used for debug or for security.
	This beta version include one filter dumping the POST data for an
	incoming request, and a filter dumping the outgoing data.

	WWW: http://loghttp.sourceforge.net/

>How-To-Repeat:
	N/A.
>Fix:

	

--- mod_log_data.shar begins here ---
# This is a shell archive.  Save it in a file, remove anything before
# this line, and then unpack it by entering "sh file".  Note, it may
# create directories; files and directories will be owned by you and
# have default permissions.
#
# This archive contains:
#
#	mod_log_data
#	mod_log_data/Makefile
#	mod_log_data/distinfo
#	mod_log_data/pkg-descr
#	mod_log_data/pkg-plist
#
echo c - mod_log_data
mkdir -p mod_log_data > /dev/null 2>&1
echo x - mod_log_data/Makefile
sed 's/^X//' >mod_log_data/Makefile << 'END-of-mod_log_data/Makefile'
X# New ports collection makefile for:	mod_log_data
X# Date created:				Sun Oct  5
X# Whom:					Clement Laforet <sheepkiller@cultdeadsheep.org>
X#
X# $FreeBSD$
X#
X
XPORTNAME=	mod_log_data
XPORTVERSION=	0.0.3
XCATEGORIES=	www
XMASTER_SITES=	http://loghttp.sourceforge.net/files/
X
XMAINTAINER=	sheepkiller@cultdeadsheep.org
XCOMMENT=	Module for Apache 2.0 to log incoming and outgoing data
X
XBUILD_DEPENDS=	${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2
XRUN_DEPENDS=	${BUILD_DEPENDS}
X
XWRKSRC=		${WRKDIR}/${PORTNAME}
XAPXS?=		${LOCALBASE}/sbin/apxs
X
Xdo-build:
X	@(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c)
X
Xdo-install:
X	@(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la)
X
X.include <bsd.port.mk>
END-of-mod_log_data/Makefile
echo x - mod_log_data/distinfo
sed 's/^X//' >mod_log_data/distinfo << 'END-of-mod_log_data/distinfo'
XMD5 (mod_log_data-0.0.3.tar.gz) = 473a72701cf1db6671a114f086f60af1
END-of-mod_log_data/distinfo
echo x - mod_log_data/pkg-descr
sed 's/^X//' >mod_log_data/pkg-descr << 'END-of-mod_log_data/pkg-descr'
Xmod_log_data is a module for Apache 2.0, logging incoming and outgoing 
Xdata.
XThis module can be used for debug or for security.
XThis beta version include one filter dumping the POST data for an
Xincoming request, and a filter dumping the outgoing data.
X
XWWW: http://loghttp.sourceforge.net/
END-of-mod_log_data/pkg-descr
echo x - mod_log_data/pkg-plist
sed 's/^X//' >mod_log_data/pkg-plist << 'END-of-mod_log_data/pkg-plist'
Xlibexec/apache/mod_log_data.so
X@exec %D/sbin/apxs -e -a -n mod_log_data %D/%f
X@unexec echo "===>  If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===>  references to it in httpd.conf."
END-of-mod_log_data/pkg-plist
exit
--- mod_log_data.shar ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20031006174700.24C4343FBF>