# Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/net-www/mod_bandwidth/files/10_mod_bandwidth.conf,v 1.1 2005/01/08 21:06:39 hollow Exp $ LoadModule bandwidth_module modules/mod_bandwidth.so # # Syntax can be found at http://www.cohprog.com/v3/bandwidth/doc-en.html # BandWidthDataDir /var/cache/mod_bandwidth # This must be turned on for mod_bandwidth to actually do anything # These directives can go inside a VirtualHost or Directory, etc... # # BandWidthModule On # Limit 196.168.0.0/24 to 80KB/sec, with a minimum of 60KB/sec # # BandWidth 196.168.0 80000 # BandWidth 196.168.0 60000 # Everyone else shares 50KB/sec # # Bandwidth all 50000