Thanks for the reply..
Regards,
Asha.
On Fri, Aug 8, 2008 at 10:21 PM, Brian Hogan <bpho
...@gmail.com> wrote:
> You need to use mod_proxy_balance to do what you want. mod_proxy is not the
> best solution if you want to balance the load.
> On Fri, Aug 8, 2008 at 4:53 AM, Asha <asha.bharad...@gmail.com> wrote:
>> HI,
>> I am having an Apache server with mod_proxy(in 10.0.0.225), I want to
>> distribute the load between 2 servers(say 10.0.0.225 and 10.0.0.200).
>> I am getting some 100 requests from some server say 10.0.0.185. How to
>> configure the directives in mod_proxy, so as 10.0.0.200 can handle 50
>> requests and 10.0.0.225 can handle 50 requests.