On Thu, Sep 26, 2013 at 10:58 AM, Thomas Eckert
wrote:
> Using a config like this
>
>
> BalancerMember http://backend.example.local status=-SE
>
>
> ServerName frontend.example.local
> SSLProxyEngine On
> RequestHeader set X-Forwarded-Proto http
>
>
We are doing something more like this on our 2.4 servers:
BalancerMember http://backend.example.local status=-SE
ServerName frontend.example.local
SSLProxyEngine On
RequestHeader set X-Forwarded-Proto http
ProxyPass/helloworld/ !
ProxyPass/ balancer://cd
Using a config like this
BalancerMember http://backend.example.local status=-SE
ServerName frontend.example.local
SSLProxyEngine On
RequestHeader set X-Forwarded-Proto http
ProxyPass !
ProxyPassReverse !