You are viewing a plain text version of this content. The canonical link for it is here.
Posted to bugs@httpd.apache.org by bu...@apache.org on 2020/07/17 12:59:56 UTC

[Bug 61355] DirectorySlash directive should use protocol in X-Forwarded-Proto header when available

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

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

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

--- Comment #11 from Cyril B. <cb...@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-unsubscribe@httpd.apache.org
For additional commands, e-mail: bugs-help@httpd.apache.org