slackbuilds/network/mod_bw
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
README
apache24.patch
mod_bw.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
mod_bw.info
slack-desc

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