guys,

 My pound config does not seem to be totally balancing my site.

 If I pop the nic on 192.168.1.5 the site stays up. If I pop the nic on
192.168.1.6 the site goes down.

 I believe this section of the config is the source of my error:

 ######################################################################
## listen, redirect and ... to:

## redirect all requests on port 80 ("ListenHTTP") to the virtual IP
address:
ListenHTTP
        Address 192.168.1.42
        Port    80

# This stuff vinko added
        RewriteDestination 1

        Service
                HeadRequire "Host:.*beta.beezag.com.*"
#               Url "*/index.*"
                BackEnd
                        Address 192.168.1.5 
                        Address 192.168.1.6 
                        Port    80
                End
                Session
                        Type Basic
                        TTL  300
                End
        End
End

Tim


--
To unsubscribe send an email with subject unsubscribe to [email protected].
Please contact [email protected] for questions.

Reply via email to