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

Content switching based on URL

halldorhg
Level 1
Level 1

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.

1 Reply 1

b.hsu
Level 5
Level 5

You basically have to solutions available to you:

1) put an external SSL box that decrypts the traffic prior to the Load Balancing decision (which means the SSL box would use both certificates).

2) make the link to https: point to a VIP that loadbalances to servers with the specific Certificate. (if you only have 1 server/cert, just use that servers address in the link).

Review Cisco Networking for a $25 gift card