]> git.pld-linux.org Git - packages/apache-mod_bw.git/blame_incremental - apache1-mod_bandwidth.conf
- %desc
[packages/apache-mod_bw.git] / apache1-mod_bandwidth.conf
... / ...
CommitLineData
1# $Id$
2LoadModule bandwidth_module modules/mod_bandwidth.so
3
4<IfModule mod_bandwidth.c>
5BandWidthDataDir "/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.059706 seconds and 4 git commands to generate.