[Info-vax] Apache... anyone built mod_limitipconn for VMS?

Mark Round mark.round at gmail.com
Fri Jan 15 04:32:01 EST 2010


> Clients have normal access to the web site but downloads in the form of
> ZIP archives (and these are large ZIP archives) are limited to only one
> download per IP (eg. client).

Unless they happen to be behind a proxy, as is the case for many ISPs
or businesses. In which case, restricting access by IP could be
blocking a lot more than 1 person.

Could mod_cband help in an alternative way ? It also features IP
limits like limitipconn, but also offers a bunch of other bandwidth-
related features, so you could have a downloads.domain.com vhost which
has these limits in place. No idea if it'll compile on VMS (did you
use APXS, by the way?) but may be worth a shot...

See http://codee.pl/cband.html for more info...

    * Lightweight bandwidth limiting module for Apache2
    * per-user bandwidth limiting
    * per-virtualhost bandwidth limiting
    * per-destination bandwidth limiting
    * Limiting:
          o Bandwidth total usage (bandwidth quota)
          o Maximal download speed (bandwidth throttling)
          o Maximal requests-per-second speed
          o Maximal simultanous IP connections
    * Support for virtualhosts
    * Support for defined users
    * Support for /cband-status handler
    * Support for /cband-status-me handler



More information about the Info-vax mailing list