https://bz.apache.org/bugzilla/show_bug.cgi?id=56687
--- Comment #2 from Robert Augusteijn <[email protected]> --- As a workaround for this bug, you can add the following to your Apache config: MaxRequestsPerChild 1 This will create a new process for each request, with a fresh conf->source_address. Of course this will hurt performance! -- 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]
