cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
334
Views
0
Helpful
1
Replies

CSS Rule with Redirects.

rich.polyak
Level 1
Level 1

I have the following CSS rules setup, My question is since all requests are to be redirected right off the CSS then all requests will be handeled by the first service defined int he Content Rule? Or since I have it setup as weighted round robbin it should distribuit all request between the services?

content egateus

advanced-balance sticky-srcip

balance weightedrr

vip-ping-response local-remote

vip address x.x.x.x

protocol tcp

port 80

url "/*" dql qa_portal

add service resspmn1

add service resspmn2 weight 5

add service resspmn3 weight 5

active

dql qa_portal

domain egateus.x.x.x

domain egateus

service resspmn1

ip address x.x.x.x

type redirect

keepalive port 50100

keepalive type http

keepalive uri "/index.html"

redirect-string "resspmn1.x.x.x:50100/irj"

port 50100

active

service resspmn2

ip address x.x.x.x

type redirect

keepalive type http

keepalive port 50100

port 50100

keepalive uri "/index.html"

redirect-string "resspmn2.x.x.x:50100/irj"

active

service resspmn3

ip address x.x.x.x

keepalive type http

keepalive port 50100

type redirect

keepalive uri "/index.html"

port 50100

redirect-string "resspmn3.x.x.x:50100/irj"

active

Thanks Rich

1 Reply 1

bbaley
Level 3
Level 3