summaryrefslogtreecommitdiffstats
path: root/network/mod_bw/README
diff options
context:
space:
mode:
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