https://bz.apache.org/bugzilla/show_bug.cgi?id=61355

Cyril B. <c...@excellency.fr> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |c...@excellency.fr

--- Comment #11 from Cyril B. <c...@excellency.fr> ---
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: bugs-unsubscr...@httpd.apache.org
For additional commands, e-mail: bugs-h...@httpd.apache.org

Reply via email to