You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apache/mod_bw/files/11_mod_bw.conf

17 lines
422 B

<IfDefine BW>
LoadModule bw_module modules/mod_bw.so
# 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
</IfDefine>
# vim: ts=4 filetype=apache