skip to Main Content

reverse proxy and Load balancer – Apache

Here is the Apache Reverse proxy and load balancer, the website/reports url is not coming up <IfModule mod_proxy.c> ProxyPreserveHost On <Proxy balancer://app0102> BalancerMember https://serverapp01.com BalancerMember https://serverapp02.com </Proxy> ProxyPass / "balancer://app0102/" ProxyPassReverse "/" "balancer://app0102/" </IfModule> if I point to single server,…

VIEW QUESTION
Back To Top
Search