AtokKoenig
Programmer
All,
I have an Apache web application which can only connect to one of my proprietary application servers one at a time. I was thinking about load balancing seperate instances of my web site, each configured to point to seperate app servers.
Can anyone contrast mod_proxy against mod_rewrite to load balance as below....
* Load balance seperate web sites on the same HP-UX web server
* Logic should be flexible, not round robin, I would like the first 500 concurrent sessions on web app1 and all others offloaded to web app2
* Run on HP-UX without additional HW or SW
Thanks
I have an Apache web application which can only connect to one of my proprietary application servers one at a time. I was thinking about load balancing seperate instances of my web site, each configured to point to seperate app servers.
Can anyone contrast mod_proxy against mod_rewrite to load balance as below....
* Load balance seperate web sites on the same HP-UX web server
* Logic should be flexible, not round robin, I would like the first 500 concurrent sessions on web app1 and all others offloaded to web app2
* Run on HP-UX without additional HW or SW
Thanks