summaryrefslogtreecommitdiff
blob: 620b17a561c242f1736b6e2fa97a1f0a41b01857 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<IfDefine BWSHARE>
    <IfModule !mod_bwshare.c>
	LoadModule bwshare_module modules/mod_bwshare.so
    </IfModule>
</IfDefine>

<IfModule mod_bwshare.c>
    # Some bandwidth control parameters
    BW_tx1cred_rate 0.067
    BW_tx1debt_max  30
    BW_tx2cred_rate 1000
    BW_tx2debt_max  1000000

    <Location /bwshare-info>
	SetHandler bwshare-info
    </Location>

    <Location /bwshare-trace>
        SetHandler bwshare-trace
    </Location>
</IfModule>