<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Hank Beaver &#187; F5</title>
	<atom:link href="http://www.hankbeaver.com/index.php/tag/f5/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.hankbeaver.com</link>
	<description>Ruby, open-source, Internet technologist located in Atlanta, GA, USA</description>
	<lastBuildDate>Tue, 29 Jun 2010 05:34:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>F5/BigIP Healthcheck against Thin/Sinatra app</title>
		<link>http://www.hankbeaver.com/index.php/2009/06/05/f5bigip-healthcheck-against-thinsinatra-app/</link>
		<comments>http://www.hankbeaver.com/index.php/2009/06/05/f5bigip-healthcheck-against-thinsinatra-app/#comments</comments>
		<pubDate>Fri, 05 Jun 2009 15:18:01 +0000</pubDate>
		<dc:creator>hbeaver</dc:creator>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[BigIP]]></category>
		<category><![CDATA[F5]]></category>
		<category><![CDATA[healthcheck]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.rubyslacker.com/?p=87</guid>
		<description><![CDATA[When using a BigIP to load balance a Sinatra app via Thin you will need to provide more than just the GET request string in F5&#8217;s &#8220;send string&#8221; field OR you might get &#8220;Request Invalid!&#8221; error message. Heads up.
Using this will cause issue:

GET /ops/heartbeat

This works:

GET /ops/heartbeat HTTP/1.1\r\nHost: \r\nConnection: Close\r\n\r\n


]]></description>
			<content:encoded><![CDATA[<p>When using a BigIP to load balance a Sinatra app via Thin you will need to provide more than just the GET request string in F5&#8217;s &#8220;send string&#8221; field OR you might get &#8220;Request Invalid!&#8221; error message. Heads up.</p>
<h4>Using this will cause issue:</h4>
<h4>
<pre>GET /ops/heartbeat</pre>
</h4>
<p><strong>This works:</strong></p>
<h4>
<pre>GET /ops/heartbeat HTTP/1.1\r\nHost: \r\nConnection: Close\r\n\r\n</pre>
</h4>
<h4></h4>
]]></content:encoded>
			<wfw:commentRss>http://www.hankbeaver.com/index.php/2009/06/05/f5bigip-healthcheck-against-thinsinatra-app/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
