slackbuilds/network/mod_bw
Willy Sudiarto Raharjo 952c093f0f network/mod_bw: Added (apache module).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
2015-10-03 08:57:50 +07:00
..
README network/mod_bw: Added (apache module). 2015-10-03 08:57:50 +07:00
apache24.patch network/mod_bw: Added (apache module). 2015-10-03 08:57:50 +07:00
apr_atomic_fix.patch network/mod_bw: Added (apache module). 2015-10-03 08:57:50 +07:00
mod_bw.SlackBuild network/mod_bw: Added (apache module). 2015-10-03 08:57:50 +07:00
mod_bw.info network/mod_bw: Added (apache module). 2015-10-03 08:57:50 +07:00
slack-desc network/mod_bw: Added (apache module). 2015-10-03 08:57:50 +07:00

README

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