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

--- Comment #13 from Antoine "hashar" Musso <has...@free.fr> ---
I had a similar issue with a reverse proxy ensuring the TLS termination and
forwarding requests to Apache as http with X-Forwarded-Proto set.

Since we eventually phased out HTTP entirely for public consumption, the
canonical URL, the canonical URL always have https:// . I have simply added it
to the ServerName directive since that is intended to represent the canonical
URL:

 ServerName https://www.example.org
 DirectorySlash On

It is used by mod_dir when crafting the redirect and solved the issue for us :]



( which was https://phabricator.wikimedia.org/T213509 )

-- 
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