<?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 Also I have one more question in Application Networking</title>
    <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014939#M20101</link>
    <description>&lt;P&gt;Also I have one more question: If one of the probes goes down and the fail-on-all flag is set, will the ace then forward traffic for only that failed probe to the second server in the farm?&lt;/P&gt;&lt;P&gt;Or will the probe-failed application&amp;nbsp;still receive traffic, but the end users will receive an iis 500 or whatever the case is?&lt;/P&gt;</description>
    <pubDate>Thu, 10 Sep 2015 23:33:26 GMT</pubDate>
    <dc:creator>aylesworth</dc:creator>
    <dc:date>2015-09-10T23:33:26Z</dc:date>
    <item>
      <title>Setup ACE probe for HTTP host headers for multiple sites on rservers</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014929#M20091</link>
      <description>&lt;P&gt;We have multiple sites on each server. Is there a way to have the probe only stop traffic to a specific site or header and not take the complete rserver offline? &lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;</description>
      <pubDate>Mon, 07 Jul 2008 17:51:33 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014929#M20091</guid>
      <dc:creator>smith4108</dc:creator>
      <dc:date>2008-07-07T17:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Setup ACE probe for HTTP host headers for multiple sites on</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014930#M20092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;If you are running multiple web servers on same servers using same IP addresse on the server. Then Host header field differentiate these web instances on the same physical machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Use header command under http probe definition to send appropriate HOST value with probe rquest&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;e.g&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probe http site1&lt;/P&gt;&lt;P&gt; interval 2&lt;/P&gt;&lt;P&gt; faildetect 1000&lt;/P&gt;&lt;P&gt; passdetect interval 2&lt;/P&gt;&lt;P&gt; passdetect count 1&lt;/P&gt;&lt;P&gt; header Host header-value "www.site1.com"&lt;/P&gt;&lt;P&gt; expect status 200 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probe http site2&lt;/P&gt;&lt;P&gt; interval 2&lt;/P&gt;&lt;P&gt; faildetect 1000&lt;/P&gt;&lt;P&gt; passdetect interval 2&lt;/P&gt;&lt;P&gt; passdetect count 1&lt;/P&gt;&lt;P&gt; header Host header-value "www.site2.com"&lt;/P&gt;&lt;P&gt; expect status 200 200&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;HTH&lt;/P&gt;&lt;P&gt;Syed iftekhar Ahmed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 03:36:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014930#M20092</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-07-08T03:36:13Z</dc:date>
    </item>
    <item>
      <title>Re: Setup ACE probe for HTTP host headers for multiple sites on</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014931#M20093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you, that worked. Still looking at what we had wrong in our original probes.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 08 Jul 2008 13:33:20 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014931#M20093</guid>
      <dc:creator>smith4108</dc:creator>
      <dc:date>2008-07-08T13:33:20Z</dc:date>
    </item>
    <item>
      <title>Re: Setup ACE probe for HTTP host headers for multiple sites on</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014932#M20094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I guess I am a little to quick on the response to say it is fixed. I didn't test properly. When we fail just a site the probe still takes down the whole server.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Any other ideas?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is what we put in:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;probe http UAT-site-Http&lt;/P&gt;&lt;P&gt;interval 20&lt;/P&gt;&lt;P&gt;faildetect 3&lt;/P&gt;&lt;P&gt;passdetect interval 120&lt;/P&gt;&lt;P&gt;expect status 200 200&lt;/P&gt;&lt;P&gt;header Host header-value "www.site.com"&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 14:21:01 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014932#M20094</guid>
      <dc:creator>smith4108</dc:creator>
      <dc:date>2008-07-09T14:21:01Z</dc:date>
    </item>
    <item>
      <title>Re: Setup ACE probe for HTTP host headers for multiple sites on</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014933#M20095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is your web site listening on &lt;A class="jive-link-custom" href="http://www.site.com?" target="_blank"&gt;www.site.com?&lt;/A&gt;&lt;/P&gt;&lt;P&gt;If you type &lt;A class="jive-link-custom" href="http://www.site.com" target="_blank"&gt;www.site.com&lt;/A&gt; on the browseryou get the page?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are suppose to use multiple probes for multiple sites. Are you doing that.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What is the status of the other probes when you take one site down?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Syed&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 17:18:24 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014933#M20095</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-07-09T17:18:24Z</dc:date>
    </item>
    <item>
      <title>Re: Setup ACE probe for HTTP host headers for multiple sites on</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014934#M20096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes the site still comes up on our browser, but the cookie shows us going to the other server all the time.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We are using a single probe for each web site. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The other probes show the other sites availble on the rserver. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;We have tried using roundrobin and leastconnections. But as soon as one site is turned down all the traffic for all the other availble sites go to the one server with no sites down.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Greg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 17:25:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014934#M20096</guid>
      <dc:creator>smith4108</dc:creator>
      <dc:date>2008-07-09T17:25:45Z</dc:date>
    </item>
    <item>
      <title>Re: Setup ACE probe for HTTP host headers for multiple sites on</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014935#M20097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You will need to sanitize &amp;amp; share your config if you can ...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Jul 2008 17:38:42 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014935#M20097</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2008-07-09T17:38:42Z</dc:date>
    </item>
    <item>
      <title>Syed,How are these applied to</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014936#M20098</link>
      <description>&lt;P&gt;Syed,&lt;/P&gt;&lt;P&gt;How are these applied to each serverfarm in multiples?&lt;/P&gt;&lt;P&gt;Currently we have one probe, SITECHECK applied to serverfarms via probe SITECHECK.&lt;/P&gt;&lt;P&gt;Can I assign multiple probes to the same serverfarm? Or do I assign the probes to the rservers themselves?&amp;nbsp;If so, if one of the probes fails, will it still mark the rserver as down or will it still see it as up if the other probes still respond?&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 22:48:13 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014936#M20098</guid>
      <dc:creator>aylesworth</dc:creator>
      <dc:date>2015-09-10T22:48:13Z</dc:date>
    </item>
    <item>
      <title>Multiple probes can be</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014937#M20099</link>
      <description>&lt;P&gt;Multiple probes can be applied to a Serverfarm or Rservers&amp;nbsp;and will have an OR logic applied by default (i.e any single failure will cause Rserver failure).&lt;/P&gt;&lt;P&gt;Its also possible to change his OR logic&amp;nbsp;into AND logic using “fail-on-all" command&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For e.g in the following case any probe failure will Mark the Rserver down&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rserver SERVER1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;ip address x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;probe First_PROBE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;STRONG&gt;probe Second_PROBE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;&lt;/P&gt;&lt;P&gt;Whereas with&amp;nbsp; fail-on-all command , Rserver will be marked down only if both probes are down&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;rserver SERVER1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;ip address x.x.x.x&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;probe First_PROBE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;probe Second_PROBE&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;STRONG&gt;fail-on-all&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 23:03:30 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014937#M20099</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2015-09-10T23:03:30Z</dc:date>
    </item>
    <item>
      <title>Syed,First off, thanks for</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014938#M20100</link>
      <description>&lt;P&gt;Syed,&lt;/P&gt;&lt;P&gt;First off, thanks for replying to a thread that's 7 years old &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; &amp;nbsp;I hadn't noticed that.&lt;/P&gt;&lt;P&gt;That info is exactly what I needed, thank you for the advice!&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 23:20:08 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014938#M20100</guid>
      <dc:creator>aylesworth</dc:creator>
      <dc:date>2015-09-10T23:20:08Z</dc:date>
    </item>
    <item>
      <title>Also I have one more question</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014939#M20101</link>
      <description>&lt;P&gt;Also I have one more question: If one of the probes goes down and the fail-on-all flag is set, will the ace then forward traffic for only that failed probe to the second server in the farm?&lt;/P&gt;&lt;P&gt;Or will the probe-failed application&amp;nbsp;still receive traffic, but the end users will receive an iis 500 or whatever the case is?&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 23:33:26 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014939#M20101</guid>
      <dc:creator>aylesworth</dc:creator>
      <dc:date>2015-09-10T23:33:26Z</dc:date>
    </item>
    <item>
      <title>if fail-on-all is set and</title>
      <link>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014940#M20102</link>
      <description>&lt;P&gt;if fail-on-all is set and only one probe fails then ACE will not mark the Rserver as down.&lt;/P&gt;&lt;P&gt;Since Rserver is not marked down, all traffic will be sent to it as usual.&lt;/P&gt;&lt;P&gt;Users will experience the application error if they hit what is being served from the Application area which is not up.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 10 Sep 2015 23:37:59 GMT</pubDate>
      <guid>https://community.cisco.com/t5/application-networking/setup-ace-probe-for-http-host-headers-for-multiple-sites-on/m-p/1014940#M20102</guid>
      <dc:creator>Syed Iftekhar Ahmed</dc:creator>
      <dc:date>2015-09-10T23:37:59Z</dc:date>
    </item>
  </channel>
</rss>

