Re: [users@httpd] Question regarding ProxyPass and "!"

2013-09-26 Thread Tom Evans
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 > >

Re: [users@httpd] Question regarding ProxyPass and "!"

2013-09-26 Thread Jeremy Frank
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

[users@httpd] Question regarding ProxyPass and "!"

2013-09-26 Thread Thomas Eckert
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 !