<?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; hsphere</title>
	<atom:link href="http://www.thelinuxfix.com/blog/tag/hsphere/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>
	</channel>
</rss>
