Server List

Thomas Inglis <[email protected]> Fri, 16 Apr 2004 17:34:00 -0700 (PDT)
Newsgroups gmane.comp.apache.mod-backhand.general
Message-ID <[email protected]>
Hi group,

I have this module installed and apparently working as
expected. I have one as the ‘director’ and two
configured as the ‘real servers’.

What's happening is the /backhand/ page shows first
one server, then the other. So its finds both but not
both at once.

The age of both is always 0 or 1… Its as if it simply
doesn’t remember what server it just found, or only
has space to hold one… anyone came across this before?

Thanks for any light that can be shed

'Director'
<IfModule mod_backhand.c>
  UnixSocketDir /usr/local/apache/backhand
  MulticastStats 128.220.221.255:4445
  MulticastStats 192.168.0.255:4445
  AcceptStats 192.168.0.0/24

  <Location "/backhand/">
    SetHandler backhand-handler
  </Location>
<Directory "/home/backhand">
    AllowOverride None
    Options None
    Order allow,deny
    Allow from all
    Backhand byAge
    Backhand byLoad
</Directory>
</IfModule>

'Each Server'
<VirtualHost *:80>
    DocumentRoot /home/backhand
    ServerName {server name}
    ErrorLog logs/error_log
    CustomLog logs/access_log common
    DirectoryIndex index.html
<IfModule mod_backhand.c>
  UnixSocketDir /usr/local/apache/backhand
  MulticastStats 192.168.0.255:4445
</IfModule>



	
		
__________________________________
Do you Yahoo!?
Yahoo! Tax Center - File online by April 15th
http://taxes.yahoo.com/filing.html