url_param in configure file

From: vaibhav pol <vaibhav4947#gmail.com>
Date: Mon, 2 Feb 2009 12:34:36 +0530


Hi,
 Anyone using url_param and how can i use it can anyone tell me.

this my config file but it not working .Request is not sent to same server it sent using roundrobin algorithm.

global

       log 127.0.0.1   local0 info
       maxconn 4096
       daemon

defaults
        log     global
        mode    http
        option  httplog
        option  dontlognull
        option redispatch
        maxconn 2000
        contimeout      5000
        clitimeout      50000
        srvtimeout      50000

frontend www 192.168.2.106:8022
        mode http
        default_backend back_std


backend back_std
        mode http
        balance url_param username
        server tb2 13.1.1.3:8022
        server tb1 13.1.1.4:8022




Thanks
Vaibhi Received on 2009/02/02 08:04

This archive was generated by hypermail 2.2.0 : 2009/02/02 08:15 CET