diff options
author | clement <clement@FreeBSD.org> | 2004-02-26 16:42:03 +0000 |
---|---|---|
committer | clement <clement@FreeBSD.org> | 2004-02-26 16:42:03 +0000 |
commit | c8ec8a705dc9e4f1ee78fb5dde83045b78f8ab23 (patch) | |
tree | bad6f50e1c7de5cc34e60e32ff561835a860225a /www | |
parent | 70a84558c41df3d32ad6f4c1af737a65e805a808 (diff) | |
download | FreeBSD-ports-c8ec8a705dc9e4f1ee78fb5dde83045b78f8ab23.zip FreeBSD-ports-c8ec8a705dc9e4f1ee78fb5dde83045b78f8ab23.tar.gz |
Add mod_log_data 0.0.3, module for Apache 2.0 to log incoming and
outgoing data.
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/
PR: ports/57661
Diffstat (limited to 'www')
-rw-r--r-- | www/Makefile | 1 | ||||
-rw-r--r-- | www/mod_log_data/Makefile | 33 | ||||
-rw-r--r-- | www/mod_log_data/distinfo | 1 | ||||
-rw-r--r-- | www/mod_log_data/pkg-descr | 7 | ||||
-rw-r--r-- | www/mod_log_data/pkg-plist | 4 |
5 files changed, 46 insertions, 0 deletions
diff --git a/www/Makefile b/www/Makefile index 4381c2e..a9d9de1 100644 --- a/www/Makefile +++ b/www/Makefile @@ -242,6 +242,7 @@ SUBDIR += mod_layout2 SUBDIR += mod_limitipconn SUBDIR += mod_limitipconn2 + SUBDIR += mod_log_data SUBDIR += mod_log_sql SUBDIR += mod_macro SUBDIR += mod_mp3 diff --git a/www/mod_log_data/Makefile b/www/mod_log_data/Makefile new file mode 100644 index 0000000..b8f87d6 --- /dev/null +++ b/www/mod_log_data/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: mod_log_data +# Date created: Sun Oct 5 +# Whom: Clement Laforet <sheepkiller@cultdeadsheep.org> +# +# $FreeBSD$ +# + +PORTNAME= mod_log_data +PORTVERSION= 0.0.3 +CATEGORIES= www +MASTER_SITES= http://loghttp.sourceforge.net/files/ + +MAINTAINER= sheepkiller@cultdeadsheep.org +COMMENT= Module for Apache 2.0 to log incoming and outgoing data + +BUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache2 +RUN_DEPENDS= ${BUILD_DEPENDS} + +WRKSRC= ${WRKDIR}/${PORTNAME} +USE_APACHE= YES +WITH_APACHE2= YES + +.include <bsd.port.pre.mk> + +ONLY_FOR_ARCHS= i386 + +do-build: + @(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c) + +do-install: + @(cd ${WRKSRC} && ${APXS} -A -i ${PORTNAME}.la) + +.include <bsd.port.post.mk> diff --git a/www/mod_log_data/distinfo b/www/mod_log_data/distinfo new file mode 100644 index 0000000..a333746 --- /dev/null +++ b/www/mod_log_data/distinfo @@ -0,0 +1 @@ +MD5 (mod_log_data-0.0.3.tar.gz) = 473a72701cf1db6671a114f086f60af1 diff --git a/www/mod_log_data/pkg-descr b/www/mod_log_data/pkg-descr new file mode 100644 index 0000000..1d11734 --- /dev/null +++ b/www/mod_log_data/pkg-descr @@ -0,0 +1,7 @@ +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/ diff --git a/www/mod_log_data/pkg-plist b/www/mod_log_data/pkg-plist new file mode 100644 index 0000000..1222ccc --- /dev/null +++ b/www/mod_log_data/pkg-plist @@ -0,0 +1,4 @@ +libexec/apache2/mod_log_data.so +@exec %D/sbin/apxs -e -a -n log_data %D/%f +@unexec %D/sbin/apxs -e -a -n log_data %D/%f +@unexec echo "===> If you do not plan on reinstalling mod_log_data, you must manually remove"; echo "===> references to it in httpd.conf." |