Web Hosting Talk







View Full Version : Bandwidth Limiting


refcom
11-05-2002, 02:42 PM
For all of those out there using HTTP/1.1 Virtual hosting, how do you limit your bandwidth? You can't do direct IP accounting, so I'm just curious to know what everyone is using on the software side. We helped out with development of some opensource software to do this in Apache, but what else do you use?

Woogs
11-05-2002, 02:42 PM
mod_throttle

refcom
11-05-2002, 02:47 PM
Yeah... From Anthony Howe (achowe)... That's what we're using for Apache. If you like it you should also look at his other modules, especially the one that makes you nice MRTG graphs for each web site visitor. Take note that he's changing the product quite a bit for Apache 2.0.

RyanK
11-05-2002, 03:58 PM
We actually use a custom solution that runs inline with our network. Kind of like CiscoWorks (but not ;)). It gives us detailed reporting and automation of IP management. It's a combo of a software/hardware (appliance) solution.

refcom
11-05-2002, 04:02 PM
We used to use a custom system like that - just with IP accounting. I'm interested in ideas for non-IP based hosting though... Basically in shared IP based hosting you have to base your limiting on the Host header.