https://bz.apache.org/bugzilla/show_bug.cgi?id=69264
Bug ID: 69264 Summary: Broken entries in forensic log (start missing) Product: Apache httpd-2 Version: 2.4.61 Hardware: PC OS: Linux Status: NEW Severity: normal Priority: P2 Component: mod_log_forensic Assignee: bugs@httpd.apache.org Reporter: g.jae...@dnb.de Target Milestone: --- The expected (and hardcoded) format of the forensic log entire consist of * the marker char '+' or '-' * the unique id of the request * the request line, prefixed with the delimiter '|' * all request header lines, prefixed with the delimiter '|' On our Apache httpd's uses as reverse proxies, I actually observed "broken" entries in the log: * There are lines that just contain the tail of the expected log line (which is a long query string) * All this broken tails are exactly 4k in site I take a look on the source (httpd/modules/loggers/mod_log_forensic.c), but I can't imagine any code issue resulting into this strange behavior. -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: bugs-unsubscr...@httpd.apache.org For additional commands, e-mail: bugs-h...@httpd.apache.org