On Sat, Apr 3, 2010 at 9:09 PM, Nerius Landys <nlan...@gmail.com> wrote:
>>    if (ip_count > conf->limit) {
>>        ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, "Rejected,
>> too many connections in READ state from %s", c->remote_ip);
>>        return OK;
>>    } else {
>>        return DECLINED;
>>    }

I'd like to modify mod_antiloris to force a socket close and/or a
child process death when the condition is detected.  The plain-vanilla
mod_antoloris is not effective enough for my taste (I can still DoS a
server pretty damn well with my program).

Should I ask on the dev mailing list for them to help me with some
module APIs?  I tried to figure out how to force a connection close,
but I could not find it.

---------------------------------------------------------------------
The official User-To-User support forum of the Apache HTTP Server Project.
See <URL:http://httpd.apache.org/userslist.html> for more info.
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
   "   from the digest: users-digest-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to