diff options
Diffstat (limited to 'network/mod_limitipconn/README')
-rw-r--r-- | network/mod_limitipconn/README | 10 |
1 files changed, 3 insertions, 7 deletions
diff --git a/network/mod_limitipconn/README b/network/mod_limitipconn/README index 572ce02f33..88a20d6f95 100644 --- a/network/mod_limitipconn/README +++ b/network/mod_limitipconn/README @@ -2,14 +2,10 @@ mod_limitipconn is an Apache which allows web server administrators to limit the number of simultaneous downloads permitted from a single IP address. -The module can be loaded with the following in /etc/httpd/httpd.conf - -LoadModule limitipconn_module lib/httpd/modules/mod_limitipconn.so -ExtendedStatus On -MaxConnPerIP 5 +You'll need to add the following line to your /etc/httpd/httpd.conf: + Include /etc/httpd/mod_limitipconn.conf To test the 'test.pl' utility from mod_evasive is included in the doc dir. Which when run multiple simultainus sessions of should similate accessive connectivity; e.g. with MaxConnPerIP set to ``1'' - -while true; do (perl ./test.pl &); perl ./test.pl; done + while true; do (perl ./test.pl &); perl ./test.pl; done |