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 /?
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 /?