<?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>TLF Blog &#187; H-Sphere</title>
	<atom:link href="http://www.thelinuxfix.com/blog/category/h-sphere/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.thelinuxfix.com/blog</link>
	<description>Updates from the trenches of The Linux Fix</description>
	<lastBuildDate>Thu, 05 Nov 2009 18:41:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>PHP Funniness</title>
		<link>http://www.thelinuxfix.com/blog/2008/10/09/php-funniness/</link>
		<comments>http://www.thelinuxfix.com/blog/2008/10/09/php-funniness/#comments</comments>
		<pubDate>Thu, 09 Oct 2008 17:49:16 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[H-Sphere]]></category>
		<category><![CDATA[Issues]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[hsphere]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[php5]]></category>
		<category><![CDATA[upgrade]]></category>

		<guid isPermaLink="false">http://www.thelinuxfix.com/blog/?p=15</guid>
		<description><![CDATA[Yesterday a few of you noticed some problems with PHP-enabled sites on the TLF servers.   We were notified about it pretty quickly, and got to work on it just as fast.
Anyway, we discovered that H-Sphere&#8217;s PHP5 support, as installed; has a bug in the php.ini files that it creates.   Since H-Sphere can support both PHP4 [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday a few of you noticed some problems with PHP-enabled sites on the TLF servers.   We were notified about it pretty quickly, and got to work on it just as fast.</p>
<p>Anyway, we discovered that H-Sphere&#8217;s PHP5 support, as installed; has a bug in the php.ini files that it creates.   Since H-Sphere can support both PHP4 and PHP5 in parallel, as well as Apache 1.x and 2.x, there&#8217;s quite a bit of configuration file juggling going on.</p>
<p>The php.ini file for PHP5 that was in use was referring to the PHP loadable module path for Apache 1.x, and not 2.x.   For other administrators of H-Sphere, you might want to double check that this line is appropriate in your own php.ini.</p>
<p>For instance, our /hsphere/local/config/httpd2/php5/php.ini file had this entry:</p>
<p>;include_path = &#8220;.&#8221;<br />
include_path = &#8220;.:/hsphere/shared/apache/libexec/php5ext/php/&#8221;<br />
doc_root =<br />
user_dir =<br />
extension_dir = &#8220;/hsphere/shared/apache/libexec/php5ext/&#8221;<br />
cgi.fix_pathinfo = 1</p>
<p>When it really should have been:</p>
<p>;include_path = &#8220;.&#8221;<br />
include_path = &#8220;.:/hsphere/shared/apache2/libexec/php5ext/php/&#8221;<br />
doc_root =<br />
user_dir =<br />
extension_dir = &#8220;/hsphere/shared/apache2/libexec/php5ext/&#8221;<br />
cgi.fix_pathinfo = 1</p>
<p>This must have occured when we did the PHP5 upgrade, and didn&#8217;t take effect until Apache actually restarted again some time later.</p>
<p>Thanks for being patient during the issue!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelinuxfix.com/blog/2008/10/09/php-funniness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PHP5 Available</title>
		<link>http://www.thelinuxfix.com/blog/2008/10/07/php5-available/</link>
		<comments>http://www.thelinuxfix.com/blog/2008/10/07/php5-available/#comments</comments>
		<pubDate>Tue, 07 Oct 2008 14:19:23 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[H-Sphere]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[shared]]></category>
		<category><![CDATA[updates]]></category>
		<category><![CDATA[upgrades]]></category>

		<guid isPermaLink="false">http://www.thelinuxfix.com/blog/?p=13</guid>
		<description><![CDATA[After much testing, we&#8217;ve enabled PHP5 for all hosting plans.  H-Sphere implements this in a module/CGI type configuration so our users can choose between PHP4 and PHP5.   Check your settings under &#8220;Web Options&#8221; to find out which you&#8217;re using.
Part of the update included moving to a newer version of Apache as well, all went [...]]]></description>
			<content:encoded><![CDATA[<p>After much testing, we&#8217;ve enabled PHP5 for all hosting plans.  H-Sphere implements this in a module/CGI type configuration so our users can choose between PHP4 and PHP5.   Check your settings under &#8220;Web Options&#8221; to find out which you&#8217;re using.</p>
<p>Part of the update included moving to a newer version of Apache as well, all went off without a hitch.</p>
<p>Enjoy!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelinuxfix.com/blog/2008/10/07/php5-available/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>H-Sphere upgrade and Ruby on Rails!</title>
		<link>http://www.thelinuxfix.com/blog/2008/10/01/h-sphere-upgrade-and-ruby-on-rails/</link>
		<comments>http://www.thelinuxfix.com/blog/2008/10/01/h-sphere-upgrade-and-ruby-on-rails/#comments</comments>
		<pubDate>Wed, 01 Oct 2008 15:30:48 +0000</pubDate>
		<dc:creator>brian</dc:creator>
				<category><![CDATA[H-Sphere]]></category>
		<category><![CDATA[Web Hosting]]></category>
		<category><![CDATA[ruby]]></category>
		<category><![CDATA[ruby on rails]]></category>
		<category><![CDATA[tlf]]></category>

		<guid isPermaLink="false">http://www.thelinuxfix.com/blog/?p=7</guid>
		<description><![CDATA[We recently upgraded the control panel to version 3.1, which went off without a hitch.  A nice side benefit is that we now support Ruby on Rails on all our web hosting plans.   Ruby fans unite!
]]></description>
			<content:encoded><![CDATA[<p>We recently upgraded the control panel to version 3.1, which went off without a hitch.  A nice side benefit is that we now support Ruby on Rails on all our web hosting plans.   Ruby fans unite!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.thelinuxfix.com/blog/2008/10/01/h-sphere-upgrade-and-ruby-on-rails/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
