You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modules-dev@httpd.apache.org by Robert Schulze <rs...@bytecamp.net> on 2009/08/31 16:53:54 UTC

scoreboard incomplete

Hi,

is there another way to enum the status of all current connection slots, 
except for the scoreboard? The problem is that its information lacks the 
client's ip address as long as the slot is in BUSY_READ. So there is no 
chance of retrieving the slot-count for a given client ip address having 
this state.

with kind regards,
Robert Schulze

Re: scoreboard incomplete

Posted by Nick Kew <ni...@apache.org>.
Robert Schulze wrote:
> Hi,
> 
> is there another way to enum the status of all current connection slots, 
> except for the scoreboard? The problem is that its information lacks the 
> client's ip address as long as the slot is in BUSY_READ. So there is no 
> chance of retrieving the slot-count for a given client ip address having 
> this state.

Check the slowloris-defence modules mod_noloris/mod_antiloris, which
set the client IP as soon as the slot enters BUSY_READ.