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

Web Socket in APACHE Reverse Proxy

I run two servers behind and AEBS base station. Server1 runs 10.12.6 and Server 5.3.1 and does a REVERSE PROXY with webapps, like described by precursor.ca tutorial . This allows me to have only one external IP address where server1.mydomain…

VIEW QUESTION

How to proxy forward ttyd using Apache

ttyd is a good web based terminal: https://github.com/tsl0922/ttyd By default, it will use port 7681, so after successfully configured, I can access terminal from localhost:7681 in browser. We have web server powered by Apache on port 80, and only this…

VIEW QUESTION
Back To Top
Search