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

--- Comment #21 from Yordan Gigov <[email protected]> ---
Created attachment 34774
  --> https://bz.apache.org/bugzilla/attachment.cgi?id=34774&action=edit
Implementation for 2.4 branch based on 2.4.25 tag

Anyone wanting to use this feature for 2.4 can apply this one, but it requires
changes to the core, so rebuilding just the module won't work.

The reason is I ran into this
https://www.sslshopper.com/apache-redirect-http-to-https.html

I found-out that someone using `Redirect / https://mysite.com/` in their
VirtualHost will get stuck in a redirect loop, and the only solution is to add
a hook called after the headers are parsed, but before VirtualHost is resolved.

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

Reply via email to