cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
977
Views
0
Helpful
2
Replies

CSS Primary Sorry Service - Service URL

greecemonkey
Level 1
Level 1

I need to add a sorry service to my CSS 11000. I need to be able to direct the the request towards the sorry server using a single sorry URL.

I basicly need the service to say something URL "www.whatever.co.uk/sorrurl" rather that having the server check the URL and serve the URL.

The way I understand it at the moment the exact URL that should be for the original service is forwarded to the sorry service using the same URL/URI

My sorry service does not have the intelligence do know which domain or whcih sorry pages should be served. I need to create a service that will point to the FULL sorry URL/URI

Is this possible ??

Graham

1 Accepted Solution

Accepted Solutions

Daniel Arrondo Ostiz
Cisco Employee
Cisco Employee

Hi Graham,

You could try making the sorry server a redirect service. Something like below:

service sorryserver

  redirect-string "www.whatever.co.uk/sorrurl"

content cdn-vm-1

    protocol tcp

    vip address x.x.x.x

    port 80

    add service service1

    add service service2

    primarySorryServer sorryserver

    active

I hope this helps

Daniel

View solution in original post

2 Replies 2

Daniel Arrondo Ostiz
Cisco Employee
Cisco Employee

Hi Graham,

You could try making the sorry server a redirect service. Something like below:

service sorryserver

  redirect-string "www.whatever.co.uk/sorrurl"

content cdn-vm-1

    protocol tcp

    vip address x.x.x.x

    port 80

    add service service1

    add service service2

    primarySorryServer sorryserver

    active

I hope this helps

Daniel

greecemonkey
Level 1
Level 1

Hi Daniel,

Thanks for your reply, that is exactly what I was looking for. I will give it a try tommorow and report back.

Cheers

Graham

Review Cisco Networking for a $25 gift card