We have mongrel cluster, somehow all the requests are routed to first
mongrel instance only. can anybody please tell me …why none
of the requests are being redirected to other instances.
On May 14, 5:51 am, ripan [email protected] wrote:
We have mongrel cluster, somehow all the requests are routed to first
mongrel instance only. can anybody please tell me …why none
of the requests are being redirected to other instances.
You probably haven’t configured the proxy (apache, nginx etc…) that
sits in front of your mongrels properly.
Fred
how we can check that load balancing is done properly
On May 14, 1:17 pm, Frederick C. [email protected]
On 14 May 2008, at 10:17, ripan wrote:
how we can check that load balancing is done properly
Look at apache’s (or nginx’s, whatever you’ve got etc…)
configuration and see if it looks right.
Fred