Put all of those into the same "relay { }”  as they are going to the same
forward table.

relay {
        listen on addr1 port 80
        listen on addr2 port 80
        etc….

}

or you’ll end up doing “check http” several times.

and I’d do just simple "check tcp” - faster.

On 14 nov 2013, at 16:21, Leonardo Santagostini <lsantagost...@gmail.com>
wrote:

> relay site2 {
>        listen on $address3 port 80
>        protocol "httpSite2"
>        forward to <webcaches> port 80 mode roundrobin check http
> "/monitoreo/relayd.txt" code 200
> }
>
> #relay site3 {
> #        listen on $address1 port 80
> #        protocol "httpSite3"
> #        forward to <webcaches> port 80 mode roundrobin check http
> "/monitoreo/relayd.txt" code 200
> #}
>
> #relay site4 {
> #        listen on $address4 port 80
> #        protocol "httpSite4"
> #        forward to <webcaches> port 80 mode roundrobin check http
> "/monitoreo/relayd.txt" code 200
> #}
>
> #relay site5 {
> #        listen on $address5 port 80
> #        protocol "httpSite5"
> #        forward to <webcaches> port 80 mode roundrobin check http
> "/monitoreo/relayd.txt" code 200
> #}

Reply via email to