Re: one system always red in status

"Rama K. McIntosh" <[email protected]> Fri, 16 Jan 2004 12:16:10 -0500
Newsgroups gmane.comp.apache.mod-backhand.general
Message-ID <[email protected]>
Ravi Kumar Munnangi wrote:

>  Users,
>
>   I have two systems with backhand.
>   (172.31.19.22 and 172.31.19.27)
>   After configuration, when I see the status page,
>   the following abnormal things are happening.
>
>    172.31.19.22 is always in red color. Its age is 
>    1074271346. But the age of other system is 0 or 1.
>    ready servers/total servers is some time 0/0 and
>some time 7/7.
>
>   Can any one help me come out of this problem?
>  
>

Without seeing your configuration I can only guess. . .

1)  If one of your machines is RHL, ensure the built-in firewall is not 
blocking the broadcasts.   On RH7.X you can say /etc/init.d/ipchains 
stop or on RH9 you can say /etc/init.d/iptables stop to test this theory.

2)  If you are running an SSL server you might try switching the order 
of the LISTEN directive:

Listen 80
Listen 443

vs.

Listen 443
Listen 80

Hope this helps,
-R McIntosh