ListenHTTP
 Address 192.168.1.42
 Port    80
End

Service
 RewriteDestination 1
 HeadRequire "Host:.*beta.beezag.com.*"
 BackEnd
  Address 192.168.1.5
  Port    80
 End
 BackEnd
  Address 192.168.1.6
  Port    80
 End
 Session
  Type Basic
  TTL  300
 End
End


On Sat, Jul 18, 2009 at 4:45 AM, Tim Dunphy <[email protected]> wrote:

>
> 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.
>


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

Reply via email to