5 ldconfig -n /usr/lib/apache
12 1. add the following to /etc/httpd/conf/httpd.conf
13 LoadModule bwshare_module modules/mod_bwshare.so
15 2. add the module settings to httpd.conf
16 <IfModule mod_bwshare.c>
17 #Some bandwidth control parameters.
21 BW_tx2debt_max 1000000
23 <Location /bwshare-info>
24 SetHandler bwshare-info
27 <Location /bwshare-trace>
28 SetHandler bwshare-trace
31 3. for improved privacy consider adding these lines to both <Location..> directives: