<?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>Mark Headrick&#039;s Blog &#187; Surpass Hosting</title>
	<atom:link href="http://blog.markheadrick.com/tag/surpass-hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.markheadrick.com</link>
	<description>My ramblings about what&#039;s new on my website and whatever else comes to mind.</description>
	<lastBuildDate>Mon, 26 Jul 2010 12:30:11 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Blog has been upgraded to WordPress v2.9</title>
		<link>http://blog.markheadrick.com/2009/12/19/blog-has-been-upgraded-to-wordpress-v2-9/</link>
		<comments>http://blog.markheadrick.com/2009/12/19/blog-has-been-upgraded-to-wordpress-v2-9/#comments</comments>
		<pubDate>Sat, 19 Dec 2009 12:23:22 +0000</pubDate>
		<dc:creator>MarkRH</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Surpass Hosting]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=611</guid>
		<description><![CDATA[I have updated my blog to WordPress v2.9 which was just released. I did the auto upgrade option again which seems to have worked well. Even so, once again I had to edit the /wp-includes/vars.php file to force $is_apache to &#8230; <a href="http://blog.markheadrick.com/2009/12/19/blog-has-been-upgraded-to-wordpress-v2-9/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated my blog to <a title="WordPress v2.9" href="http://wordpress.org/development/2009/12/wordpress-2-9/" target="_blank">WordPress v2.9</a> which was just released. I did the auto upgrade option again which seems to have worked well.  Even so, once again I had to edit the <strong>/wp-includes/vars.php</strong> file to force <strong>$is_apache</strong> to <strong>true</strong> (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Server detection</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */</span>
<span style="color: #666666; font-style: italic;">//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;</span>
<span style="color: #000088;">$is_apache</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */</span>
<span style="color: #000088;">$is_IIS</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_SOFTWARE'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Microsoft-IIS'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> ? <span style="color: #009900; font-weight: bold;">true</span> <span style="color: #339933;">:</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span></pre></div></div>

<p>I also had to edit the <strong>/wp-login.php</strong> file and add session_start(); at the beginning for the Register Plus plug-in to work properly as PHP sessions are not automatically started:</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #990000;">session_start</span><span style="color: #009900;">&#40;</span><span style="color: #009900;">&#41;</span><span style="color: #339933;">;</span>
<span style="color: #666666; font-style: italic;">/**
 * WordPress User Page</span></pre></div></div>

<p>Other than the modifications above, which I have always had to do, the upgrade went smoothly.  <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course, I did perform a complete database and file backup before upgrading! <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/12/19/blog-has-been-upgraded-to-wordpress-v2-9/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog has been upgraded to WordPress v2.8.1</title>
		<link>http://blog.markheadrick.com/2009/07/10/blog-has-been-upgraded-to-wordpress-v2-8-1/</link>
		<comments>http://blog.markheadrick.com/2009/07/10/blog-has-been-upgraded-to-wordpress-v2-8-1/#comments</comments>
		<pubDate>Fri, 10 Jul 2009 20:24:56 +0000</pubDate>
		<dc:creator>MarkRH</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Surpass Hosting]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=520</guid>
		<description><![CDATA[I have updated my blog to WordPress v2.8.1 which was just released. I did the auto upgrade option again which seems to have worked well. Even so, once again I had to edit the /wp-includes/vars.php file to force $is_apache to &#8230; <a href="http://blog.markheadrick.com/2009/07/10/blog-has-been-upgraded-to-wordpress-v2-8-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated my blog to <a title="WordPress v2.8.1" href="http://wordpress.org/development/2009/07/wordpress-2-8-1/" target="_blank">WordPress v2.8.1</a> which was just released. I did the auto upgrade option again which seems to have worked well.  Even so, once again I had to edit the <strong>/wp-includes/vars.php</strong> file to force <strong>$is_apache</strong> to <strong>true</strong> (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Server detection</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */</span>
<span style="color: #666666; font-style: italic;">//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;</span>
<span style="color: #000088;">$is_apache</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */</span>
<span style="color: #000088;">$is_IIS</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_SOFTWARE'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Microsoft-IIS'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> ? <span style="color: #009900; font-weight: bold;">true</span> <span style="color: #339933;">:</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span></pre></div></div>

<p>Other than the modification to vars.php which I have always had to do, the upgrade went smoothly.  <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course, I did perform a complete database and file backup before upgrading! <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/07/10/blog-has-been-upgraded-to-wordpress-v2-8-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog has been upgraded to WordPress v2.8</title>
		<link>http://blog.markheadrick.com/2009/06/11/blog-has-been-upgraded-to-wordpress-v2-8/</link>
		<comments>http://blog.markheadrick.com/2009/06/11/blog-has-been-upgraded-to-wordpress-v2-8/#comments</comments>
		<pubDate>Thu, 11 Jun 2009 22:21:39 +0000</pubDate>
		<dc:creator>MarkRH</dc:creator>
				<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Surpass Hosting]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=463</guid>
		<description><![CDATA[I have updated my blog to WordPress v2.8 which was just released. This time I tried the auto upgrade option. It seems to have worked well. Even so, once again I had to edit the /wp-includes/vars.php file to force $is_apache &#8230; <a href="http://blog.markheadrick.com/2009/06/11/blog-has-been-upgraded-to-wordpress-v2-8/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated my blog to <a title="WordPress v2.8" href="http://wordpress.org/download/" target="_blank">WordPress v2.8</a> which was just released. This time I tried the auto upgrade option. It seems to have worked well.  Even so, once again I had to edit the <strong>/wp-includes/vars.php</strong> file to force <strong>$is_apache</strong> to <strong>true</strong> (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Server detection</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */</span>
<span style="color: #666666; font-style: italic;">//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;</span>
<span style="color: #000088;">$is_apache</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */</span>
<span style="color: #000088;">$is_IIS</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_SOFTWARE'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Microsoft-IIS'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> ? <span style="color: #009900; font-weight: bold;">true</span> <span style="color: #339933;">:</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span></pre></div></div>

<p>There was some code I modified in the RSS Feed widget in <strong>/wp-includes/rss.php</strong> in previous versions; however, so far it looks like I may not have to reapply that code. After completing the upgrade I did notice that I had to upgrade the <a title="TinyMCE Advanced" href="http://wordpress.org/extend/plugins/tinymce-advanced/" target="_blank">TinyMCE Advanced</a> plug-in for WordPress 2.8 compatibility.</p>
<p>Other than the modification to vars.php which I have always had to do, the upgrade went smoothly.  <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>Of course, I did perform a complete database and file backup before upgrading! <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/06/11/blog-has-been-upgraded-to-wordpress-v2-8/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Blog has been upgraded to WordPress v2.7.1</title>
		<link>http://blog.markheadrick.com/2009/02/11/blog-has-been-upgraded-to-wordpress-v271/</link>
		<comments>http://blog.markheadrick.com/2009/02/11/blog-has-been-upgraded-to-wordpress-v271/#comments</comments>
		<pubDate>Wed, 11 Feb 2009 17:34:35 +0000</pubDate>
		<dc:creator>MarkRH</dc:creator>
				<category><![CDATA[Website Update]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Surpass Hosting]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=274</guid>
		<description><![CDATA[I have updated my blog to WordPress v2.7.1 which was just released. This time I tried the auto upgrade option. It seems to have worked well. Even so, once again I did have to edit the /wp-includes/vars.php file to force &#8230; <a href="http://blog.markheadrick.com/2009/02/11/blog-has-been-upgraded-to-wordpress-v271/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated my blog to <a title="WordPress v2.7.1" href="http://wordpress.org/download/" target="_blank">WordPress v2.7.1</a> which was just released. This time I tried the auto upgrade option. It seems to have worked well.  Even so, once again I did have to edit the <strong>/wp-includes/vars.php</strong> file to force <strong>$is_apache</strong> to <strong>true</strong> (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache.</p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Server detection</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */</span>
<span style="color: #666666; font-style: italic;">//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;</span>
<span style="color: #000088;">$is_apache</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */</span>
<span style="color: #000088;">$is_IIS</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_SOFTWARE'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Microsoft-IIS'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> ? <span style="color: #009900; font-weight: bold;">true</span> <span style="color: #339933;">:</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span></pre></div></div>

<p>I also had to reapply some code modifications, which I knew I would have to, related to the RSS Feed widget in <strong>/wp-includes/rss.php</strong>; however, I&#8217;ll make a separate post about why I modified it (didn&#8217;t I say that before?). Other than that the upgrade went smoothly.  <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p>As always, I did perform a complete database and file backup before upgrading! <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2009/02/11/blog-has-been-upgraded-to-wordpress-v271/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Blog has been upgraded to WordPress v2.7</title>
		<link>http://blog.markheadrick.com/2008/12/11/blog-has-been-upgraded-to-wordpress-v27/</link>
		<comments>http://blog.markheadrick.com/2008/12/11/blog-has-been-upgraded-to-wordpress-v27/#comments</comments>
		<pubDate>Fri, 12 Dec 2008 01:29:41 +0000</pubDate>
		<dc:creator>MarkRH</dc:creator>
				<category><![CDATA[Website Update]]></category>
		<category><![CDATA[WordPress]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Surpass Hosting]]></category>

		<guid isPermaLink="false">http://blog.markheadrick.com/?p=120</guid>
		<description><![CDATA[I have updated my blog to WordPress v2.7 which was just released. Once again I did have to edit the /wp-includes/vars.php file to force $is_apache to true (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache. Other than &#8230; <a href="http://blog.markheadrick.com/2008/12/11/blog-has-been-upgraded-to-wordpress-v27/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>I have updated my blog to <a title="WordPress v2.7" href="http://wordpress.org/download/" target="_blank">WordPress v2.7</a> which was just released. Once again I did have to edit the <strong>/wp-includes/vars.php</strong> file to force <strong>$is_apache</strong> to <strong>true</strong> (see below) since the SERVER_SOFTWARE variable comes back as WebServerX instead of Apache. Other than that the upgrade went smoothly.  <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>

<div class="wp_syntax"><div class="code"><pre class="php" style="font-family:monospace;"><span style="color: #666666; font-style: italic;">// Server detection</span>
&nbsp;
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is Apache or something else
 * @global bool $is_apache
 */</span>
<span style="color: #666666; font-style: italic;">//$is_apache = ((strpos($_SERVER['SERVER_SOFTWARE'], 'Apache') !== false) || (strpos($_SERVER['SERVER_SOFTWARE'], 'LiteSpeed') !== false)) ? true : false;</span>
<span style="color: #000088;">$is_apache</span> <span style="color: #339933;">=</span> <span style="color: #009900; font-weight: bold;">true</span><span style="color: #339933;">;</span>
<span style="color: #009933; font-style: italic;">/**
 * Whether the server software is IIS or something else
 * @global bool $is_IIS
 */</span>
<span style="color: #000088;">$is_IIS</span> <span style="color: #339933;">=</span> <span style="color: #009900;">&#40;</span><span style="color: #990000;">strpos</span><span style="color: #009900;">&#40;</span><span style="color: #000088;">$_SERVER</span><span style="color: #009900;">&#91;</span><span style="color: #0000ff;">'SERVER_SOFTWARE'</span><span style="color: #009900;">&#93;</span><span style="color: #339933;">,</span> <span style="color: #0000ff;">'Microsoft-IIS'</span><span style="color: #009900;">&#41;</span> <span style="color: #339933;">!==</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #009900;">&#41;</span> ? <span style="color: #009900; font-weight: bold;">true</span> <span style="color: #339933;">:</span> <span style="color: #009900; font-weight: bold;">false</span><span style="color: #339933;">;</span></pre></div></div>

<p>As always, I did perform a complete database and file backup before upgrading.  I also deactivated all my plug-ins before hand as well. I did have to reapply some code modifications that I made related to the RSS Feed widget; however, I&#8217;ll make a separate post about all that! <img src='http://blog.markheadrick.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://blog.markheadrick.com/2008/12/11/blog-has-been-upgraded-to-wordpress-v27/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
