summaryrefslogtreecommitdiffstats
path: root/network/mod_bw/README
diff options
context:
space:
mode:
author Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-03 08:57:50 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-10-03 08:57:50 +0700
commit952c093f0fd8113e5f3859e89d92fcba5579ed16 (patch)
tree57e5ca8d133aa9095f823b78d74fe3bf6cec4a7a /network/mod_bw/README
parent4cd63afd3e2ca8d60ff182bb542d7ce28aca18d0 (diff)
downloadslackbuilds-952c093f0fd8113e5f3859e89d92fcba5579ed16.tar.gz
slackbuilds-952c093f0fd8113e5f3859e89d92fcba5579ed16.tar.xz
network/mod_bw: Added (apache module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'network/mod_bw/README')
-rw-r--r--network/mod_bw/README10
1 files changed, 10 insertions, 0 deletions
diff --git a/network/mod_bw/README b/network/mod_bw/README
new file mode 100644
index 0000000000..36f4f5ccb9
--- /dev/null
+++ b/network/mod_bw/README
@@ -0,0 +1,10 @@
+The httpd web server doesn't really have a way to control how much
+resources a given virtual host can have or a user can request.
+
+This module should be able to limit access to certain areas
+of the website and to limit mailicious users
+
+You will need to add the following line to /etc/httpd/httpd.conf:
+LoadModule bw_module lib{64}/httpd/modules/mod_bw.so
+
+See mod_bw-0.7.txt for configuration