<?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> &#187; suphp</title>
	<atom:link href="http://www.indovps.com/key/suphp/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indovps.com</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 01:48:27 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
		<item>
		<title>How to modify the open_basedir setting for one domain.</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-modify-the-open_basedir-setting-for-one-domain</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-modify-the-open_basedir-setting-for-one-domain#comments</comments>
		<pubDate>Thu, 17 Nov 2011 13:48:33 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[basedir]]></category>
		<category><![CDATA[suphp]]></category>
		<category><![CDATA[templates]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-modify-the-open_basedir-setting-for-one-domain</guid>
		<description><![CDATA[To change the open_basedir value when using php in CLI mode (not suPhp), you can do so by going to: Admin Level -&#62; Custom httpd configuration -&#62; domain.com In the top text area, insert this one line: &#124;?OPEN_BASEDIR_PATH=`HOME`/:/tmp:/usr/local/lib/php/&#124; which is the default value in the templates. Edit the paths in that line to meet your [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild' rel='bookmark' title='Permanent Link: Allow php scripts to work under ~username when using suPhp (custombuild)'>Allow php scripts to work under ~username when using suPhp (custombuild)</a> <small>By default, suPhp is compiled in &quot;paranoid&quot; mode. This means...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/wildcard-domain-com' rel='bookmark' title='Permanent Link: Wildcard *.domain.com'>Wildcard *.domain.com</a> <small>If you&#8217;d like to setup your domain to accept anything.domain.com,...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/how-to-modify-the-open_basedir-setting-for-one-domain/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Swapping between php versions when using suPHP and CLI with custombuild</title>
		<link>http://www.indovps.com/tutorial/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild</link>
		<comments>http://www.indovps.com/tutorial/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild#comments</comments>
		<pubDate>Mon, 03 Oct 2011 01:49:16 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[addhandler]]></category>
		<category><![CDATA[htaccess]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[suphp]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild</guid>
		<description><![CDATA[If you have both suPHP and CLI installed on your system, but don&#8217;t feel like renaming all of your file.php to file.php4 (for example), there is another means to chose between php versions, without requiring to touch your php files. To force php files to use CLI (on the assumption your default php version uses [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild' rel='bookmark' title='Permanent Link: Allow php scripts to work under ~username when using suPhp (custombuild)'>Allow php scripts to work under ~username when using suPhp (custombuild)</a> <small>By default, suPhp is compiled in &quot;paranoid&quot; mode. This means...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-update-to-php-5' rel='bookmark' title='Permanent Link: How to update to php 5'>How to update to php 5</a> <small>Note: If you want the latest version of php and...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/running-cgi-script-from-any-directory-or-via-usernamecgi-bin' rel='bookmark' title='Permanent Link: Running CGI script from any directory or via /~username/cgi-bin'>Running CGI script from any directory or via /~username/cgi-bin</a> <small>In order to force apache to allow cgi script to...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Allow php scripts to work under ~username when using suPhp (custombuild)</title>
		<link>http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild</link>
		<comments>http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild#comments</comments>
		<pubDate>Fri, 30 Sep 2011 01:48:36 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[paranoid]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[suphp]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild</guid>
		<description><![CDATA[By default, suPhp is compiled in &#34;paranoid&#34; mode. This means that the settings in the user httpd.conf files: suPHP_UserGroup username username will require all php files to be owned by username or suPhp will throw a &#34;500 Internal Server Error&#34;. This does not apply to domains, when used normally, because each domain has it&#8217;s own [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/apache-wont-start-after-update-on-freebsd' rel='bookmark' title='Permanent Link: Apache won&#8217;t start after update on FreeBSD'>Apache won&#8217;t start after update on FreeBSD</a> <small>An issue with php/apache is causing apache not to start...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/apache-stops-responding-but-is-running' rel='bookmark' title='Permanent Link: Apache stops responding but is running'>Apache stops responding but is running</a> <small>A few things that could cause that are: Possible Causes:...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Setup a per-user php.ini to allow open_basedir with suPhp</title>
		<link>http://www.indovps.com/tutorial/directadmin/setup-a-per-user-php-ini-to-allow-open_basedir-with-suphp</link>
		<comments>http://www.indovps.com/tutorial/directadmin/setup-a-per-user-php-ini-to-allow-open_basedir-with-suphp#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:49:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[basedir]]></category>
		<category><![CDATA[subdomains]]></category>
		<category><![CDATA[suphp]]></category>
		<category><![CDATA[username]]></category>
		<category><![CDATA[virtualhost]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/setup-a-per-user-php-ini-to-allow-open_basedir-with-suphp</guid>
		<description><![CDATA[new way: If you wish to use per-user php.ini files in: /home/username/php.ini then you can use this guide to add the code: SetEnv PHP_INI_SCAN_DIR /usr/local/directadmin/data/users/&#124;USER&#124;/php/ to the VirtualHost entires for that domain and it&#8217;s subdomains. This will tell suPhp to look in that path for a php.ini (which you&#8217;ll need to ensure is there). Note [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild' rel='bookmark' title='Permanent Link: Allow php scripts to work under ~username when using suPhp (custombuild)'>Allow php scripts to work under ~username when using suPhp (custombuild)</a> <small>By default, suPhp is compiled in &quot;paranoid&quot; mode. This means...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-modify-the-open_basedir-setting-for-one-domain' rel='bookmark' title='Permanent Link: How to modify the open_basedir setting for one domain.'>How to modify the open_basedir setting for one domain.</a> <small>To change the open_basedir value when using php in CLI...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-downgrade-from-apache-2-back-to-apache-1-3' rel='bookmark' title='Permanent Link: How to downgrade from apache 2 back to apache 1.3'>How to downgrade from apache 2 back to apache 1.3</a> <small>If you need to go back to apache 1.3 after...</small></li>
</ol>

Related posts brought to you by <a href='http://mitcho.com/code/yarpp/'>Yet Another Related Posts Plugin</a>.]]></description>
		<wfw:commentRss>http://www.indovps.com/tutorial/directadmin/setup-a-per-user-php-ini-to-allow-open_basedir-with-suphp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

