10-12-2011 04:47 AM
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
Solved! Go to Solution.
10-12-2011 06:48 AM
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
10-12-2011 06:48 AM
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
10-12-2011 10:35 AM
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
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide