<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Netscaler implementation tips, Part 1</title>
	<atom:link href="http://www.santaba.com/blog/archives/4/feed" rel="self" type="application/rss+xml" />
	<link>http://www.santaba.com/blog/archives/4</link>
	<description>Interesting things in making the web bigger, faster, better at Santaba Corp</description>
	<lastBuildDate>Fri, 06 Aug 2010 17:31:48 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1</generator>
	<item>
		<title>By: wtf</title>
		<link>http://www.santaba.com/blog/archives/4/comment-page-1#comment-75</link>
		<dc:creator>wtf</dc:creator>
		<pubDate>Tue, 13 Jul 2010 19:52:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.santaba.com/blog/archives/4#comment-75</guid>
		<description>Sorry, didn&#039;t mean to sound snarky. ;)</description>
		<content:encoded><![CDATA[<p>Sorry, didn&#8217;t mean to sound snarky. <img src='http://www.santaba.com/blog/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.santaba.com/blog/archives/4/comment-page-1#comment-74</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Tue, 13 Jul 2010 14:01:22 +0000</pubDate>
		<guid isPermaLink="false">http://www.santaba.com/blog/archives/4#comment-74</guid>
		<description>Oops. 2002. Corrected, thanks</description>
		<content:encoded><![CDATA[<p>Oops. 2002. Corrected, thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: wtf</title>
		<link>http://www.santaba.com/blog/archives/4/comment-page-1#comment-73</link>
		<dc:creator>wtf</dc:creator>
		<pubDate>Mon, 12 Jul 2010 22:23:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.santaba.com/blog/archives/4#comment-73</guid>
		<description>You&#039;ve been using Netscalers since 1992? Really? 

6 years before the company was founded?</description>
		<content:encoded><![CDATA[<p>You&#8217;ve been using Netscalers since 1992? Really? </p>
<p>6 years before the company was founded?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: admin</title>
		<link>http://www.santaba.com/blog/archives/4/comment-page-1#comment-70</link>
		<dc:creator>admin</dc:creator>
		<pubDate>Sat, 19 Jun 2010 19:46:49 +0000</pubDate>
		<guid isPermaLink="false">http://www.santaba.com/blog/archives/4#comment-70</guid>
		<description>Poppy: certainly.  You&#039;d have a load balancing virtual server (say lb1) that points to www.somewebsite.com, another that points to wherever the content should come from for the rest of www.mydomain.com (say lb2), and a rule that says:
add cs policy  ToSomeWeb -url /SomeWebSite/
then:
bind cs vserver mydomain lb1 -policyName ToSomeWeb
bind cs vserver mydomain lb2

If it doesn&#039;t match the url rule, it will go to lb2. If it does, it will go to lb1.</description>
		<content:encoded><![CDATA[<p>Poppy: certainly.  You&#8217;d have a load balancing virtual server (say lb1) that points to <a href="http://www.somewebsite.com" rel="nofollow">http://www.somewebsite.com</a>, another that points to wherever the content should come from for the rest of <a href="http://www.mydomain.com" rel="nofollow">http://www.mydomain.com</a> (say lb2), and a rule that says:<br />
add cs policy  ToSomeWeb -url /SomeWebSite/<br />
then:<br />
bind cs vserver mydomain lb1 -policyName ToSomeWeb<br />
bind cs vserver mydomain lb2</p>
<p>If it doesn&#8217;t match the url rule, it will go to lb2. If it does, it will go to lb1.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: poppy</title>
		<link>http://www.santaba.com/blog/archives/4/comment-page-1#comment-69</link>
		<dc:creator>poppy</dc:creator>
		<pubDate>Wed, 16 Jun 2010 22:34:09 +0000</pubDate>
		<guid isPermaLink="false">http://www.santaba.com/blog/archives/4#comment-69</guid>
		<description>Is it possible to configure content switching to point a subfolder to an external web site? When users go to http://www.mydomain.com/SomeWebSite, it will display web site content from http://www.someWebSite.com but not changing the URL address on user&#039;s browser.</description>
		<content:encoded><![CDATA[<p>Is it possible to configure content switching to point a subfolder to an external web site? When users go to <a href="http://www.mydomain.com/SomeWebSite" rel="nofollow">http://www.mydomain.com/SomeWebSite</a>, it will display web site content from <a href="http://www.someWebSite.com" rel="nofollow">http://www.someWebSite.com</a> but not changing the URL address on user&#8217;s browser.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: anony</title>
		<link>http://www.santaba.com/blog/archives/4/comment-page-1#comment-61</link>
		<dc:creator>anony</dc:creator>
		<pubDate>Wed, 10 Sep 2008 15:52:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.santaba.com/blog/archives/4#comment-61</guid>
		<description>Note about content switching.  You do not have to give a lb vserver an ip address that is going to be bound to a content switching vserver since the vservers are local and you do not have to waste an ip address.

add cs policy  gifredirect -url /*.gif
add lb vserver lb-www.site.com-http http 
add lb vserver lb-www.site.com-ssl ssl 
add cs vserver cs-www.site.com-ssl ssl 
bind cs vserver  cs-www.site.com-ssl lb-www.site.com-http -policyName gifredirect
bind cs vserver  cs-www. site.com-ssl lb-www.site.com-http-ssl</description>
		<content:encoded><![CDATA[<p>Note about content switching.  You do not have to give a lb vserver an ip address that is going to be bound to a content switching vserver since the vservers are local and you do not have to waste an ip address.</p>
<p>add cs policy  gifredirect -url /*.gif<br />
add lb vserver lb-www.site.com-http http<br />
add lb vserver lb-www.site.com-ssl ssl<br />
add cs vserver cs-www.site.com-ssl ssl<br />
bind cs vserver  cs-www.site.com-ssl lb-www.site.com-http -policyName gifredirect<br />
bind cs vserver  cs-www. site.com-ssl lb-www.site.com-http-ssl</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Wahoo</title>
		<link>http://www.santaba.com/blog/archives/4/comment-page-1#comment-8</link>
		<dc:creator>Wahoo</dc:creator>
		<pubDate>Sun, 07 Oct 2007 02:12:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.santaba.com/blog/archives/4#comment-8</guid>
		<description>Thank you for sharing!</description>
		<content:encoded><![CDATA[<p>Thank you for sharing!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

