mirror of
https://github.com/Ponce/slackbuilds
synced 2024-11-16 19:50:19 +01:00
952c093f0f
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
10 lines
403 B
Text
10 lines
403 B
Text
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
|