Hi
I am using CSS to load balance a simple web page using round robin. I want each client request to be treated as a fresh connection i.e. when there is only one client each request is sent to the subsequent server in the group.
At present the client maintains the session with the server until inactivity of around 60secs.
Config....
service VB4Web1
ip address 10.11.100.8
keepalive type http
keepalive method get
keepalive uri "/test.htm"
active
service VB4Web2
ip address 10.11.100.16
keepalive type http
keepalive method get
keepalive uri "/test.htm"
active
!*************************** OWNER ***************************
owner OwnerVB4
content RuleVB4Web
vip address 10.1.1.250
add service VB4Web1
add service VB4Web2
no persistent
primarySorryServer VB4Sorry
protocol tcp
port 80
url "/*"
active
!*************************** GROUP ***************************
group GroupVB4
vip address 10.1.1.250
add service VB4Web1
add service VB4Web2
active