<?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: PHP-on-Tomcat</title>
	<atom:link href="http://paul.caffeinatedbliss.com/2009/12/php-on-tomcat/feed/" rel="self" type="application/rss+xml" />
	<link>http://paul.caffeinatedbliss.com/2009/12/php-on-tomcat/</link>
	<description>A blog at the intersection of geek, faith and creative writing.</description>
	<lastBuildDate>Sat, 30 Oct 2010 11:35:06 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
	<item>
		<title>By: Timothy</title>
		<link>http://paul.caffeinatedbliss.com/2009/12/php-on-tomcat/comment-page-1/#comment-434</link>
		<dc:creator>Timothy</dc:creator>
		<pubDate>Mon, 14 Dec 2009 18:02:52 +0000</pubDate>
		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=986#comment-434</guid>
		<description>*cringe*

In your apache&#039;s httpd.conf you need these things
LoadModule php5_module        modules/libphp5.so

    DirectoryIndex index.php index.html
 (inside the dir_module ifModule condition)

and, most importantly (and the one you probably missed:
    AddType application/x-httpd-php .php

in the mime_module ifModule condition

I bet you use a sledgehammer for your screws, don&#039;t you. :)</description>
		<content:encoded><![CDATA[<p>*cringe*</p>
<p>In your apache&#8217;s httpd.conf you need these things<br />
LoadModule php5_module        modules/libphp5.so</p>
<p>    DirectoryIndex index.php index.html<br />
 (inside the dir_module ifModule condition)</p>
<p>and, most importantly (and the one you probably missed:<br />
    AddType application/x-httpd-php .php</p>
<p>in the mime_module ifModule condition</p>
<p>I bet you use a sledgehammer for your screws, don&#8217;t you. <img src='http://paul.caffeinatedbliss.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ali</title>
		<link>http://paul.caffeinatedbliss.com/2009/12/php-on-tomcat/comment-page-1/#comment-424</link>
		<dc:creator>Ali</dc:creator>
		<pubDate>Sat, 12 Dec 2009 20:04:56 +0000</pubDate>
		<guid isPermaLink="false">http://paul.caffeinatedbliss.com/?p=986#comment-424</guid>
		<description>This is deeply wrong on so many levels!</description>
		<content:encoded><![CDATA[<p>This is deeply wrong on so many levels!</p>
]]></content:encoded>
	</item>
</channel>
</rss>

