<?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: Updated to v2 on my own server</title>
	<atom:link href="http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/feed/" rel="self" type="application/rss+xml" />
	<link>http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/</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: michael</title>
		<link>http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-16303</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sun, 04 Feb 2007 20:19:59 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-16303</guid>
		<description>ah, had to change the priviledges to 777 on the wp_content directory and it&#039;s enclosed items, fixed both of the problems</description>
		<content:encoded><![CDATA[<p>ah, had to change the priviledges to 777 on the wp_content directory and it&#8217;s enclosed items, fixed both of the problems</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: michael</title>
		<link>http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-16302</link>
		<dc:creator>michael</dc:creator>
		<pubDate>Sun, 04 Feb 2007 20:15:48 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-16302</guid>
		<description>I just compiled and installed PHP 5 (upgraded from the previous server logistics version) and Apache 2.2.4 and I seem to have lost Unicode support; no Japanese fonts are displaying properly on my site.

Also, in the wordpress admin panel I get the following error at the top of the page:
Warning: fopen(/Library/Apache2/htdocs/snozle_wp/wp-content/cache/wp_cache_mutex.lock) [function.fopen]: failed to open stream: Permission denied in /Library/Apache2/htdocs/snozle_wp/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 96</description>
		<content:encoded><![CDATA[<p>I just compiled and installed PHP 5 (upgraded from the previous server logistics version) and Apache 2.2.4 and I seem to have lost Unicode support; no Japanese fonts are displaying properly on my site.</p>
<p>Also, in the wordpress admin panel I get the following error at the top of the page:<br />
Warning: fopen(/Library/Apache2/htdocs/snozle_wp/wp-content/cache/wp_cache_mutex.lock) [function.fopen]: failed to open stream: Permission denied in /Library/Apache2/htdocs/snozle_wp/wp-content/plugins/wp-cache/wp-cache-phase2.php on line 96</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Richard5</title>
		<link>http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-14156</link>
		<dc:creator>Richard5</dc:creator>
		<pubDate>Sat, 13 Jan 2007 09:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-14156</guid>
		<description>To solve your problem take the following steps:

- put your httpd.conf in a safe place for later reference
- delete the entire /Library/Apache2 directory, but if you need to keep apache running whilst upgrading, just delete the conf, lib and modules dir.
- perform the &quot;sudo make install&quot; again, or start from the beginning.
- update the new httpd.conf with your settings (except the modules) from the original!

Hope this helps</description>
		<content:encoded><![CDATA[<p>To solve your problem take the following steps:</p>
<p>- put your httpd.conf in a safe place for later reference<br />
- delete the entire /Library/Apache2 directory, but if you need to keep apache running whilst upgrading, just delete the conf, lib and modules dir.<br />
- perform the &#8220;sudo make install&#8221; again, or start from the beginning.<br />
- update the new httpd.conf with your settings (except the modules) from the original!</p>
<p>Hope this helps</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sal</title>
		<link>http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/comment-page-1/#comment-14084</link>
		<dc:creator>Sal</dc:creator>
		<pubDate>Fri, 12 Jan 2007 18:31:56 +0000</pubDate>
		<guid isPermaLink="false">http://switch.richard5.net/2006/09/13/updated-to-v2-on-my-own-server/#comment-14084</guid>
		<description>Hi,
I&#039;m having a bit of a problem here man, I&#039;ve noticed that you said you have Apache 2.2.3 running successfully on your server now. Well see the problem I&#039;m having is updating from Apache 2.0.52 which I initially installed from server logistics to Apache 2.2.3 which I&#039;ve taken advise from your post. The problem is I&#039;m not able to start my server due to the following error...

API module structure `access_module&#039; in file /Library/Apache2/modules/mod_access.so is garbled - perhaps this is not an Apache module DSO?

If I comment out that module in my httpd.conf file then it just throws me another error on the next module...

Any suggestions please???
oh btw Im running Mac OS X 10.4.8

thanks
Sal</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;m having a bit of a problem here man, I&#8217;ve noticed that you said you have Apache 2.2.3 running successfully on your server now. Well see the problem I&#8217;m having is updating from Apache 2.0.52 which I initially installed from server logistics to Apache 2.2.3 which I&#8217;ve taken advise from your post. The problem is I&#8217;m not able to start my server due to the following error&#8230;</p>
<p>API module structure `access_module&#8217; in file /Library/Apache2/modules/mod_access.so is garbled &#8211; perhaps this is not an Apache module DSO?</p>
<p>If I comment out that module in my httpd.conf file then it just throws me another error on the next module&#8230;</p>
<p>Any suggestions please???<br />
oh btw Im running Mac OS X 10.4.8</p>
<p>thanks<br />
Sal</p>
]]></content:encoded>
	</item>
</channel>
</rss>

