I'm hosting a few webs and rhese webs have different VIPs and are hosted on multible servers.
What I'd like to do is have the CSS catch when a request for /myfile* comes in, to any service, and direct it to a certain service.
Something like this would be nice (if it would work..)
service srv1
ip address x.x.x.1
active
service srv2
ip address x.x.x.2
active
service srv3
ip address x.x.x.3
active
owner fle.com
content flewww.com
vip address y.y.y.y
add service srv1
active
content flewww.net
vip address z.z.z.z
add service srv2
active
content myfile
add service srv3
url "/myfile*"
port 80
protocol tcp
active
This config should (when corrected ;o) should servce the two web-sites except for requests for /myfile*, those requests will be directed to the srv3 server.