Forum Moderators: phranque

Message Too Old, No Replies

Load Balancing on Apache?

         

firefly2442

4:48 am on Dec 20, 2004 (gmt 0)

10+ Year Member



Does anybody use load balancing on Apache? If so, what do you use? Thanks.

jatar_k

4:18 am on Dec 22, 2004 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



we use hardware (radware) to load balance a bunch of servers running Apache.

I am not really sure if that answers the question though.

WebsiteMgrs

3:30 pm on Dec 22, 2004 (gmt 0)

10+ Year Member



Check out the Apache docs.
[httpd.apache.org ]

That page has a pretty good description of how to set up load balancing using Apache 2.0.

Jim

MattyMoose

8:09 pm on Dec 22, 2004 (gmt 0)

10+ Year Member



There are also some software-based solutions, such as pound [apsis.ch], although it's not load balanced through apache, it works pretty well last time I tried it. Nothing will compare to a hardware solution though, if you're looking at using this in a production environment.

firefly2442

12:02 am on Dec 23, 2004 (gmt 0)

10+ Year Member



Excellent, thank you for the help.