]> granicus.if.org Git - apache/history - modules/filters/mod_reqtimeout.c
- Enforce request timeout even for AP_MODE_GETLINE.
[apache] / modules / filters / mod_reqtimeout.c
2010-03-10 Stefan Fritsch- Enforce request timeout even for AP_MODE_GETLINE.
2010-03-10 Stefan FritschMove initialization to process_connection hook, right...
2010-01-24 Guenter Knaufchanged strcasestr() to ap_strcasestr() to fix broken...
2010-01-23 Stefan FritschRename RequestTimeout into RequestReadTimeout and chang...
2009-11-10 Stefan FritschFix broken config check for *max timeouts
2009-10-14 Stefan FritschRename ReqTimeout into RequestTimeout, to be more in...
2009-10-05 Jim JagielskiNo need to constantly compute these; do so once at...
2009-10-05 Jim JagielskiRefactor mod_reqtimeout a bit to use just 1 directives...
2009-10-04 Stefan FritschAdd mod_reqtimeout: New module to set timeouts and...