https://bz.apache.org/bugzilla/show_bug.cgi?id=61355
Cyril B. <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #11 from Cyril B. <[email protected]> --- I've used the patch in production on 2.4.43 and had random Segmentation faults. Fixed by replacing: + r->server->server_scheme = scheme; with: + r->server->server_scheme = "https"; -- 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]
