https://bz.apache.org/bugzilla/show_bug.cgi?id=60681
Bug ID: 60681
Summary: Increase severity of "request failed: error reading
the headers"
Product: Apache httpd-2
Version: 2.4-HEAD
Hardware: PC
OS: All
Status: NEW
Severity: major
Priority: P2
Component: Core
Assignee: [email protected]
Reporter: [email protected]
Target Milestone: ---
Hello,
in server/protocol.c :
ap_log_rerror(APLOG_MARK, APLOG_DEBUG, 0, r, APLOGNO(00567)
"request failed: error reading the headers");
Would be nice if this message could be APLOG_ERR (as in Debian package), or at
least APLOG_NOTICE / APLOG_WARNING.
We would then easily have these messages in the error log, without having to
set LogLevel to debug.
Goal is then to ban (with fail2ban) hosts generating too frequently these
messages. For example, a slowloris attacker will generate such messages.
Thank you very much !
Ben
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]