<?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>Gabriel de Kadt &#187; ssi</title>
	<atom:link href="http://www.lazydada.com/tag/ssi/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.lazydada.com</link>
	<description>Personal notes on Mac based web development and design.</description>
	<lastBuildDate>Tue, 30 Aug 2011 10:47:39 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Apache with PHP and SSI on Mac OS X 10.5 Leopard in two minutes</title>
		<link>http://www.lazydada.com/2008-11-07/apache-with-php-and-ssi-on-mac-os-x-105-leopard-in-two-minutes/?utm_source=rss&#038;utm_medium=rss&#038;utm_campaign=apache-with-php-and-ssi-on-mac-os-x-105-leopard-in-two-minutes</link>
		<comments>http://www.lazydada.com/2008-11-07/apache-with-php-and-ssi-on-mac-os-x-105-leopard-in-two-minutes/#comments</comments>
		<pubDate>Fri, 07 Nov 2008 13:57:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Web design & development]]></category>
		<category><![CDATA[apache]]></category>
		<category><![CDATA[leopard 10.5]]></category>
		<category><![CDATA[MacOSX]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[ssi]]></category>
		<category><![CDATA[webdev]]></category>

		<guid isPermaLink="false">http://www.lazydada.com/?p=157</guid>
		<description><![CDATA[[Update - see here. I wouldn't recommend the Apple PHP distro anymore as it has shortcomings. Roll your MAMP!] See full description for PHP here, for activating SSI here. Add PHP with debugging Activate: goto /private/etc/apache2/httpd.conf and uncomment LoadModule php5_module . Save. Add debugging: In Terminal type: cd /private/etc sudo cp php.ini.default php.ini Edit said [...]]]></description>
			<content:encoded><![CDATA[<p>[Update - see <a href="http://www.lazydada.com/2009-04-21/opengoo-install-in-mac-os-x-105/">here</a>. I wouldn't recommend the Apple PHP distro anymore as it has shortcomings. Roll your MAMP!]<br />
See full <a href="http://foundationphp.com/tutorials/php_leopard.php" target="_blank">description for PHP here</a>, for <a href="http://forums.macosxhints.com/showpost.php?p=479766&#038;postcount=11" target="_blank">activating SSI here</a>.</p>
<h2>Add PHP with debugging</h2>
<p><b>Activate:</b> goto <code>/private/etc/apache2/httpd.conf</code> and uncomment <code>LoadModule php5_module</code> . Save.<br />
<b>Add debugging:</b> In Terminal type:<br />
<code> cd /private/etc<br />
sudo cp php.ini.default php.ini</code><br />
Edit said <code>php.ini</code>: change<br />
<code>error_reporting = E_ALL &#038; ~E_NOTICE</code> to<br />
<code>error_reporting = E_ALL</code> .Save </p>
<h2>Add SSI</h2>
<p>Go back to <code>/private/etc/apache2/httpd.conf</code>&hellip;</p>
<blockquote><p>
1. Uncomment these lines from the <code>&lt;ifmodule mime_module></code> stanza:<br />
<code>AddType text/html .shtml and<br />
AddOutputFilter INCLUDES .shtml </code></p>
<p>2. Add &#8220;Includes&#8221; to the &#8220;Options&#8221; statement in the <code>&lt;directory "/Library/WebServer/Documents"></code> stanza (so it now reads<br />
<code>Options Indexes FollowSymLinks MultiViews Includes</code>)</p>
<p>3. [Re]start Apache with <code>sudo apachectl graceful</code>
</p></blockquote>
<p>Job&#8217;s a good &#8216;un. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.lazydada.com/2008-11-07/apache-with-php-and-ssi-on-mac-os-x-105-leopard-in-two-minutes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
<!-- WP Super Cache is installed but broken. The path to wp-cache-phase1.php in wp-content/advanced-cache.php must be fixed! -->
