<?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>Joseph Burford Photography &#187; Hosting</title>
	<atom:link href="http://www.josephburford.com/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.josephburford.com</link>
	<description>Adelaide, South Australia</description>
	<lastBuildDate>Sat, 29 Aug 2009 05:46:58 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Webbynode Beta coming soon</title>
		<link>http://www.josephburford.com/2008/10/webbynode-beta/</link>
		<comments>http://www.josephburford.com/2008/10/webbynode-beta/#comments</comments>
		<pubDate>Fri, 31 Oct 2008 14:06:32 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.josephburford.com/?p=167</guid>
		<description><![CDATA[For those who are:

Into Linux &#38; server management
Interested in building fail over Linux VPS solutions
Happy to play about creating your own hosting environment

This one might be for you&#8230;
Webbynode have a coming soon Beta. According to their blurb.
&#8230;the killer new flexible Xen VPS service for developers &#38; for people in need of better hosting.
&#8230;.advanced features to [...]]]></description>
			<content:encoded><![CDATA[<p>For those who are:</p>
<ol>
<li>Into Linux &amp; server management</li>
<li>Interested in building fail over Linux VPS solutions</li>
<li>Happy to play about creating your own hosting environment</li>
</ol>
<p>This one might be for you&#8230;</p>
<p><a href="http://www.webbynode.com" target="_blank">Webbynode</a> have a coming soon Beta. According to their blurb.</p>
<blockquote><p>&#8230;the killer new flexible Xen VPS service for developers &amp; for people in need of better hosting.</p></blockquote>
<blockquote><p>&#8230;.advanced features to create clusters between webbys, iscsi San storage, amazon ec2, and more.</p></blockquote>
<p>Sounds like it could be something worthwhile to test, can&#8217;t wait to have a go.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephburford.com/2008/10/webbynode-beta/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Permission denied: /.htaccess pcfg_openfile: unable to check htaccess file</title>
		<link>http://www.josephburford.com/2008/08/permission-denied-htaccess-pcfg_openfile-unable-to-check-htaccess-file/</link>
		<comments>http://www.josephburford.com/2008/08/permission-denied-htaccess-pcfg_openfile-unable-to-check-htaccess-file/#comments</comments>
		<pubDate>Wed, 27 Aug 2008 13:21:45 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Tech Bits]]></category>

		<guid isPermaLink="false">http://www.josephburford.com/?p=131</guid>
		<description><![CDATA[If you ever see this in your Apache logs:
Permission denied: /path/to/web/data/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
Think permissions, permissions, permissions. If you have chmod&#8217;ed your .htaccess 644 or even 777 and it&#8217;s still not working, start traversing up your directory tree and make sure apache can access everything at each level.
Permissions [...]]]></description>
			<content:encoded><![CDATA[<p>If you ever see this in your Apache logs:</p>
<blockquote><p>Permission denied: /path/to/web/data/html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</p></blockquote>
<p>Think permissions, permissions, permissions. If you have chmod&#8217;ed your .htaccess 644 or even 777 and it&#8217;s still not working, start traversing up your directory tree and make sure apache can access everything at each level.</p>
<p>Permissions required will depend on the exact server and software setup, but generally something like 755 (drwxr-xr-x) is probably a good start.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephburford.com/2008/08/permission-denied-htaccess-pcfg_openfile-unable-to-check-htaccess-file/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Centos 5.2 + Udev + XEN</title>
		<link>http://www.josephburford.com/2008/07/centos-52-udev-xen/</link>
		<comments>http://www.josephburford.com/2008/07/centos-52-udev-xen/#comments</comments>
		<pubDate>Tue, 01 Jul 2008 14:30:03 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.josephburford.com/?p=117</guid>
		<description><![CDATA[So my first Centos 5.1 to Centos 5.2 upgrade on a VPS didn&#8217;t go so well.
After &#8220;yum update&#8221; and a reboot, we see:
[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda1
/dev/sda1:
The superblock could not be read or does not describe a correct ext2
filesystem.  If the device is valid and it really contains an ext2
filesystem (and not [...]]]></description>
			<content:encoded><![CDATA[<p>So my first Centos 5.1 to Centos 5.2 upgrade on a VPS didn&#8217;t go so well.</p>
<p>After &#8220;yum update&#8221; and a reboot, we see:</p>
<blockquote><p>[/sbin/fsck.ext3 (1) -- /] fsck.ext3 -a /dev/sda1<br />
/dev/sda1:<br />
The superblock could not be read or does not describe a correct ext2<br />
filesystem.  If the device is valid and it really contains an ext2<br />
filesystem (and not swap or ufs or something else), then the superblock<br />
is corrupt, and you might try running e2fsck with an alternate<br />
superblock:<br />
   e2fsck -b 8193 <device></p></blockquote>
<p>Followed by:</p>
<blockquote><p>Give root password for maintenance<br />
(or type Control-D to continue):</p></blockquote>
<p>How not very nice!<br />
<span id="more-117"></span><br />
It seems the UDEV and XEN aren&#8217;t playing nicely, I&#8217;ve had problems with UDEV and OPENVZ in the past. Could also be to do with the kernel versions running on the DOM0. Anyways&#8230;</p>
<blockquote><p>umount / <--- un-mount the file system<br />
mount -n -o remount, rw / <--- mount the file system in read/write</p></blockquote>
<p>To disable udev in CentOS 5 you edit /etc/rc.d/rc.sysinit file and comment out the line: /sbin/start_udev</p>
<p>Didn&#8217;t work for me though, things must have been a bit messed up, so to get going I used.</p>
<blockquote><p>/bin/mknod /etc/udev/devices/sda b 8 0<br />
/bin/mknod /etc/udev/devices/sda1 b 8 1</p></blockquote>
<p>After a reboot we were back in business, or are we&#8230;</p>
<blockquote><p>INIT: no more processes left in this runlevel<br />
INIT: Switching to runlevel: 6</p></blockquote>
<p>LOL&#8230; or not <img src='http://www.josephburford.com/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /> </p>
<p>Even more udev breakage that can be fixed with:</p>
<blockquote><p>
/bin/mknod /dev/null c 1 3<br />
/bin/mknod /dev/random c 1 8<br />
/sbin/MAKEDEV tty<br />
/sbin/MAKEDEV pty</p></blockquote>
<p>Bah! </p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephburford.com/2008/07/centos-52-udev-xen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Joomla error number 2006 MySQL server has gone away</title>
		<link>http://www.josephburford.com/2008/06/joomla-error-number-2006-mysql-server-has-gone-away/</link>
		<comments>http://www.josephburford.com/2008/06/joomla-error-number-2006-mysql-server-has-gone-away/#comments</comments>
		<pubDate>Fri, 06 Jun 2008 14:57:29 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Tech Bits]]></category>

		<guid isPermaLink="false">http://www.josephburford.com/?p=112</guid>
		<description><![CDATA[I look after a number of servers in my spare time   One of the guys who I help out contacted me recently with a weird Joomla issue when trying to install a particular component.
* JInstaller::install: SQL Error. DB function failed with error
number 2006
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS
`jos_comprofiler` ( [...]]]></description>
			<content:encoded><![CDATA[<p>I look after a number of servers in my spare time <img src='http://www.josephburford.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  One of the guys who I help out contacted me recently with a weird <a href="http://www.joomla.org/" target="_blank">Joomla</a> issue when trying to install a particular component.</p>
<blockquote><p>* JInstaller::install: SQL Error. DB function failed with error<br />
number 2006<br />
MySQL server has gone away SQL=CREATE TABLE IF NOT EXISTS<br />
`jos_comprofiler` ( `id` int(11) NOT NULL default &#8216;0&#8242;, `user_id` int(11) NOT</p></blockquote>
<p>Other modules and components would install fine, the only one failing to install was comprofiler, part of the <a href="http://www.joomlapolis.com/" target="_blank">Community Builder</a> module for Joomla/Mambo. Other parts of the same module were also installing fine.<br />
<span id="more-112"></span><br />
The full error was a bunch of MySQL inserts headed by the message above.</p>
<p>I had a bit of a look around and couldn&#8217;t locate any particular permission or other issues, the server was running fine with just this single module being a pain.</p>
<p>The Apache error log was showing line after line of errors when you tried to install the module.</p>
<blockquote><p>PHP Notice: Only variable references should be returned by reference in /***.com/html/libraries/joomla/application/module/helper.php on line 288, referer: http://***.com/administrator/index.php</p>
<p>PHP Notice: Trying to get property of non-object in /***.com/html/libraries/joomla/application/module/helper.php on line 93, referer: http://***.com/administrator/index.php</p></blockquote>
<p>Having a look through the referenced code didn&#8217;t point out anything at all and Google wasn&#8217;t much help either <img src='http://www.josephburford.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  So I started having a look elsewhere.</p>
<p>When I set the php debug errors for this domain to go to syslog I noticed in the logs that just before the error showed up each time in the logs, there was an FTP connection from 127.0.0.1</p>
<p>I looked into this a bit further and discovered hundreds of lines in the FTP log containing the name of the module/component that was being installed.</p>
<p>Breaking this down it seems to go like this, using the Joomla admin interface you select to install a module, choose a zip file from you local disk and hit install, this is uploaded to the server in the browser, straight after this we see:</p>
<blockquote><p>Fri Jun  6 06:26:03 2008 0 127.0.0.1 563483 /***.com/html/tmp/com_comprofiler.zip b _ i r username ftp 0 * c</p></blockquote>
<p>The web server connects to itself via FTP and uploads the zip file to a tmp folder, this is the file that you just uploaded via the web browser, huh? Next we see:</p>
<blockquote><p>Fri Jun 6 06:26:04 2008 0 127.0.0.1 133024 /***.com/html/tmp/install_4848d87b323b5/com_comprofiler/admin.comprofiler.controller.php b _ i r username ftp 0 * c</p></blockquote>
<p>It looks like the files have now been expanded from the zip and are being uploaded to a randomly named install directory under tmp. Next up we see more FTP action:</p>
<blockquote><p>Fri Jun 6 06:26:19 2008 0 127.0.0.1 133024 /***.com/html/administrator/components/com_comprofiler/admin.comprofiler.controller.php b _ i r username ftp 0 * c</p></blockquote>
<p>The exact same files that were ftp&#8217;ed into the tmp/random install directory are coming in again, this time being uploaded into the components folder.</p>
<p>Mean time back at the ranch, PHP has given up waiting. In /etc/php.ini this particular web server has max_execution_time = 30, so after 30 seconds of the script running it dies with an error. I assume this feeds back into the main install script which doesn&#8217;t do a great job of catching it and triggers the random errors noted above, error messages that don&#8217;t exactly lead you to the right thing <img src='http://www.josephburford.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Working around this was simple enough, I uploaded the zip file to the server, unzipped it to a location inside the customer folder and pointed the Joomla admin install module at the location on disk.</p>
<p>The module installed successfully with no issues, but interestingly enough the admin script grabbed it from the disk location on the drive and uploaded it via FTP to the components folder.</p>
<p>So how many files came in over FTP in 30 seconds before the PHP execution limit was reached?</p>
<blockquote><p>[root@server ~]# grep &#8220;06:26&#8243; /var/log/xferlog | grep -c 127.0.0.1<br />
821<br />
[root@server ~]#</p></blockquote>
<p> <img src='http://www.josephburford.com/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' />  Not nice.</p>
<p>And how many files were FTP&#8217;ed from the server to itself when doing the install from a directory location on disk, inside the same webspace even.</p>
<blockquote><p>[root@server ~]# grep &#8220;06:37&#8243; /var/log/xferlog | grep -c 127.0.0.1<br />
206<br />
[root@server ~]#</p></blockquote>
<p>It still took 8 seconds or so to do this, but at least it was inside the PHP execution limit.</p>
<p>I&#8217;m no Joomla guru, today was the first time I&#8217;ve even looked at it, however it seems rather a broken and inefficient way to go about trying to get module or component files into the right spot.</p>
<p>You could also increase the PHP max execution time to work around this problem, I didn&#8217;t bother trying but somewhere around 60 seconds might work.</p>
<p>So if your Joomla module/component installs are randomly failing with error messages that are clearly wrong, you might be hitting this issue, especially for a larger module or component with a lot of files.</p>
<blockquote><p>UPDATE: 30/06/2008</p></blockquote>
<p>The other reason you will get this error is if your MYSQL timeout limit is too low. I&#8217;ve been using the following settings and haven&#8217;t run into any more problems installing Joomla modules.</p>
<p><strong>php.ini</strong></p>
<p><em>max_execution_time = 60</em></p>
<p><em>max_input_time = 60</em></p>
<p><strong>my.cnf</strong></p>
<p><em>wait_timeout = 60</em></p>
<p><em>connect_timeout = 60</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephburford.com/2008/06/joomla-error-number-2006-mysql-server-has-gone-away/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Pingdom GIGRIB</title>
		<link>http://www.josephburford.com/2008/05/pingdom-gigrib/</link>
		<comments>http://www.josephburford.com/2008/05/pingdom-gigrib/#comments</comments>
		<pubDate>Fri, 16 May 2008 14:20:11 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.josephburford.com/?p=101</guid>
		<description><![CDATA[Pingdom offer a commercial web site monitoring service, they also offer a free monitoring solution that you can join, GIGRIB.
Pingdom GIGRIB is a unique, distributed website monitoring service. GIGRIB users can add websites they want monitored, and in return their computers become a part of the GIGRIB monitoring network.
A while back I setup the GIGRIB [...]]]></description>
			<content:encoded><![CDATA[<p>Pingdom offer a commercial web site monitoring service, they also offer a free monitoring solution that you can join, GIGRIB.</p>
<blockquote><p>Pingdom GIGRIB is a unique, distributed website monitoring service. GIGRIB users can add websites they want monitored, and in return their computers become a part of the GIGRIB monitoring network.</p></blockquote>
<p>A while back I setup the GIGRIB client on the only Windows PC in the house and it seemed to run ok. I was contributing several thousands of checks a day to the project and monitoring a couple of sites I was interested in.<br />
<span id="more-101"></span><br />
The reporting is pretty basic and alerting fairly non-existent so I stopped using the service, however I forgot that the GIGRIB client is setup as a service on the Windows computer and just keeps chugging away.</p>
<p>I was poking around our network recently and saw this traffic on the router ethernet port that the Windows PC is connected to. Bearing in mind we weren&#8217;t home the whole day so the PC was just sitting there&#8230;.</p>
<p><a href="http://www.josephburford.com/uploads/2008/05/pingdom-gigrib.png"><img class="alignnone size-full wp-image-103" title="pingdom-gigrib" src="http://www.josephburford.com/uploads/2008/05/pingdom-gigrib.png" alt="" width="500" height="147" /></a></p>
<p>Investigation tracked the usage back to the GIGRIB service that was running on the PC, it was using around 500MB per day, yeah a cool 15GB per month. I stopped the Windows GIGRIB service and you can see the traffic stop at the right hand end of the graph.</p>
<p>It&#8217;s a pity the client is so basic and you can&#8217;t seem to customise how much time you want to give back to the project, at 15GB a month I&#8217;m not that keen to leave it going 24&#215;7.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephburford.com/2008/05/pingdom-gigrib/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Slow sites at Dreamhost</title>
		<link>http://www.josephburford.com/2007/12/slow-dreamhost-mysql/</link>
		<comments>http://www.josephburford.com/2007/12/slow-dreamhost-mysql/#comments</comments>
		<pubDate>Wed, 26 Dec 2007 12:30:10 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.josephburford.com/blog/2007/12/slow-dreamhost-mysql/</guid>
		<description><![CDATA[Recently I wrote about the monitoring services from mon.itor.us that I use.
As I shifted the last of my sites from Dreamhost to a VPS I was wondering about some of the values I was seeing. For example here&#8217;s a fairly normal day in the life of a wordpress site hosted at Dreamhost.


Lots of spikes all [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.josephburford.com/blog/2007/10/website-response/">Recently</a> I wrote about the monitoring services from <a target="_blank" href="http://mon.itor.us">mon.itor.us</a> that I use.</p>
<p>As I shifted the last of my sites from Dreamhost to a VPS I was wondering about some of the values I was seeing. For example here&#8217;s a fairly normal day in the life of a wordpress site hosted at Dreamhost.</p>
<p><span id="more-83"></span></p>
<p><a class="imagelink" title="Dreamhost hosting" href="http://www.josephburford.com/uploads/2007/12/dreamhost-hosting.png"><img width="327" height="201" id="image81" alt="Dreamhost hosting" src="http://www.josephburford.com/uploads/2007/12/dreamhost-hosting.png" /></a></p>
<p>Lots of spikes all over the place, fairly average huh? What was weird was that a different site hosted on the same server wasn&#8217;t as bad, although still a bit average.</p>
<p>Looking into a bit more I wondered if it was because the site above was a database intensive site, driven by Wordpress CMS. Dreamhosts&#8217; mysql driven sites have always been dog slow compared to everywhere else I&#8217;ve hosted, so that would make sense.</p>
<p>I dropped a note to the guys at <a target="_blank" href="http://mon.itor.us">mon.itor.us</a> just to confirm what is being measured in the http test. I received a prompt reply which confirmed that the http test measures the time taken to receive the http header, not the loading of the page as such.</p>
<p>So how does the mon.itor.us http response measurement look for the same site now it&#8217;s on a small VPS? Take a look below&#8230;</p>
<p><a class="imagelink" title="Dreamhost hosting" href="http://www.josephburford.com/uploads/2007/12/dreamhost-hosting.png" /><a class="imagelink" title="New hosting" href="http://www.josephburford.com/uploads/2007/12/new-hosting.png"><img width="331" height="205" id="image82" alt="New hosting" src="http://www.josephburford.com/uploads/2007/12/new-hosting.png" /></a></p>
<p>Waaay better on average over the day. The mysql driven sites especially feel faster on my VPS as compared with the Dreamhost shared account, mon.itor.us just confirmed the &#8220;feeling&#8221;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephburford.com/2007/12/slow-dreamhost-mysql/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Dreamhost email delays</title>
		<link>http://www.josephburford.com/2007/12/dreamhost-gmail-issues/</link>
		<comments>http://www.josephburford.com/2007/12/dreamhost-gmail-issues/#comments</comments>
		<pubDate>Sat, 08 Dec 2007 12:30:31 +0000</pubDate>
		<dc:creator>Joseph</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.josephburford.com/blog/2007/12/dreamhost-gmail-issues/</guid>
		<description><![CDATA[If it&#8217;s not one thing it&#8217;s another at Dreamhost.
Like a lot of people I just forward all my email to Gmail, it&#8217;s got a great spam filter, plenty of storage, accessible via web, POP &#038; IMAP, maybe the only downside is they can just de-activate your account without warning  
Recently my email seemed to [...]]]></description>
			<content:encoded><![CDATA[<p>If it&#8217;s not one thing it&#8217;s another at <a href="http://dreamhost.com">Dreamhost</a>.</p>
<p>Like a lot of people I just forward all my email to <a href="http://gmail.com">Gmail</a>, it&#8217;s got a great spam filter, plenty of storage, accessible via web, POP &#038; IMAP, maybe the only downside is they can just <a href="http://www.josephburford.com/blog/2007/12/gmail-account-disabled/">de-activate your account</a> without warning <img src='http://www.josephburford.com/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Recently my email seemed to stop working, on investigation it seemed that Dreamhost were still accepting the email however it wasn&#8217;t arriving at my Gmail account.</p>
<p>So I logged a ticket and got a reply 12 hours later saying they were aware of a slowness issue with email forwarding to Gmail and I would be updated when it was fixed.</p>
<blockquote><p><a href="http://www.dreamhoststatus.com/2007/11/17/gmail-forwarding-slowness/">Quoting</a>: &#8220;Right now we are experiencing some slowdowns sending emails to Google’s GMail service.&#8221;</p></blockquote>
<p>Days later still no news from my ticket, however earlier this week I got a test message that I had sent&#8230; last week.</p>
<blockquote><p>Received: from staffnet.xxx.com.au (staffnet.xxx.com.au [203.x.x.x])<br />
by spunkymail-mx5.g.dreamhost.com (Postfix)<br />
Thu, 29 Nov 2007 20:07:59 -0800 (PST)</p>
<p>Received: from brazilian.dreamhost.com ([66.33.209.64])<br />
by mx.google.com with ESMTP id k19si1079983rvb.2007.12.05.13.29.07;<br />
Wed, 05 Dec 2007 13:29:07 -0800 (PST)</p></blockquote>
<p>6 days <img src='http://www.josephburford.com/wp-includes/images/smilies/icon_neutral.gif' alt=':-|' class='wp-smiley' /> </p>
<p><a title="Lolcat Internet Failure" class="imagelink" href="http://www.josephburford.com/uploads/2007/12/lolcat-internet-failure.jpg"><img width="382" height="287" alt="Lolcat Internet Failure" id="image73" src="http://www.josephburford.com/uploads/2007/12/lolcat-internet-failure.jpg" /></a></p>
<p>Thankfully I was in the process of moving the last of my hosting away from them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.josephburford.com/2007/12/dreamhost-gmail-issues/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! -->