<?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: Installing Apache 2 and PHP 5 on OS X</title>
	<atom:link href="http://laughingmeme.org/2004/02/26/installing-apache-2-and-php-5-on-os-x/feed/" rel="self" type="application/rss+xml" />
	<link>http://laughingmeme.org/2004/02/26/installing-apache-2-and-php-5-on-os-x/</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Wed, 10 Mar 2010 15:18:40 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: stever</title>
		<link>http://laughingmeme.org/2004/02/26/installing-apache-2-and-php-5-on-os-x/comment-page-1/#comment-194008</link>
		<dc:creator>stever</dc:creator>
		<pubDate>Wed, 02 Jan 2008 05:19:07 +0000</pubDate>
		<guid isPermaLink="false">http://lm.quxx.info/?p=748#comment-194008</guid>
		<description>&lt;p&gt;makes and installs of apache 2.2.6 and php 5.2.2 went fine.&lt;/p&gt;

&lt;p&gt;Apache&#039;s index.html displays OK.&lt;/p&gt;

&lt;p&gt;Created test.php with contents  in /usr/local/apache2/htdocs and it displays the text in the file.  I don&#039;t get the phpinfo output.&lt;/p&gt;

&lt;p&gt;Why?&lt;/p&gt;

&lt;p&gt;httpd.conf has &quot;LoadModule php5_module        modules/libphp5.so&quot; in it and uncommented.&lt;/p&gt;

&lt;p&gt;Ideas?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>makes and installs of apache 2.2.6 and php 5.2.2 went fine.</p>

<p>Apache&#8217;s index.html displays OK.</p>

<p>Created test.php with contents  in /usr/local/apache2/htdocs and it displays the text in the file.  I don&#8217;t get the phpinfo output.</p>

<p>Why?</p>

<p>httpd.conf has &#8220;LoadModule php5_module        modules/libphp5.so&#8221; in it and uncommented.</p>

<p>Ideas?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://laughingmeme.org/2004/02/26/installing-apache-2-and-php-5-on-os-x/comment-page-1/#comment-77968</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Thu, 26 Jul 2007 22:27:13 +0000</pubDate>
		<guid isPermaLink="false">http://lm.quxx.info/?p=748#comment-77968</guid>
		<description>&lt;p&gt;Hey, I&#039;ve installed php5 on my OS X, running apache and it works great for file with the .php extension. However, I want to process .htm though php but I can&#039;t seem to find out how to do it. I added this to the httpd.conf with no luck. If you have any idea what else I could try that would be great!&lt;/p&gt;

&lt;p&gt;
    # If php is turned on, we repsect .php and .phps files.
    AddType application/x-httpd-php .php .htm
    AddType application/x-httpd-php-source .htm .phps&lt;/p&gt;

&lt;pre&gt;&lt;code&gt;# Since most users will want index.php to work we
# also automatically enable index.php
&lt;IfModule mod_dir.c&gt;
    DirectoryIndex index.php index.htm index.html
&lt;/IfModule&gt;
&lt;/code&gt;&lt;/pre&gt;

&lt;p&gt;&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Hey, I&#8217;ve installed php5 on my OS X, running apache and it works great for file with the .php extension. However, I want to process .htm though php but I can&#8217;t seem to find out how to do it. I added this to the httpd.conf with no luck. If you have any idea what else I could try that would be great!</p>

<p>
    # If php is turned on, we repsect .php and .phps files.
    AddType application/x-httpd-php .php .htm
    AddType application/x-httpd-php-source .htm .phps</p>

<pre><code># Since most users will want index.php to work we
# also automatically enable index.php
&lt;IfModule mod_dir.c&gt;
    DirectoryIndex index.php index.htm index.html
&lt;/IfModule&gt;
</code></pre>

<p></p>]]></content:encoded>
	</item>
	<item>
		<title>By: Neil</title>
		<link>http://laughingmeme.org/2004/02/26/installing-apache-2-and-php-5-on-os-x/comment-page-1/#comment-75466</link>
		<dc:creator>Neil</dc:creator>
		<pubDate>Thu, 19 Jul 2007 16:23:08 +0000</pubDate>
		<guid isPermaLink="false">http://lm.quxx.info/?p=748#comment-75466</guid>
		<description>&lt;p&gt;Great instructions!  Short and it worked for me first time.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Great instructions!  Short and it worked for me first time.</p>]]></content:encoded>
	</item>
</channel>
</rss>
