On Mon, Jan 2, 2012 at 9:21 AM, Steffen <i...@apachelounge.com> wrote: >> This message denotes that there is a bug in the handler (maybe in >> mod_negotiation). The log message itself is new, the bug probably isn't. Can >> somebody find out what 620018 is on Windows? > > Any news on this bug ? >
mod_negotiation issue was resolved. mod_fcgid is unchanged. Without regard for 2.2 vs 2.4, handlers treat this many different ways: default_handler: DEBUG message if !c->aborted proxy_http: ERR message all the time fcgid: WARN message if !ECONNABORTED (but we have ECONNRESET) I am tempted to copy the style of default handler in fcgid. Any thoughts?