Re: [users@httpd] Redirect[Match] behind load-balancer switching protocols

2015-11-18 Thread Yann Ylavic
On Tue, Nov 17, 2015 at 10:06 PM, Christopher Schultz wrote: > > Is there another environment variable or other setting that I need to > use in order to override httpd's protocol-detection? You could specify: Protocol https in the corresponding VirtualHost section. Regards, Yann. --

Re: [users@httpd] Redirect[Match] behind load-balancer switching protocols

2015-11-17 Thread Igor Cicimov
Hi Christopher, On Wed, Nov 18, 2015 at 8:06 AM, Christopher Schultz < ch...@christopherschultz.net> wrote: > All, > > The docs for the Redirect directive state that a slash-prefixed > replacement URL (relative) will use the current request's scheme and > hostname to build the redirect URL. > > R

[users@httpd] Redirect[Match] behind load-balancer switching protocols

2015-11-17 Thread Christopher Schultz
All, The docs for the Redirect directive state that a slash-prefixed replacement URL (relative) will use the current request's scheme and hostname to build the redirect URL. RedirectMatch doesn't say specifically, but what I'm observing is that: RedirectMatch permanent ^/$ /foo/ ... when reques