<?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>Phil Brown&#039;s Web Development Blog &#187; Applications</title>
	<atom:link href="http://blog.philipbrown.id.au/category/php/applications/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.philipbrown.id.au</link>
	<description></description>
	<lastBuildDate>Mon, 05 Dec 2011 22:22:44 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3</generator>
		<item>
		<title>Roundcube 0.3-stable on PHPsuExec hosts</title>
		<link>http://blog.philipbrown.id.au/2009/10/roundcube-0-3-stable-on-phpsuexec-hosts/</link>
		<comments>http://blog.philipbrown.id.au/2009/10/roundcube-0-3-stable-on-phpsuexec-hosts/#comments</comments>
		<pubDate>Thu, 01 Oct 2009 05:59:56 +0000</pubDate>
		<dc:creator>Phil</dc:creator>
				<category><![CDATA[Applications]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[.htaccess]]></category>
		<category><![CDATA[configuration]]></category>
		<category><![CDATA[php.ini]]></category>
		<category><![CDATA[PHPRC]]></category>
		<category><![CDATA[phpSuExec]]></category>
		<category><![CDATA[Roundcube]]></category>
		<category><![CDATA[suExec]]></category>
		<category><![CDATA[suhosin]]></category>

		<guid isPermaLink="false">http://morecowbell.net.au/?p=123</guid>
		<description><![CDATA[I&#8217;ve been using Roundcube as my webmail client since the early alpha days and was happy to see the recent release of 0.3-stable. I did have to tweak some PHP configuration items so, for the benefit of other Roundcube users, here&#8217;s how to get it up and running on a PHPsuExec enabled host. As outlined [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve been using Roundcube as my webmail client since the early alpha days and was happy to see the recent release of 0.3-stable. I did have to tweak some PHP configuration items so, for the benefit of other Roundcube users, here&#8217;s how to get it up and running on a PHPsuExec enabled host.</p>
<p>As outlined in a <a href="http://morecowbell.net.au/2009/08/php-suexec-and-custom-php-ini-files/">previous post</a>, I created my custom configuration file under <code>/home/user/etc/php.d/roundcube/custom.ini</code> using the <code>php_flag</code> and <code>php_value</code> properties from the Roundcube <code>.htaccess</code> file.</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;"><span style="color: #000099;">display_errors</span>              <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> Off</span>
<span style="color: #000099;">log_errors</span>                  <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> On</span>
<span style="color: #000099;">upload_max_filesize</span>         <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 5M</span>
<span style="color: #000099;">post_max_size</span>               <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 6M</span>
<span style="color: #000099;">memory_limit</span>                <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 64M</span>
&nbsp;
zlib.output_compression     <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> Off</span>
<span style="color: #000099;">magic_quotes_gpc</span>            <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0</span>
zend.ze1_compatibility_mode <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0</span>
suhosin.session.encrypt     <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> Off</span>
&nbsp;
session.auto_start          <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0</span>
session.gc_maxlifetime      <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 21600</span>
session.gc_divisor          <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 500</span>
session.gc_probability      <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 1</span>
&nbsp;
mbstring.func_overload      <span style="color: #000066; font-weight:bold;">=</span><span style="color: #660066;"> 0</span></pre></div></div>

<p>This file is then merged into the server configuration file as <code>/home/user/etc/php.d/roundcube/php.ini</code>.</p>
<p>Then you just need to edit the Roundcube <code>.htaccess</code> file and add</p>

<div class="wp_syntax"><div class="code"><pre class="ini" style="font-family:monospace;">SetEnv PHPRC /home/user/etc/php.d/roundcube</pre></div></div>

]]></content:encoded>
			<wfw:commentRss>http://blog.philipbrown.id.au/2009/10/roundcube-0-3-stable-on-phpsuexec-hosts/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! -->
