I spotted something else odd, too:

On Mon, 2007-09-10 at 23:37 +0200, Andre Weitekamp wrote:
> virtual_server 192.168.1.2 80
> {
>     delay_loop 6
>     lb_algo rr
>     lb_kind NAT
>     nat_mask 255.255.255.0
>     persistence_timeout 50
>     protocol TCP
> 
>     real_server 192.168.2.30 80
>     {
>         weight 10
>         SSL_GET
>         {
>             url
>             {
>               path /webroot/check.sh
>             }
>             connect_timeout 3
>             nb_get_retry 3
>             delay_before_retry 5
>         }
>     }
> 
> }

Do you really have an HTTPS server on port 80? If not, that needs to be
HTTP_GET and not SSL_GET.

Graeme


_______________________________________________
LinuxVirtualServer.org mailing list - [email protected]
Send requests to [EMAIL PROTECTED]
or go to http://lists.graemef.net/mailman/listinfo/lvs-users

Reply via email to