<?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: About me</title>
	<atom:link href="http://switch.richard5.net/about-me/feed/" rel="self" type="application/rss+xml" />
	<link>http://switch.richard5.net</link>
	<description>How to build your Mac into a internet server using open source software</description>
	<lastBuildDate>Tue, 17 Jun 2008 18:25:42 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Larry</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-59073</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Tue, 06 May 2008 18:50:20 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-59073</guid>
		<description>Following your suggestion, I found out that my installation expected php.ini to be in /Library/PHP5/lib/, and it was actually in /etc/. I don&#039;t remember if I moved it there or what exactly.

I copied the php.ini file to /Library/PHP5/lib/, toggled Apache, and php error logging works now.

Thanks so much for the help!</description>
		<content:encoded><![CDATA[<p>Following your suggestion, I found out that my installation expected php.ini to be in /Library/PHP5/lib/, and it was actually in /etc/. I don&#8217;t remember if I moved it there or what exactly.</p>
<p>I copied the php.ini file to /Library/PHP5/lib/, toggled Apache, and php error logging works now.</p>
<p>Thanks so much for the help!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard5</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-59058</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Tue, 06 May 2008 17:04:46 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-59058</guid>
		<description>You&#039;ve got to make sure that the php.ini file is expected in that location. To make sure create a sample php file with the statement phpinfo(); in it. It will output the configuration of PHP and where it is expecting the ini file to be.</description>
		<content:encoded><![CDATA[<p>You&#8217;ve got to make sure that the php.ini file is expected in that location. To make sure create a sample php file with the statement phpinfo(); in it. It will output the configuration of PHP and where it is expecting the ini file to be.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Larry</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-59048</link>
		<dc:creator>Larry</dc:creator>
		<pubDate>Tue, 06 May 2008 15:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-59048</guid>
		<description>Hello Richard,

First, thanks for posting your installation guidelines! I&#039;m (nearly) happily using Apache/MySQL/PHP on my iMac, after using MAMP.

The one damper on my happiness - since I switched from MAMP, I can&#039;t log php errors. I&#039;ve posted to an Apple Discussion forum, so far without replies:

http://discussions.apple.com/thread.jspa?threadID=1511411

I hope you can read my forum posting and suggest a solution, either here or in the forum thread.


Larry
Web Team
De Anza College</description>
		<content:encoded><![CDATA[<p>Hello Richard,</p>
<p>First, thanks for posting your installation guidelines! I&#8217;m (nearly) happily using Apache/MySQL/PHP on my iMac, after using MAMP.</p>
<p>The one damper on my happiness &#8211; since I switched from MAMP, I can&#8217;t log php errors. I&#8217;ve posted to an Apple Discussion forum, so far without replies:</p>
<p><a href="http://discussions.apple.com/thread.jspa?threadID=1511411" rel="nofollow">http://discussions.apple.com/thread.jspa?threadID=1511411</a></p>
<p>I hope you can read my forum posting and suggest a solution, either here or in the forum thread.</p>
<p>Larry<br />
Web Team<br />
De Anza College</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Michael</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-38495</link>
		<dc:creator>Michael</dc:creator>
		<pubDate>Wed, 05 Sep 2007 23:49:50 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-38495</guid>
		<description>Richard,

I&#039;m having a problem with the Apache/PHP/MySQL setup.  Basically I receive a MySQL connection timeout from my PHP pages.  I&#039;ve made sure that all permissions are properly configured, but it makes no difference.  I have no *NO* idea what is causing it.

I&#039;ve been forced to use MAMP for the time being, although MAMP won&#039;t let me &quot;ALTER TABLE&quot;; but that&#039;s a different issue entirely.

If you have any suggestions it would be much appreciated.

Regards,
Michael</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>I&#8217;m having a problem with the Apache/PHP/MySQL setup.  Basically I receive a MySQL connection timeout from my PHP pages.  I&#8217;ve made sure that all permissions are properly configured, but it makes no difference.  I have no *NO* idea what is causing it.</p>
<p>I&#8217;ve been forced to use MAMP for the time being, although MAMP won&#8217;t let me &#8220;ALTER TABLE&#8221;; but that&#8217;s a different issue entirely.</p>
<p>If you have any suggestions it would be much appreciated.</p>
<p>Regards,<br />
Michael</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard5</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-34270</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Tue, 24 Jul 2007 05:44:20 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-34270</guid>
		<description>I&#039;m not actually working on it yet, I&#039;m waiting to see when http://trac.calendarserver.org/projects/calendarserver gets to a stable release. Then I will document how to set it up untill then I can&#039;t think of any other software that would help to set up a proper calender server.</description>
		<content:encoded><![CDATA[<p>I&#8217;m not actually working on it yet, I&#8217;m waiting to see when <a href="http://trac.calendarserver.org/projects/calendarserver" rel="nofollow">http://trac.calendarserver.org/projects/calendarserver</a> gets to a stable release. Then I will document how to set it up untill then I can&#8217;t think of any other software that would help to set up a proper calender server.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Thom</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-34259</link>
		<dc:creator>Thom</dc:creator>
		<pubDate>Tue, 24 Jul 2007 03:01:44 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-34259</guid>
		<description>Richard,
You helped me in the past on setting my server up. Thanks again. It has been running strong for quite some time. I was wondering if you were going to publish something on how to setup WebDav? I need to share a calendar with two other people (all three to be able to edit) .mac only allows the host to edit it.

Thanks in advance.
Thom</description>
		<content:encoded><![CDATA[<p>Richard,<br />
You helped me in the past on setting my server up. Thanks again. It has been running strong for quite some time. I was wondering if you were going to publish something on how to setup WebDav? I need to share a calendar with two other people (all three to be able to edit) .mac only allows the host to edit it.</p>
<p>Thanks in advance.<br />
Thom</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rocky</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-33512</link>
		<dc:creator>Rocky</dc:creator>
		<pubDate>Tue, 17 Jul 2007 13:03:58 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-33512</guid>
		<description>Richard:
I to have switched from Windows to Mac/OS X. 
I have not touched a UNIX OS system in 15 years and had forgotten a lot.
I just wanted to let you know that the documentation is extremely helpful and I appreciate the time and effort you have put in, so that people like myself can benefit from your experiences.

Again Thanks</description>
		<content:encoded><![CDATA[<p>Richard:<br />
I to have switched from Windows to Mac/OS X.<br />
I have not touched a UNIX OS system in 15 years and had forgotten a lot.<br />
I just wanted to let you know that the documentation is extremely helpful and I appreciate the time and effort you have put in, so that people like myself can benefit from your experiences.</p>
<p>Again Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ron Garret</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-23927</link>
		<dc:creator>Ron Garret</dc:creator>
		<pubDate>Mon, 16 Apr 2007 21:09:36 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-23927</guid>
		<description>I have made some progress debugging the lighttpd bus error that occurs when pcre is used.  Contact me or see the comments on the Trac ticket for details.</description>
		<content:encoded><![CDATA[<p>I have made some progress debugging the lighttpd bus error that occurs when pcre is used.  Contact me or see the comments on the Trac ticket for details.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Brian Blood</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-22624</link>
		<dc:creator>Brian Blood</dc:creator>
		<pubDate>Thu, 29 Mar 2007 15:45:43 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-22624</guid>
		<description>Richard,

Nice blog.

Take a look at the article I just posted detailing how we setup a farm of MacMinis as load balanced web application servers for a client of ours this past year.


Intel MacMinis - The OS X Blade Server
http://www.networkjack.info/blog/archives/35


Regards,
Brian</description>
		<content:encoded><![CDATA[<p>Richard,</p>
<p>Nice blog.</p>
<p>Take a look at the article I just posted detailing how we setup a farm of MacMinis as load balanced web application servers for a client of ours this past year.</p>
<p>Intel MacMinis &#8211; The OS X Blade Server<br />
<a href="http://www.networkjack.info/blog/archives/35" rel="nofollow">http://www.networkjack.info/blog/archives/35</a></p>
<p>Regards,<br />
Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Robbert Hamburg</title>
		<link>http://switch.richard5.net/about-me/comment-page-1/#comment-17262</link>
		<dc:creator>Robbert Hamburg</dc:creator>
		<pubDate>Sat, 17 Feb 2007 20:15:53 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/about-me/#comment-17262</guid>
		<description>Hoi Richard,

Goed initiatief. Mocht ik iets op hosting gebied voor je kunnen betekenen. Contact me dan even.

Robbert</description>
		<content:encoded><![CDATA[<p>Hoi Richard,</p>
<p>Goed initiatief. Mocht ik iets op hosting gebied voor je kunnen betekenen. Contact me dan even.</p>
<p>Robbert</p>
]]></content:encoded>
	</item>
</channel>
</rss>

