]> git.pld-linux.org Git - packages/apache-mod_bw.git/blame - apache1-mod_bandwidth.conf
- proper config file with an example included
[packages/apache-mod_bw.git] / apache1-mod_bandwidth.conf
CommitLineData
2ef17395
ER
1# $Id$
2LoadModule bandwidth_module modules/mod_bandwidth.so
3
4<IfModule mod_bandwidth.c>
5BandWidthDataDir "/var/run/apache1-mod_bandwidth"
5128d3ce
AM
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
2ef17395
ER
13</IfModule>
14
15# vim: filetype=apache ts=4 sw=4 et
This page took 0.065157 seconds and 4 git commands to generate.