You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@httpd.apache.org by ricardo figueiredo <ri...@gmail.com> on 2010/01/02 19:49:09 UTC

Re: [users@httpd] Request Counting algorithm

I've just downloaded !!!
I've compiled (using APXS, i. e. apxs -i -a -c mod_lbmethod_rr.c)

In http.conf:

LoadModule proxy_balancer_rr_module modules/mod_lbmethod_rr.so

<Proxy balancer://mycluster>
    ProxySet lbmethod=roundrobin
    BalancerMember http://machine1/index.php
    BalancerMember http://machine2/index.php
    BalancerMember http://machine3/index.php
    BalancerMember http://machine4/index.php
</Proxy>

When I start APACHE I don't see web page !!!

Ricardo

On Wed, Dec 23, 2009 at 5:08 PM, Eric Covener <co...@gmail.com> wrote:

> On Wed, Dec 23, 2009 at 12:37 PM, ricardo figueiredo
> <ri...@gmail.com> wrote:
> > How do I add RR in mod_proxy ???
> >
> http://svn.apache.org/viewvc/httpd/httpd/trunk/modules/proxy/mod_lbmethod_rr.c?view=markup&pathrev=594659
> > I put but doesn't work !!
>
> http://catb.org/~esr/faqs/smart-questions.html#before
>
> Did you download it, compile it, install it, load it, and try to
> configure "roundrobin" as your LB method?
>
> What happened?
>
> --
> Eric Covener
> covener@gmail.com
>
> ---------------------------------------------------------------------
> The official User-To-User support forum of the Apache HTTP Server Project.
> See <URL:http://httpd.apache.org/userslist.html> for more info.
> To unsubscribe, e-mail: users-unsubscribe@httpd.apache.org
>   "   from the digest: users-digest-unsubscribe@httpd.apache.org
> For additional commands, e-mail: users-help@httpd.apache.org
>
>


-- 
Muito Obrigado

Ricardo