https://bz.apache.org/bugzilla/show_bug.cgi?id=69264
--- Comment #9 from Guido Jäkel <[email protected]> --- TL;DR * was yet able to reproduce it on evaluation stage with a brute force testcase: Firing against "/server-status?auto&<about 800 chars>" with 1000 request in parallel * looks to be a race condition, happens "time to time" with about 10 hits per run. * appear using *ANY* piped output, in particular: ForensicLog "|/bin/sh -c \"cat - | /usr/sbin/rotatelogs2 -l /usr/lib/apache2/logs/forensic-raw.log.%Y%m%d 86401\"" ForensicLog "|/bin/sh -c \"/usr/sbin/rotatelogs2 -l /usr/lib/apache2/logs/forensic-raw.log.%Y%m%d 86401\"" ForensicLog "|/usr/sbin/rotatelogs2 -l /usr/lib/apache2/logs/forensic-raw.log.%Y%m%d 86401" but seems *NOT* to happen using a file output ForensicLog "/usr/lib/apache2/logs/forensic-raw.log" BTW: It's not possible to use more than one forensic log; last ForensicLog configuration tag wins. -- 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]
