From 952c093f0fd8113e5f3859e89d92fcba5579ed16 Mon Sep 17 00:00:00 2001 From: Willy Sudiarto Raharjo Date: Sat, 3 Oct 2015 08:57:50 +0700 Subject: network/mod_bw: Added (apache module). Signed-off-by: Willy Sudiarto Raharjo --- network/mod_bw/README | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 network/mod_bw/README (limited to 'network/mod_bw/README') 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 -- cgit v1.2.3