<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: url redirect question in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/url-redirect-question/m-p/512268#M9669</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps1894/products_white_paper09186a0080091ee0.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps1894/products_white_paper09186a0080091ee0.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 01 Aug 2006 18:29:25 GMT</pubDate>
    <dc:creator>bwalchez</dc:creator>
    <dc:date>2006-08-01T18:29:25Z</dc:date>
    <item>
      <title>url redirect question</title>
      <link>https://community.cisco.com/t5/application-networking/url-redirect-question/m-p/512267#M9668</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 2 web servers that needs load balancing but the URL varies for the customers. One customer will use csm.net.com and another customer will use bsm.net.com. I am doing the SSL termination on the CSS. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The web server is setup with a page sm.net.com. So, regardless of what customers enter, I need to redirect to sm.net.com bit they do not want this particular url to show up on the client and client should still see what they entered.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this possible on the CSS? Will it be easier to setup the redirect on the web server?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks,&lt;/P&gt;&lt;P&gt;Meena&lt;/P&gt;</description>
      <pubDate>Wed, 26 Jul 2006 22:46:00 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/url-redirect-question/m-p/512267#M9668</guid>
      <dc:creator>mchockalingam</dc:creator>
      <dc:date>2006-07-26T22:46:00Z</dc:date>
    </item>
    <item>
      <title>Re: url redirect question</title>
      <link>https://community.cisco.com/t5/application-networking/url-redirect-question/m-p/512268#M9669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try:&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps1894/products_white_paper09186a0080091ee0.shtml" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps1894/products_white_paper09186a0080091ee0.shtml&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Aug 2006 18:29:25 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/url-redirect-question/m-p/512268#M9669</guid>
      <dc:creator>bwalchez</dc:creator>
      <dc:date>2006-08-01T18:29:25Z</dc:date>
    </item>
    <item>
      <title>Re: url redirect question</title>
      <link>https://community.cisco.com/t5/application-networking/url-redirect-question/m-p/512269#M9670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can configure the CSS to generate the redirect.&lt;/P&gt;&lt;P&gt;Check this link for https redirect:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-custom" href="http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a00801de8d6.shtml#t4" target="_blank"&gt;http://www.cisco.com/en/US/products/hw/contnetw/ps789/products_configuration_example09186a00801de8d6.shtml#t4&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The config should look like this&lt;/P&gt;&lt;P&gt;service redirect&lt;/P&gt;&lt;P&gt;  ip address 2.2.2.2 &lt;/P&gt;&lt;P&gt;  keepalive type none &lt;/P&gt;&lt;P&gt;  type redirect &lt;/P&gt;&lt;P&gt;  no prepend-http &lt;/P&gt;&lt;P&gt;  domain &lt;A class="jive-link-custom" href="https://sm.net.com" target="_blank"&gt;https://sm.net.com&lt;/A&gt; &lt;/P&gt;&lt;P&gt;  active &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;owner MyCompany&lt;/P&gt;&lt;P&gt;  content csm&lt;/P&gt;&lt;P&gt;    vip x.x.x.x&lt;/P&gt;&lt;P&gt;    proto tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//csm.net.com/*"&lt;/P&gt;&lt;P&gt;    add service redirect&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;  content bsm&lt;/P&gt;&lt;P&gt;    vip x.x.x.x&lt;/P&gt;&lt;P&gt;    proto tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//bsm.net.com/*"&lt;/P&gt;&lt;P&gt;    add service redirect&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;  content sm&lt;/P&gt;&lt;P&gt;    vip x.x.x.x&lt;/P&gt;&lt;P&gt;    proto tcp&lt;/P&gt;&lt;P&gt;    port 80&lt;/P&gt;&lt;P&gt;    url "//sm.net.com/*"&lt;/P&gt;&lt;P&gt;    add service www1&lt;/P&gt;&lt;P&gt;    ....&lt;/P&gt;&lt;P&gt;    active&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't tested it but it should work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Gilles.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Aug 2006 11:06:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/url-redirect-question/m-p/512269#M9670</guid>
      <dc:creator>Gilles Dufour</dc:creator>
      <dc:date>2006-08-03T11:06:01Z</dc:date>
    </item>
  </channel>
</rss>

