]> git.pld-linux.org Git - packages/apache1-mod_bandwidth.git/blob - apache1-mod_bandwidth.conf
- use apache1(EAPI) for runtime dep
[packages/apache1-mod_bandwidth.git] / apache1-mod_bandwidth.conf
1 # $Id$
2 LoadModule bandwidth_module      modules/mod_bandwidth.so
3
4 <IfModule mod_bandwidth.c>
5 BandWidthDataDir "/var/run/apache1-mod_bandwidth"
6
7 # BandWidthModule <On|Off>
8 # BandWidthPulse <microseconds>
9 # BandWidth <domain|ip|all> <rate>
10 # LargeFileLimit <filesize> <rate>
11 # MinBandWidth <domain|ip|all> <rate>
12
13 </IfModule>
14
15 # vim: filetype=apache ts=4 sw=4 et
This page took 0.056107 seconds and 3 git commands to generate.