<?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>TheCWLZone Blog &#187; Passenger</title>
	<atom:link href="http://www.thecwlzone.com/blog/tag/passenger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thecwlzone.com/blog</link>
	<description>Christopher W Lehman Technical Blog</description>
	<lastBuildDate>Fri, 23 Jul 2010 00:00:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Multiple Rails Apps Under Passenger</title>
		<link>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/</link>
		<comments>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/#comments</comments>
		<pubDate>Wed, 30 Dec 2009 19:19:01 +0000</pubDate>
		<dc:creator>cwl</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=299</guid>
		<description><![CDATA[My development server is on a home LAN behind a firewall, and I don&#8217;t want to make it a DNS sub-domain. I have directed my router to issue fixed IP addresses through DHCP, so I can use the IP address as part of the URL.
Setting up multiple Rails applications is pretty easy, but if you [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/multiple-rails-apps-under-passenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rewind Ruby 1.9.1 (or &#8220;Put The Candle Back&#8221;)</title>
		<link>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 16:33:52 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=256</guid>
		<description><![CDATA[I updated all the gems for my current Rails development project that is using Ruby 1.9.1. This also included an upgrade to Phusion Passenger 2.2.5. Then I upgraded to Ruby 1.9.1-p243, which promptly crashed Passenger when I did a session request through Authlogic 2.1.2. Ouch. So, I reinstalled Ruby 1.9.1-p129, and all is well again.
Oddly [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rewind-ruby-1-9-1-or-put-the-candle-back/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Configuring Passenger sub-URIs</title>
		<link>http://www.thecwlzone.com/blog/rails/configuring-passenger-sub-uris/</link>
		<comments>http://www.thecwlzone.com/blog/rails/configuring-passenger-sub-uris/#comments</comments>
		<pubDate>Sun, 05 Apr 2009 19:32:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=61</guid>
		<description><![CDATA[Passenger sub-URIs allow you to run multiple Rails aplications under one Apache virtual host, which is great for development. Although Phusion has documented how to do this, I was having trouble. Eventually I got it to work, by doing the steps below:

The Apache default DocumentRoot location is /var/www/html. I created a new directory and changed [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/configuring-passenger-sub-uris/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Goodbye Mongrel, Hello Passenger</title>
		<link>http://www.thecwlzone.com/blog/rails/goodbye-mongrel-hello-passenger/</link>
		<comments>http://www.thecwlzone.com/blog/rails/goodbye-mongrel-hello-passenger/#comments</comments>
		<pubDate>Fri, 03 Apr 2009 03:49:08 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Passenger]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=54</guid>
		<description><![CDATA[Mongrel has been a great web server for Ruby and Rails, but with the significant changes in Ruby 1.9.1 (native threads for instance), I decided to switch to Phusion Passenger and Apache. If nothing else, this will keep me working with Apache (it is the A in LAMP, after all).
The gem install passenger ran as [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/goodbye-mongrel-hello-passenger/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
