<?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; Apache</title>
	<atom:link href="http://www.thecwlzone.com/blog/tag/apache/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>Rails and PHP under Ubuntu Apache</title>
		<link>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/</link>
		<comments>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/#comments</comments>
		<pubDate>Tue, 15 Dec 2009 14:34:49 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Rails]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=277</guid>
		<description><![CDATA[I have Ubuntu 9.10 (aka Karmic Koala) running on my laptop. It&#8217;s rapidly becoming my portable development machine, so I set up the Rails environment right away. I have decided to add PHP to the development mix, so I began to install all the PHP stuff using Ubuntu&#8217;s built-in Synaptic Package Manager found under System [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/rails/rails-and-php-under-ubuntu-apache/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>HAML and Apache Encodings</title>
		<link>http://www.thecwlzone.com/blog/linux/haml-and-apache-encodings/</link>
		<comments>http://www.thecwlzone.com/blog/linux/haml-and-apache-encodings/#comments</comments>
		<pubDate>Wed, 23 Sep 2009 23:26:51 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[Rails]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=229</guid>
		<description><![CDATA[I&#8217;m playing around a bit with the HAML gem. It broke my Apache / Passenger server immediately. The original error message looked something like:

/!\ FAILSAFE /!\  2009-05-01 10:05:18 -1000
  Status: 500 Internal Server Error
  invalid byte sequence in US-ASCII

Google to the rescue. On Linux machines, you should have a /etc/sysconfig/httpd file. I [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/linux/haml-and-apache-encodings/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Apache Through the Firewall</title>
		<link>http://www.thecwlzone.com/blog/linux/apache-through-the-firewall/</link>
		<comments>http://www.thecwlzone.com/blog/linux/apache-through-the-firewall/#comments</comments>
		<pubDate>Thu, 27 Aug 2009 18:54:56 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[IT-Related]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[IT]]></category>
		<category><![CDATA[security]]></category>

		<guid isPermaLink="false">http://www.thecwlzone.com/blog/?p=188</guid>
		<description><![CDATA[Back in the old days (pre-2000), the various flavors of UNIX had very little security other than the &#8220;baked-in&#8221; stuff such as encrypted passwords, root vs normal users, the standard file permissions, etc. Later, things like SELinux and firewalls were added. I still get tripped up on that occasionally.
I recently moved my Rails apps from [...]]]></description>
		<wfw:commentRss>http://www.thecwlzone.com/blog/linux/apache-through-the-firewall/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>
	</channel>
</rss>
