<?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"
	>
<channel>
	<title>Comments on: Set up PHP 5, Apache 2 and MySQL 5 on OS X Leopard</title>
	<atom:link href="http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/feed/" rel="self" type="application/rss+xml" />
	<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/</link>
	<description>Web developer in Brighton</description>
	<pubDate>Fri, 21 Nov 2008 08:14:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.3</generator>
		<item>
		<title>By: A Digital Notepad &#187; Bookmarks for August 12th through August 14th</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-2024</link>
		<dc:creator>A Digital Notepad &#187; Bookmarks for August 12th through August 14th</dc:creator>
		<pubDate>Thu, 14 Aug 2008 18:10:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-2024</guid>
		<description>[...] Set up PHP 5, Apache 2 and MySQL 5 on OS X Leopard - Nice simple walk through when setting up a new Mac for web development. [...]</description>
		<content:encoded><![CDATA[<p>[...] Set up PHP 5, Apache 2 and MySQL 5 on OS X Leopard - Nice simple walk through when setting up a new Mac for web development. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jo Dimbleby</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1621</link>
		<dc:creator>Jo Dimbleby</dc:creator>
		<pubDate>Mon, 26 May 2008 14:06:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1621</guid>
		<description>Bless you, Mark. 

Complete newby to PHP and MySql. Have been struggling with the darn mysql.sock location all this morning. Now solved thanks to you and...

sudo mkdir /var/mysql/
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock</description>
		<content:encoded><![CDATA[<p>Bless you, Mark. </p>
<p>Complete newby to PHP and MySql. Have been struggling with the darn mysql.sock location all this morning. Now solved thanks to you and&#8230;</p>
<p>sudo mkdir /var/mysql/<br />
sudo ln -s /tmp/mysql.sock /var/mysql/mysql.sock</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Kirby &#187; Blog Archive &#187; How to install wordpress using ssh and svn</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1616</link>
		<dc:creator>Mark Kirby &#187; Blog Archive &#187; How to install wordpress using ssh and svn</dc:creator>
		<pubDate>Fri, 23 May 2008 11:08:19 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1616</guid>
		<description>[...] you are installing this on a mac, and you have set up a webserver you are ready to [...]</description>
		<content:encoded><![CDATA[<p>[...] you are installing this on a mac, and you have set up a webserver you are ready to [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Randon</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1582</link>
		<dc:creator>Marco Randon</dc:creator>
		<pubDate>Mon, 21 Apr 2008 10:44:42 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1582</guid>
		<description>Finally i've got it.
Make you sure that ALL the path to the directory you want to link have the right permissions.
In case:
chmod 755 "directory to change permissions"</description>
		<content:encoded><![CDATA[<p>Finally i&#8217;ve got it.<br />
Make you sure that ALL the path to the directory you want to link have the right permissions.<br />
In case:<br />
chmod 755 &#8220;directory to change permissions&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marco Randon</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1581</link>
		<dc:creator>Marco Randon</dc:creator>
		<pubDate>Mon, 21 Apr 2008 10:10:23 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1581</guid>
		<description>Great tutorial, very easy. But I have a problem, Apache2 can't follow symlinks (or alias as well). I want to put a link to my website dir on /Library/WebServer/Documents so it acts like a subdirectory, but it does't work.
ln -s ~/Documents/websitedir /Library/WebServer/Documents/websitedir
Any suggestions are appreciated.</description>
		<content:encoded><![CDATA[<p>Great tutorial, very easy. But I have a problem, Apache2 can&#8217;t follow symlinks (or alias as well). I want to put a link to my website dir on /Library/WebServer/Documents so it acts like a subdirectory, but it does&#8217;t work.<br />
ln -s ~/Documents/websitedir /Library/WebServer/Documents/websitedir<br />
Any suggestions are appreciated.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick Wright</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1575</link>
		<dc:creator>Nick Wright</dc:creator>
		<pubDate>Fri, 11 Apr 2008 22:42:06 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1575</guid>
		<description>&#62; I’ve followed the steps and removed the # to turn on PHP 
&#62; but when i’ve tested it in a browser it doesn’t seem to be working.

Enter:
sudo apachectl restart
to restart Apache. Alternatively go to System Preferences / Sharing and turn Web Sharing off and on again to achieve the same affect.

Thanks for the help Mark, very useful.</description>
		<content:encoded><![CDATA[<p>&gt; I’ve followed the steps and removed the # to turn on PHP<br />
&gt; but when i’ve tested it in a browser it doesn’t seem to be working.</p>
<p>Enter:<br />
sudo apachectl restart<br />
to restart Apache. Alternatively go to System Preferences / Sharing and turn Web Sharing off and on again to achieve the same affect.</p>
<p>Thanks for the help Mark, very useful.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon Bailey</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1571</link>
		<dc:creator>Simon Bailey</dc:creator>
		<pubDate>Fri, 04 Apr 2008 19:34:59 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1571</guid>
		<description>Thanks for this, worked a treat form me, just what I needed, now got php, mysql and ColdFusion 8 all running out of my Sites folder, wicked thanks :)

Simon</description>
		<content:encoded><![CDATA[<p>Thanks for this, worked a treat form me, just what I needed, now got php, mysql and ColdFusion 8 all running out of my Sites folder, wicked thanks <img src='http://mark-kirby.co.uk/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Simon</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Adam</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1539</link>
		<dc:creator>Adam</dc:creator>
		<pubDate>Wed, 20 Feb 2008 10:40:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1539</guid>
		<description>I've followed this and its a great tutorial. I've managed to define my 'Sites' folder as the location. This works fine and Apache is turned on. I've followed the steps and removed the # to turn on PHP but when i've tested it in a browser it doesn't seem to be working. Anything i'm missing?</description>
		<content:encoded><![CDATA[<p>I&#8217;ve followed this and its a great tutorial. I&#8217;ve managed to define my &#8216;Sites&#8217; folder as the location. This works fine and Apache is turned on. I&#8217;ve followed the steps and removed the # to turn on PHP but when i&#8217;ve tested it in a browser it doesn&#8217;t seem to be working. Anything i&#8217;m missing?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tom Sagona</title>
		<link>http://mark-kirby.co.uk/2007/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1530</link>
		<dc:creator>Tom Sagona</dc:creator>
		<pubDate>Thu, 24 Jan 2008 14:41:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.mark-kirby.co.uk/2007/12/10/set-up-php-5-apache-2-and-mysql-5-on-os-x-leopard/#comment-1530</guid>
		<description>Great tutorial, very comprehensive and easy to use. One thing you might change is at the beginning. The user doesn't have to install smultron to open the hidden file. Using sudo pico in terminal will open it just fine. But other than that it was extremely helpful. Thanks!</description>
		<content:encoded><![CDATA[<p>Great tutorial, very comprehensive and easy to use. One thing you might change is at the beginning. The user doesn&#8217;t have to install smultron to open the hidden file. Using sudo pico in terminal will open it just fine. But other than that it was extremely helpful. Thanks!</p>
]]></content:encoded>
	</item>
</channel>
</rss>
