I have ported the original mod_limitipconn module to Apache 2.0. The Apache 2.0 port includes all the features of the Apache 1.3 version, including proxy tracking and MIME type inclusion/exclusion. WWW: http://dominia.org/djao/limitipconn2.html
On Tue, 18 Nov 2003 20:42:58 +0800 (CST) Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> wrote: > >Synopsis: New port: www/mod_limitipconn2 > I have ported the original mod_limitipconn module to Apache 2.0. The > Apache 2.0 port includes all the features of the Apache 1.3 version, > including proxy tracking and MIME type inclusion/exclusion. > > WWW: http://dominia.org/djao/limitipconn2.html I already submitted this port (see PR 58254), and I'd be happy if you take over it :-) You should modify your port: 1. Define WITH_APACHE2 2. Don't skip build stage. Even if you can do a "all in one" apxs command, you MUST seperate building and installing. 3. (optionnal) If you can avoid mod_limitipconn2 as portname and use LATEST_LINK=mod_limitipconn2, since mod_limitipconn2 and mod_limitipconn have different version and are mutually exclusive. Note to committers: You can close PR 58254 :-) clem
Responsible Changed From-To: freebsd-ports-bugs->clement Take this one too, since I already submitted the port.
State Changed From-To: open->closed New port added, thanks ! I commit my previous version, and give you maintainership. Next apache2 port version will support buildconf, so proxy tracking possibility can be enabled. I'll contact you.