Port details |
- mod_limitipconn Limit the number of simultaneous connections from a single IP address
- 0.04_1 www
=4 0.04_1Version of this port present on the latest quarterly branch.
- DEPRECATED: apache13 is deprecated, migrate to 2.2.x+ now
This port expired on: 2012-01-01
- Maintainer: ychsiao@ychsiao.org
- Port Added: 2003-04-17 16:28:07
- Last Update: 2012-01-01 19:30:58
- SVN Revision: UNKNOWN
- People watching this port, also watch:: p5-HTML-Tagset, phpMyAdmin-php81, p5-libwww
- License: not specified in port
- WWW:
- http://dominia.org/djao/limitipconn.html
- Description:
- This is the distribution page for the Apache module mod_limitipconn.c, which
allows web server administrators to limit the number of simultaneous downloads
permitted from a single IP address.
Why did I write this module? Well, I run an mp3 server which since its
inception was being constantly hosed by people who were trying to download
dozens of files at once. For months I scoured the Internet looking for a code
snippet that would solve this problem. The closest thing I found was this patch
against an old version of Apache, and it didn't run properly on my Linux box
(that was back then; nowadays, the patch doesn't even apply cleanly to the
Apache source tree).
Finally I gave up and decided to write something to do the job myself, and
here's the result.
WWW: http://dominia.org/djao/limitipconn.html
-
cgit ¦ GitHub ¦ GitHub ¦ GitLab ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - There is no configure plist information for this port.
- Dependency lines:
-
- ap13-mod_limitipconn>0:www/mod_limitipconn
- No installation instructions:
- This port has been deleted.
- PKGNAME: ap13-mod_limitipconn
- Flavors: there is no flavor information for this port.
- distinfo:
- There is no distinfo for this port.
No package information for this port in our database- Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link:
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- apxs : www/apache13
- Runtime dependencies:
-
- apxs : www/apache13
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ap22-mod_limitipconn-0.04_1:
FIXCOUNT=Off (default) "Patch dangling browser connections counting"
===> Use 'make config' to modify these settings
- Options name:
- N/A
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.04_1 01 Jan 2012 19:30:58 |
ohauer |
- remove apache13 and ports depending on apache13 from portstree
( EXPIRATION_DATE=2012-01-01 )
with hat apache@ |
0.04_1 02 Nov 2011 03:43:45 |
pgollucci |
- sync apache13 related EXPIRATION_DATE
With Hat: apache@ |
0.04_1 07 Sep 2011 03:00:51 |
pgollucci |
- Set EXPIRATION_DATE to an actual date (9.0 is behind, so guess 2 months from
now).
- This can be changed later as needed, if at all, either way we won't remove
them
until after 9.0 is released.
With Hat: apache@
Reported by: dvl via freshports |
0.04_1 27 Aug 2011 09:54:40 |
ohauer |
- set EXPIRATION_DATE to "one week after FreeBSD 9.0-RELEASE-p0"
with hat apache@ |
0.04_1 20 Aug 2011 19:00:12 |
ohauer |
- USE_APACHE= /1.3/13/ /2.0/20/ /2.2/22/ |
0.04_1 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.04_1 25 May 2010 20:17:37 |
pgollucci |
Mk/bsd.apache.mk can not sufficiently alter things before Mk/bsd.options.mk
in Mk/bsd.ports.mk due to ordering in Mk/bsd.port.mk. This causes OPTIONSFILE
to be incorrectly set during some make phases as a result of the recent
PKGNAMEPREFIX for apache ports.
'Revert' some of the PKGNAMEPREFIX changes for apXX-.
- Must be manually requested in tbe port Makefile either by
a) AP_FAST_BUILD=yes
b) PKGNAMEPREFIX=${APACHE_PKGNAMEPREFIX}
- Going forward, we will only do this for ports where WITH_APACHE
is NOT optional, but required. mod_* ports are a good fit.
141 ports are mod_ ports
80 of those use AP_FAST_BUILD and thus are auto hooked by this patch [a].
61 remaining are then patched to mirror the other $lang frameworks [b].
PR: ports/146956
Reported by: Hans F. Nordhaug <Hans.F.Nordhaug@hiMolde.no>, several
Discussed with: pav, itectu on #bsdports
Tested by: P6 TB run
Approved by: portmgr (pav) |
0.04_1 21 May 2009 20:45:34 |
pgollucci |
- Mark remaining mod_* ports MAKE_JOBS_SAFE=yes
PR: ports/134611
Approved by: pav (#bsdports) |
0.04_1 12 Apr 2009 07:58:00 |
pgollucci |
- USE_APACH=yes is deprecated
- Convert to AP_FAST_BUILD/AP_GENPLIST
PR: ports/133632
Approved by: maintainer |
0.04_1 10 May 2006 14:48:24 |
ache |
Maintainer's fix variant for dangling browser connections counting
PR: 96917
Submitted by: Yuan-Chung Hsiao <ychsiao@ychsiao.org> |
0.04_1 10 May 2006 14:21:10 |
ache |
Use non-default WITH_CONNECTION_COUNT_FIX option which fix following
bug using Scott's Barta contributed version from official site:
In standard version _all_ connections with the same IP counted through
scoreboard, despite file type. So, if you set limit 3 to, say, video/avi
type and open 3 connections to unlimited .html or .jpeg, next 1 connection
to video/avi will be rejected (since all, even unlimited connections are
counted through scoreboard)
Approved by: >2 weeks maintainer timeout |
0.04_1 24 Jan 2006 03:14:23 |
edwin |
SHA256ify
Approved by: krion@ |
0.04_1 24 Jan 2005 05:19:03 |
leeym |
- update maintainer's email address
PR: 76601
Submitted by: maintainer |
0.04_1 11 May 2004 21:39:57 |
vanilla |
Pass maintainership to submitter.
PR: ports/66532
Submitted by: Yuan-Chung Hsiao <ychsiao_at_ychsiao dot idv dot tw> |
0.04_1 11 May 2004 01:37:22 |
eik |
Drop maintainership.
PR: 66502
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> (maintainer) |
0.04_1 31 Mar 2004 03:12:58 |
trevor |
SIZEify (maintainer timeout) |
0.04_1 06 Feb 2004 13:12:53 |
trevor |
Use PLIST_FILES (bento-tested, marcus-reviewed). |
0.04_1 07 Nov 2003 09:12:58 |
marcus |
Use the new Apache bits from bsd.port.mk.
Submitted by: dinoex |
0.04_1 20 Apr 2003 08:12:03 |
ijliao |
* Fix building problem when PATH doesn't contain /usr/local/sbin.
* Use tarball's Makefile to install.
* Bump PORTREVISION.
PR: 51176
Submitted by: maintainer |
0.04 17 Apr 2003 16:27:41 |
ijliao |
add mod_limitipconn 0.04
Limit the number of simultaneous connections from a single client IP address
PR: 51095
Submitted by: Gea-Suan Lin <gslin@netnews.NCTU.edu.tw> |