Web Hosting Talk







View Full Version : mod_bwlimited?


ffeingol
12-18-2001, 02:47 PM
Howdy all,

I'm looking for an Apache module to limit the transfer on virtual sites. I'm told that mod_bwlimited can do this, but I can't find the module anywhere.

TIA,

Frank

bobcares
12-18-2001, 03:13 PM
Hi!
I guess this is what you are looking for.
http://www.cohprog.com/mod_bandwidth.html

I hope this helps.
I have never tried so I can't give my suggestions about it.

Have a great day :)
regards
amar

ffeingol
12-18-2001, 03:21 PM
Howdy,

I have looked at that module, but it was not the one that was recommended. I'll look at it again.

Frank

ASPCode.net
12-18-2001, 06:16 PM
http://www.snert.com/Software/mod_throttle/ can also be used per virtual site

cyansmoker
12-18-2001, 07:02 PM
Originally posted by ASPCode.net
http://www.snert.com/Software/mod_throttle/ can also be used per virtual site

Has anybody ever managed to compile mod_throttle with EAPI support??
I would be very interested in this...

BTW, mod_bandwidth and mod_throttle are very different: I'm currently using mod_bandwidth, which, although quite configurable, doesn't allow bandwidth bursts, so my clients can get a feeling that connectivity is pretty bad.
mod_throttle, on the other hand, is a statistical throttling module, so it allows your clients sites to cope with high demand while not exceeding their transfer allowance.