Hi, 

I have a stock httpd server on a  CentOS 7 machine. I have added a file to the 
conf.d directory with the following contents :

<Proxy balancer://django>
 BalancerMember http://django1 ping=5 disablereuse=on retry=5 ttl=120
 BalancerMember http://django2 ping=5 disablereuse=on retry=5 ttl=120
 BalancerMember http://django3 ping=5 disablereuse=on retry=5 ttl=120
</Proxy>

So I have a load balancer to three machines. However when a client application 
goes through the load balancer and passes the Authorization header the load 
balancer does not pass it along to the balanced machines.

How can I configure apache to pass this (or other) headers to the Balancer 
Members ?

Thanks
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@httpd.apache.org
For additional commands, e-mail: users-h...@httpd.apache.org

Reply via email to