Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Apr 2009 02:02:08 GMT
From:      "Philip M. Gollucci" <pgollucci@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        ychsiao@ychsiao.org
Subject:   ports/133632: [PATCH] www/mod_limitipconn: apache@ cleanups
Message-ID:  <200904120202.n3C228sx015022@mail.bluecottontech.com>
Resent-Message-ID: <200904120210.n3C2A42e019380@freefall.freebsd.org>

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

>Number:         133632
>Category:       ports
>Synopsis:       [PATCH] www/mod_limitipconn: apache@ cleanups
>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 Apr 12 02:10:03 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Philip M. Gollucci
>Release:        FreeBSD 7.1-RELEASE-p3 amd64
>Organization:
RideCharge Inc.
>Environment:
System: FreeBSD mail.bluecottontech.com 7.1-RELEASE-p3 FreeBSD 7.1-RELEASE-p3 #1: Tue Mar 10 22:10:18 UTC 2009
>Description:
- USE_APACH=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST

Port maintainer (ychsiao@ychsiao.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- mod_limitipconn-0.04_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/pcvs/ports/www/mod_limitipconn/Makefile,v
retrieving revision 1.9
diff -u -u -r1.9 Makefile
--- Makefile	10 May 2006 14:48:24 -0000	1.9
+++ Makefile	12 Apr 2009 02:01:15 -0000
@@ -12,11 +12,11 @@
 MASTER_SITES=	http://dominia.org/djao/limit/
 
 MAINTAINER=	ychsiao@ychsiao.org
-COMMENT=	Limit the number of simultaneous connections from a single client IP address
+COMMENT=	Limit the number of simultaneous connections from a single IP address
 
-PLIST_FILES=	libexec/apache/mod_limitipconn.so
-USE_APACHE=	yes
+USE_APACHE=	1.3
 APACHEMODDIR=	libexec/apache
+PLIST_FILES=	${APACHEMODDIR}/mod_limitipconn.so
 PLIST_SUB+=	APACHEMODDIR="${APACHEMODDIR}"
 
 OPTIONS=	FIXCOUNT "Patch dangling browser connections counting" Off
--- mod_limitipconn-0.04_1.patch ends here ---

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



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