summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'net-www/mod_bwshare/files')
-rw-r--r--net-www/mod_bwshare/files/13_mod_bwshare.conf21
-rw-r--r--net-www/mod_bwshare/files/digest-mod_bwshare-0.1.31
2 files changed, 22 insertions, 0 deletions
diff --git a/net-www/mod_bwshare/files/13_mod_bwshare.conf b/net-www/mod_bwshare/files/13_mod_bwshare.conf
new file mode 100644
index 000000000000..620b17a561c2
--- /dev/null
+++ b/net-www/mod_bwshare/files/13_mod_bwshare.conf
@@ -0,0 +1,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>
diff --git a/net-www/mod_bwshare/files/digest-mod_bwshare-0.1.3 b/net-www/mod_bwshare/files/digest-mod_bwshare-0.1.3
new file mode 100644
index 000000000000..a5a7825f0190
--- /dev/null
+++ b/net-www/mod_bwshare/files/digest-mod_bwshare-0.1.3
@@ -0,0 +1 @@
+MD5 4ffdd2e9129dd3b5154c6291ddef8e36 bwshare-0.1.3.zip 47584