mod_cband for Apache2 not working
I’ve installed mod_cband on an apache2 host. Within the virtual host, I have the following:
CBandRemoteSpeed 300kbps 2 2
This should limit remote hosts to 300kbps, and 2 connections.
Now, I had to grab source and compile, since the apt-get Universal version did not work. Put everything where Ubuntu likes it, do a a2enmod to be sure, bounce apache2. No errors.
However, when doing a netstat this morning:
foo@tempest:~$ netstat -an | grep 217.249.151.236 | wc -l
115
Any ideas?
UPDATE: It appears that mod_cband doesn’t work right on Dapper/Apache2. When I removed it – and all vestiges it left behind – the site worked. I also blocked two connections that were spewing hundreds of SYN_RCVs.
No trackbacks yet.