https://bz.apache.org/bugzilla/show_bug.cgi?id=63398
Joe Orton <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |INVALID Status|NEW |RESOLVED --- Comment #1 from Joe Orton <[email protected]> --- Second opinion = first opinion. mod_cluster makes "fake" conn_rec/request_rec structures which is highly likely to break across patch updates to httpd. In this case mod_ssl is using conn_rec in a perfectly valid way according to the httpd API, but mod_cluster does not fake enough of that API to maintain compatibility. I would recommend tying modules like this to an httpd minor version known to be compatible at build time. -- 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]
