[users@httpd] Re: mod_reqtimeout not returning 408

2011-05-02 Thread Guillaume Bilodeau
ponds to a RedirectMatch directive More details here: https://issues.apache.org/bugzilla/show_bug.cgi?id=51103 Hope that helps someone eventually. Cheers, GB On Fri, Apr 15, 2011 at 9:46 AM, Guillaume Bilodeau < guillaume.bilod...@gmail.com> wrote: > A little more information on the 200

[users@httpd] Re: mod_reqtimeout not returning 408

2011-04-15 Thread Guillaume Bilodeau
is returned. Surely there must be a configuration mistake somewhere? Cheers, GB On Fri, Apr 15, 2011 at 8:48 AM, Guillaume Bilodeau < guillaume.bilod...@gmail.com> wrote: > Hi all, > > In order to protect ourselves from a slowloris-type attack, we have > configured the mod_re

[users@httpd] mod_reqtimeout not returning 408

2011-04-15 Thread Guillaume Bilodeau
Hi all, In order to protect ourselves from a slowloris-type attack, we have configured the mod_reqtimeout module on our Apache 2.2.17 installation (running on Solaris, MPM compiled). The mod_reqtimeout is configured as follows: RequestReadTimeout header=10-20,MinRate=500 body=10-20,MinRate=500