Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Apache load balance app server

Status
Not open for further replies.

AtokKoenig

Programmer
Jul 28, 2003
8
US
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
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top