On Tuesday 21 July 2009, Stefan Foerster wrote: > This is weird. I can reproduce this bug by hitting my browsers > "Stop" button when the site is not completely loaded yet. Every > request aborted in that manner is logged in access log with a size > of 12080: > > 2001:6f8:1210:0:21f:d0ff:fe2e:d849 - - [21/Jul/2009:21:13:32 +0200] > "GET /serendipity.css HTTP/1.1" 500 12080 "http://... > > As to your original question: I really don't know. I didn't get any > complaints from my users so far.
That's what I suspected. Before the security update, apache did not stop processing when the client aborted the connection. Now it does and returns an error to the caller of ap_pass_brigade(). It seems the actual bug is that mod_fcgid logs this error at loglevel warn instead of something more appropriate, like debug. I don't think there is a bigger problem. But if your users have real problems, please tell me. Maybe the logging can be fixed in mod_fcgid in the next stable point release. Cheeers, Stefan -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org