From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 19 12:50:30 2003 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 2ED8516A4B3 for ; Sun, 19 Oct 2003 12:50:30 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6112043FBD for ; Sun, 19 Oct 2003 12:50:25 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.9/8.12.9) with ESMTP id h9JJoPFY021475 for ; Sun, 19 Oct 2003 12:50:25 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.9/8.12.9/Submit) id h9JJoPbZ021472; Sun, 19 Oct 2003 12:50:25 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 19 Oct 2003 12:50:25 -0700 (PDT) Resent-Message-Id: <200310191950.h9JJoPbZ021472@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Clement Laforet Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D282216A4DD for ; Sun, 19 Oct 2003 12:42:56 -0700 (PDT) Received: from cultdeadsheep.org (charon.cultdeadsheep.org [80.65.226.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id 01C5643FBD for ; Sun, 19 Oct 2003 12:42:53 -0700 (PDT) (envelope-from sheepkiller@cultdeadsheep.org) Received: (qmail 86060 invoked by uid 85); 19 Oct 2003 21:42:52 +0200 Received: from sheepkiller@cultdeadsheep.org by goofy.cultdeadsheep.org by uid 82 with qmail-scanner-1.20rc2 ( Clear:RC:1:. Processed in 0.040723 secs); 19 Oct 2003 19:42:52 -0000 Received: from lucifer.cultdeadsheep.org (192.168.0.2) by goofy.cultdeadsheep.org with SMTP; 19 Oct 2003 21:42:51 +0200 Received: by lucifer.cultdeadsheep.org (sSMTP sendmail emulation); Sun, 19 Oct 2003 21:42:24 +0200 Message-Id: <20031019194253.01C5643FBD@mx1.FreeBSD.org> Date: Sun, 19 Oct 2003 21:42:24 +0200 From: Clement Laforet To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: Clement@FreeBSD.org cc: "Laforet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 19 Oct 2003 19:50:30 -0000 X-List-Received-Date: Sun, 19 Oct 2003 19:50:30 -0000 >Number: 58253 >Category: ports >Synopsis: [new port] www/mod_limitipconn: Allows you to limit the number of simultaneous connexions >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: Sun Oct 19 12:50:24 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: Apache module mod_limitipconn, which allows web server administrators to limit the number of simultaneous downloads permitted from a single IP address. Proxy tracking possibility is not supporter since apache isn't patched. WWW: http://dominia.org/djao/limitipconn.html >How-To-Repeat: N/A. >Fix: --- mod_limitipconn.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_limitipconn # mod_limitipconn/Makefile # mod_limitipconn/distinfo # mod_limitipconn/pkg-descr # mod_limitipconn/pkg-plist # echo c - mod_limitipconn mkdir -p mod_limitipconn > /dev/null 2>&1 echo x - mod_limitipconn/Makefile sed 's/^X//' >mod_limitipconn/Makefile << 'END-of-mod_limitipconn/Makefile' X# New ports collection makefile for: mod_limitipconn X# Date created: Sun Oct 19 X# Whom: Clement Laforet X# X# $FreeBSD$ X# X XPORTNAME= mod_limitipconn XPORTVERSION= 0.04 XCATEGORIES= www XMASTER_SITES= http://dominia.org/djao/limit/ XDIST_SUBDIR= apache X XMAINTAINER= sheepkiller@cultdeadsheep.org XCOMMENT= Allows you to limit the number of simultaneous connexions X XBUILD_DEPENDS= ${LOCALBASE}/sbin/apxs:${PORTSDIR}/www/apache13 XRUN_DEPENDS= ${BUILD_DEPENDS} X XAPXS?= ${LOCALBASE}/sbin/apxs X XDOC_FILES= ChangeLog README X Xdo-build: X @(cd ${WRKSRC} && ${APXS} -c ${PORTNAME}.c) X Xdo-install: X @(cd ${WRKSRC} && ${APXS} -i -A -n ${PORTNAME:S/mod_//} ${PORTNAME}.so) X X.if !defined (NOPORTDOCS) X @${MKDIR} ${DOCSDIR} X. for f in ${DOC_FILES} X @${INSTALL_DATA} ${WRKSRC}/${f} ${DOCSDIR} X. endfor X.endif X X.include END-of-mod_limitipconn/Makefile echo x - mod_limitipconn/distinfo sed 's/^X//' >mod_limitipconn/distinfo << 'END-of-mod_limitipconn/distinfo' XMD5 (apache/mod_limitipconn-0.04.tar.gz) = 009dac6ccae20806916ec7aa61a42a1f END-of-mod_limitipconn/distinfo echo x - mod_limitipconn/pkg-descr sed 's/^X//' >mod_limitipconn/pkg-descr << 'END-of-mod_limitipconn/pkg-descr' XApache module mod_limitipconn, which allows web server administrators Xto limit the number of simultaneous downloads permitted from a single XIP address. XProxy tracking possibility is not supported since apache isn't patched. X XWWW: http://dominia.org/djao/limitipconn.html END-of-mod_limitipconn/pkg-descr echo x - mod_limitipconn/pkg-plist sed 's/^X//' >mod_limitipconn/pkg-plist << 'END-of-mod_limitipconn/pkg-plist' Xlibexec/apache/mod_limitipconn.so X@exec %D/sbin/apxs -e -A -n limitipconn %D/%f X%%PORTDOCS%%%%DOCSDIR%%/README X%%PORTDOCS%%%%DOCSDIR%%/ChangeLog X%%PORTDOCS%%@dirrm %%DOCSDIR%% X@unexec echo "===> If you do not plan on reinstalling mod_limitipconn, you must manually remove"; echo "===> references to it in httpd.conf." END-of-mod_limitipconn/pkg-plist exit --- mod_limitipconn.shar ends here --- >Release-Note: >Audit-Trail: >Unformatted: