mod_limitipconn

AsadMoeen

Verified User
Joined
Oct 20, 2010
Messages
68
Hello.

I've done my best to work out this mod but it still doesn't work.

I have a Debian system running DA.

Installed it as:

tar xjvf mod_limitipconn-0.23.tar.bz2
cd mod_limitipconn-0.23
make install


And then added:

LoadModule limitipconn_module /usr/lib/apache/mod_limitipconn.so
ExtendedStatus On
MaxConnPerIP 5


It does exist in /usr/lib/apache/mod_limitipconn.so

But whenever I make more requests from IP it doesn't work. IP even crosses 50 requests or 200.

When I do httpd -l , I can't see the mod_limitipconn.c listed.

Any help /?
 
You should add MaxConnPerIP in virtual host
but it doesn't work on huge loaded sites
 
I've already added that in httpd.conf

Do you mean to add it to virtual hosts too or only to that ?
 
Back
Top