This page was last edited on July 6, 2021, at 16:07.
Comments or questions about this documentation? Contact us for support!
iWD Web is a web application and its multiple instances can be deployed in a load-balanced environment to support High Availability.
<Proxy balancer://iwd_web_balancer> BalancerMember http://localhost:8090/iwd_web lbset=0 BalancerMember http://localhost:8091/iwd_web lbset=1 ProxySet lbmethod=bybusyness </Proxy> RewriteEngine On RewriteRule ^/iwd_web/(.*) balancer://iwd_web_balancer/$1 [P] stickysession=JSESSIONID ProxyPassReverse "/iwd_web" "balancer://iwd_web_balancer"