<?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>Der Wanderer &#187; Apache</title>
	<atom:link href="http://www.derwanderer.net/tag/apache/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.derwanderer.net</link>
	<description>Der Wanderer in the Middle Kingdom</description>
	<lastBuildDate>Fri, 20 Aug 2010 02:00:49 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Where&#8217;s php.ini?</title>
		<link>http://www.derwanderer.net/2009/08/20/wheres-phpini/</link>
		<comments>http://www.derwanderer.net/2009/08/20/wheres-phpini/#comments</comments>
		<pubDate>Thu, 20 Aug 2009 09:59:47 +0000</pubDate>
		<dc:creator>t-ron</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[ini]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Unix]]></category>

		<guid isPermaLink="false">http://www.derwanderer.net/?p=634</guid>
		<description><![CDATA[I had a heck of a time hunting down the location of php.ini on my Mac.  I needed to set the PHP error reporting setting to &#8216;true&#8217; for my local installation.  Though I much prefer the file system organization of the Mac to Windows, I don&#8217;t know it nearly as well.  After some digging, I [...]]]></description>
			<content:encoded><![CDATA[<p>I had a heck of a time hunting down the location of php.ini on my Mac.  I needed to set the PHP error reporting setting to &#8216;true&#8217; for my local installation.  Though I much prefer the file system organization of the Mac to Windows, I don&#8217;t know it nearly as well.  After some digging, I finally found the file.  On top of locating it, I had to set the permissions so that I could make the necessary change to the file.  Here are the steps:</p>
<p>1)  Find PHP5.  It&#8217;s a pain in the axe.  It&#8217;s located at /usr/local/php5/lib.<br />
2)  Access the parent folder in the finder by typing &#8220;/usr/local/php5&#8243; in the dialog at &#8220;Go-&gt;Go to folder&#8230;&#8221; menu item.<br />
3)  Right click on &#8220;lib&#8221; and choose &#8220;Get Info&#8221;.<br />
4)  Under &#8220;Ownership and Permission&#8221;, click on the lock icon.<br />
5)  Change the permission so that you now have permission to write to the file.  You&#8217;ll have to put in your admin password a cupla times.<br />
6)  Navigate to the &#8220;lib&#8221; menu now and find the &#8220;php.ini&#8221; file.  Double click on it and choose &#8220;TextEdit&#8221; as the application of choice (make it the default app too).<br />
7)  Make the necessary changes and&#8230;done.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derwanderer.net/2009/08/20/wheres-phpini/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP and MySQL on the Mac</title>
		<link>http://www.derwanderer.net/2009/04/24/php-and-mysql-on-the-mac/</link>
		<comments>http://www.derwanderer.net/2009/04/24/php-and-mysql-on-the-mac/#comments</comments>
		<pubDate>Fri, 24 Apr 2009 05:25:55 +0000</pubDate>
		<dc:creator>t-ron</dc:creator>
				<category><![CDATA[Entrepreneur]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Apple]]></category>
		<category><![CDATA[Debug]]></category>
		<category><![CDATA[local]]></category>
		<category><![CDATA[localhost]]></category>
		<category><![CDATA[Mac]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OS X]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://www.derwanderer.net/?p=569</guid>
		<description><![CDATA[I now am needing to learn more about PHP, MySQL, WordPress, and so on. As you may know, this site you&#8217;re now reading runs on WordPress software, which, for the most part, I&#8217;ve been happy with. But, if I want to add my own customizations or just play around with different ideas to try out [...]]]></description>
			<content:encoded><![CDATA[<p>I now am needing to learn more about PHP, MySQL, WordPress, and so on.  As you may know, this site you&#8217;re now reading runs on WordPress software, which, for the most part, I&#8217;ve been happy with.  But, if I want to add my own customizations or just play around with different ideas to try out on WordPress, running a test site online is not so practical (especially with the pitiful speed of my internet here in China).  So, I looked into running WordPress locally on my Mac.  I had to hunt down four things to install and configure:  Apache, PHP, MySQL, and WordPress.  I spent four to five hours downloading, installing, and troubleshooting.  In the end, it wasn&#8217;t so hard, but pulling all the info together from various websites was quite time consuming.  So, I spent 20 minutes this morning culling the important information and distilled how I did it into a five-page document.</p>
<p>You can download the pdf file <a href="http://www.derwanderer.net/wp-content/uploads/2009/04/php_mysql_on_mac.pdf">here</a>.</p>
<p>It sure is nice having this set up locally.  It&#8217;s incredibly fast (obviously) and as easy as editing and saving files in a basic text editor.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.derwanderer.net/2009/04/24/php-and-mysql-on-the-mac/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>
