<?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: Capistrano and Passenger</title>
	<atom:link href="http://tnux.net/2008/06/23/capistrano-and-passenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://tnux.net/2008/06/23/capistrano-and-passenger/</link>
	<description>Blog of Tom Pesman</description>
	<lastBuildDate>Thu, 09 Sep 2010 12:37:32 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
	<item>
		<title>By: Tnux.net » Capistrano and Passenger part 2</title>
		<link>http://tnux.net/2008/06/23/capistrano-and-passenger/comment-page-1/#comment-21</link>
		<dc:creator>Tnux.net » Capistrano and Passenger part 2</dc:creator>
		<pubDate>Sat, 12 Dec 2009 13:52:24 +0000</pubDate>
		<guid isPermaLink="false">http://tnux.net/?p=4#comment-21</guid>
		<description>[...] Karl Varga pointed out in his comment on my previous post on Capistrano and Passenger (here) my apache rewrite rules did not send back the proper HTTP status codes. Now with the improved and [...]</description>
		<content:encoded><![CDATA[<p>[...] Karl Varga pointed out in his comment on my previous post on Capistrano and Passenger (here) my apache rewrite rules did not send back the proper HTTP status codes. Now with the improved and [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom</title>
		<link>http://tnux.net/2008/06/23/capistrano-and-passenger/comment-page-1/#comment-20</link>
		<dc:creator>Tom</dc:creator>
		<pubDate>Tue, 08 Dec 2009 13:10:22 +0000</pubDate>
		<guid isPermaLink="false">http://tnux.net/?p=4#comment-20</guid>
		<description>I do agree with the fact that your rewrite rules are an improvement over mine. I personally will not include the sitemap to the exceptions because my app will generate them automatically. Although I like the fact that your rules return the proper HTTP status codes.</description>
		<content:encoded><![CDATA[<p>I do agree with the fact that your rewrite rules are an improvement over mine. I personally will not include the sitemap to the exceptions because my app will generate them automatically. Although I like the fact that your rules return the proper HTTP status codes.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Karl Varga</title>
		<link>http://tnux.net/2008/06/23/capistrano-and-passenger/comment-page-1/#comment-19</link>
		<dc:creator>Karl Varga</dc:creator>
		<pubDate>Tue, 08 Dec 2009 09:38:47 +0000</pubDate>
		<guid isPermaLink="false">http://tnux.net/?p=4#comment-19</guid>
		<description>My rewrite conditions are slightly different and dare I say better?  The nice thing about this approach is you get the proper HTTP status code being returned with the maintenance page so that robots know it&#039;s just a temporary problem.  Also, it allows robots to ready the robots files and any sitemaps you may have.  I&#039;ve also included images so that you can put images like logos and stuff in your maintenance page and have them display properly.

ErrorDocument 503 /system/maintenance.html
RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f
RewriteCond %{SCRIPT_FILENAME} !maintenance.html
RewriteCond %{REQUEST_URI} !^/images/
RewriteCond %{REQUEST_URI} !^/robots.txt
RewriteCond %{REQUEST_URI} !^/sitemap
RewriteRule ^.*$  -  [redirect=503,last]</description>
		<content:encoded><![CDATA[<p>My rewrite conditions are slightly different and dare I say better?  The nice thing about this approach is you get the proper HTTP status code being returned with the maintenance page so that robots know it&#8217;s just a temporary problem.  Also, it allows robots to ready the robots files and any sitemaps you may have.  I&#8217;ve also included images so that you can put images like logos and stuff in your maintenance page and have them display properly.</p>
<p>ErrorDocument 503 /system/maintenance.html<br />
RewriteCond %{DOCUMENT_ROOT}/system/maintenance.html -f<br />
RewriteCond %{SCRIPT_FILENAME} !maintenance.html<br />
RewriteCond %{REQUEST_URI} !^/images/<br />
RewriteCond %{REQUEST_URI} !^/robots.txt<br />
RewriteCond %{REQUEST_URI} !^/sitemap<br />
RewriteRule ^.*$  &#8211;  [redirect=503,last]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
