Re: How install sub mod

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Well, I compiled mod_lbmethod_rr.c with APXS (apxs -a -i -c mod_lbmethod_rr.c)
During compilation there were some WARNINGS

111:warning:excess elements in struct initializer
111:warning:(near initialization for 'round robin')
113:warning:excess elements in struct initializer
111:warning:(near initialization for 'round robin')

When I started APACHE and loaded web page in browser, doesn't show the web page.
I saw logs/error.log and there is a SEGMENTATION FAULT.

My httpd.conf:

LoadModule proxy_balancer_rr_module modules/mod_lbmethod_rr.so

ProxyPass /index1.php balancer://cluster1/
ProxyPass /index2.php balancer://cluster2/

<Proxy balancer://cluster1/>
       ProxySet lbmethod=roundrobin
       BalancerMember http://192.168.1.11/index1.php
       BalancerMember http://192.168.1.12/index1.php
       BalancerMember http://192.168.1.13/index1.php
       BalancerMember http://192.168.1.14/index1.php
</Proxy>

<Proxy balancer://cluster2/>
       ProxySet lbmethod=roundrobin
       BalancerMember http://192.168.1.15/index2.php
       BalancerMember http://192.168.1.16/index2.php
</Proxy>

I haven't problems with others algorithms.

Ricardo

On Sun, Jan 3, 2010 at 1:47 PM, Eric Covener <covener@xxxxxxxxx> wrote:
On Sun, Jan 3, 2010 at 6:46 AM, ricardo figueiredo
<ricardoogrande@xxxxxxxxx> wrote:
> I'd like to how I install a sub module.
> I'm trying to install mod_lbmethod_rr.c (Revision 774239).
> I install APACHE using the following:
> ./configure --prefix=/apache/path --enable-proxy --with-mpm=worker && make
> && make install

Hrm, do you need to explicitly enable DSO support (--enable-so)?

--
Eric Covener
covener@xxxxxxxxx

---------------------------------------------------------------------
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@xxxxxxxxxxxxxxxx
  "   from the digest: users-digest-unsubscribe@xxxxxxxxxxxxxxxx
For additional commands, e-mail: users-help@xxxxxxxxxxxxxxxx




--
Muito Obrigado

Ricardo

[Index of Archives]     [Open SSH Users]     [Linux ACPI]     [Linux Kernel]     [Linux Laptop]     [Kernel Newbies]     [Security]     [Netfilter]     [Bugtraq]     [Squid]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Samba]     [Video 4 Linux]     [Device Mapper]

  Powered by Linux