<?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; PHP</title>
	<atom:link href="http://www.indovps.com/key/php/feed" rel="self" type="application/rss+xml" />
	<link>http://www.indovps.com</link>
	<description></description>
	<lastBuildDate>Wed, 09 Jun 2010 19:29:53 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<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, 07 Sep 2009 13:54:25 +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 [...]


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/setup-a-per-user-php-ini-to-allow-open_basedir-with-suphp' rel='bookmark' title='Permanent Link: Setup a per-user php.ini to allow open_basedir with suPhp'>Setup a per-user php.ini to allow open_basedir with suPhp</a> <small>new way: If you wish to use per-user php.ini files...</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>Mon, 07 Sep 2009 13:46:24 +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 [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/setup-a-per-user-php-ini-to-allow-open_basedir-with-suphp' rel='bookmark' title='Permanent Link: Setup a per-user php.ini to allow open_basedir with suPhp'>Setup a per-user php.ini to allow open_basedir with suPhp</a> <small>new way: If you wish to use per-user php.ini files...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/swapping-between-php-versions-when-using-suphp-and-cli-with-custombuild' rel='bookmark' title='Permanent Link: Swapping between php versions when using suPHP and CLI with custombuild'>Swapping between php versions when using suPHP and CLI with custombuild</a> <small>If you have both suPHP and CLI installed on your...</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/allow-php-scripts-to-work-under-username-when-using-suphp-custombuild/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I want apache 2.0, php 5 and mysql 5</title>
		<link>http://www.indovps.com/tutorial/directadmin/i-want-apache-2-0-php-5-and-mysql-5</link>
		<comments>http://www.indovps.com/tutorial/directadmin/i-want-apache-2-0-php-5-and-mysql-5#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:43:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[wget]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/i-want-apache-2-0-php-5-and-mysql-5</guid>
		<description><![CDATA[DirectAdmin essentially will work with any version of the software you want (within reason). You can use these newer versions of the software should you with to have them.   *** For Apache 2.2 and php 5.x, we have a new custombuild script available:    http://files.directadmin.com/services/custombuild/1.1. It will install both apache 2.2 [...]


Related posts:<ol><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/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-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/i-want-apache-2-0-php-5-and-mysql-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to update to php 5</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-update-to-php-5</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-update-to-php-5#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:41:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[httpd]]></category>
		<category><![CDATA[libxml]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[xml2]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-update-to-php-5</guid>
		<description><![CDATA[Note: If you want the latest version of php and apache, it&#8217;s recommended you use custombuild:   http://files.directadmin.com/services/custombuild/1.1    The following guide is only to be used if if you still want to use the old apache versions&#8230; basically, only if you still need FrontPage.
To update to php5, the build script will [...]


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/updating-apache-to-the-latest-version-2' rel='bookmark' title='Permanent Link: Updating Apache to the latest version'>Updating Apache to the latest version</a> <small>You can check the current version of apache by running...</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-update-to-php-5/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fatal error: Allowed memory size of 123456 bytes exhausted (tried to allocate 234567 bytes) in /path/file.php</title>
		<link>http://www.indovps.com/tutorial/directadmin/fatal-error-allowed-memory-size-of-123456-bytes-exhausted-tried-to-allocate-234567-bytes-in-pathfile-php</link>
		<comments>http://www.indovps.com/tutorial/directadmin/fatal-error-allowed-memory-size-of-123456-bytes-exhausted-tried-to-allocate-234567-bytes-in-pathfile-php#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:37:31 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[memory size]]></category>
		<category><![CDATA[memory_limit]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/fatal-error-allowed-memory-size-of-123456-bytes-exhausted-tried-to-allocate-234567-bytes-in-pathfile-php</guid>
		<description><![CDATA[Php is setup is to limit memory usage per process. If you require more, this limit can be increased.   Edit 
/usr/local/lib/php.ini
and set: 
memory_limit = 8M ; Maximum amount of memory a script may consume (8MB)
to a higher value, like 20M. Save, exit, then restart apache.


Related posts:Change apache to do graceful restarts If you [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/change-apache-to-do-graceful-restarts' rel='bookmark' title='Permanent Link: Change apache to do graceful restarts'>Change apache to do graceful restarts</a> <small>If you want to avoid download interruptions during apache restarts,...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/increase-the-max-upload-filesize-in-apachephp' rel='bookmark' title='Permanent Link: Increase the max upload filesize in apache/php'>Increase the max upload filesize in apache/php</a> <small>edit: /usr/local/lib/php.ini Search for ; Maximum allowed size for uploaded...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/i-want-apache-2-0-php-5-and-mysql-5' rel='bookmark' title='Permanent Link: I want apache 2.0, php 5 and mysql 5'>I want apache 2.0, php 5 and mysql 5</a> <small>DirectAdmin essentially will work with any version of the software...</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/fatal-error-allowed-memory-size-of-123456-bytes-exhausted-tried-to-allocate-234567-bytes-in-pathfile-php/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Increase the max upload filesize in apache/php</title>
		<link>http://www.indovps.com/tutorial/directadmin/increase-the-max-upload-filesize-in-apachephp</link>
		<comments>http://www.indovps.com/tutorial/directadmin/increase-the-max-upload-filesize-in-apachephp#comments</comments>
		<pubDate>Mon, 07 Sep 2009 13:33:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[max upload]]></category>
		<category><![CDATA[PHP]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/increase-the-max-upload-filesize-in-apachephp</guid>
		<description><![CDATA[edit:   /usr/local/lib/php.ini    Search for 
; Maximum allowed size for uploaded files.   upload_max_filesize = 2M
Change the 2M to whatever new value you want, then restart apache.


Related posts:How to downgrade from apache 2 back to apache 1.3 If you need to go back to apache 1.3 after...
Change apache to do [...]


Related posts:<ol><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/change-apache-to-do-graceful-restarts' rel='bookmark' title='Permanent Link: Change apache to do graceful restarts'>Change apache to do graceful restarts</a> <small>If you want to avoid download interruptions during apache restarts,...</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/increase-the-max-upload-filesize-in-apachephp/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to forward a website to another url</title>
		<link>http://www.indovps.com/tutorial/directadmin/how-to-forward-a-website-to-another-url</link>
		<comments>http://www.indovps.com/tutorial/directadmin/how-to-forward-a-website-to-another-url#comments</comments>
		<pubDate>Mon, 07 Sep 2009 05:57:42 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[DirectAdmin]]></category>
		<category><![CDATA[header]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[url]]></category>
		<category><![CDATA[website]]></category>

		<guid isPermaLink="false">http://www.indovps.com/directadmin/how-to-forward-a-website-to-another-url</guid>
		<description><![CDATA[There are several ways to accomplish this task, but the simplest to understand is to use php.   To do this, you need to create the page that will do the forwarding. This can be any page, as long as it ends in &#34;.php&#34;. If you are trying to redirect a domain, you&#8217;d create [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/mail-tutorial/251-user-not-local-will-forward-also-called-smtp-error-2-5-1' rel='bookmark' title='Permanent Link: 251 &ndash; User not local will forward (also called SMTP Error 2.5.1)'>251 &ndash; User not local will forward (also called SMTP Error 2.5.1)</a> <small>SMTP Status 251 : The email account is not local...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/setting-up-da-with-an-ssl-certificate' rel='bookmark' title='Permanent Link: Setting up DA with an SSL certificate'>Setting up DA with an SSL certificate</a> <small>You can switch DirectAdmin to use SSL instead of plain...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/how-to-setup-per-domain-aliases' rel='bookmark' title='Permanent Link: How to setup per-domain Aliases'>How to setup per-domain Aliases</a> <small>If you want to disable /webmail for just one domain...</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-forward-a-website-to-another-url/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Litespeed upgrade 18/08/2009</title>
		<link>http://www.indovps.com/news/litespeed-upgrade-18-08-2009</link>
		<comments>http://www.indovps.com/news/litespeed-upgrade-18-08-2009#comments</comments>
		<pubDate>Mon, 17 Aug 2009 19:58:41 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[Litespeed]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[suexec]]></category>
		<category><![CDATA[vhost]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=546</guid>
		<description><![CDATA[Pelanggan YTH
Hari ini, kami telah melakukan update untuk Litespeed web server yang digunakan pada hosting server kami yaitu vhost 03, vhost 04, vhost 05 dan vhost 06. Adapun kelebihan dari versi terbaru ini adalah :
Version              Release Date      Type
Web Server 4.0.10     08-18-2009     Minor bug fixes and Security enhancements
* Fixed 503 errors [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/cannot-use-ssh-with-old-system-accounts-after-installation' rel='bookmark' title='Permanent Link: Cannot use SSH with old system accounts after Installation'>Cannot use SSH with old system accounts after Installation</a> <small>For all SSH accounts created with DirectAdmin, it adds the...</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/mail-tutorial/452-requested-action-not-taken-insufficient-storage-also-called-smtp-error-4-5-2' rel='bookmark' title='Permanent Link: 452 &ndash; Requested action not taken &ndash; Insufficient storage. (also called SMTP Error 4.5.2)'>452 &ndash; Requested action not taken &ndash; Insufficient storage. (also called SMTP Error 4.5.2)</a> <small>SMTP Error 452 : The ISP server’s disk system has...</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/news/litespeed-upgrade-18-08-2009/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LiteSpeed Web Server 4.0.5 Released</title>
		<link>http://www.indovps.com/news/litespeed-web-server-405-released</link>
		<comments>http://www.indovps.com/news/litespeed-web-server-405-released#comments</comments>
		<pubDate>Fri, 26 Jun 2009 07:33:21 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[hacking]]></category>
		<category><![CDATA[Litespeed]]></category>
		<category><![CDATA[mod_php]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Tux]]></category>
		<category><![CDATA[WHM]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=510</guid>
		<description><![CDATA[LiteSpeed Technologies, Inc. has released LiteSpeed Web Server 4.0.5.

LiteSpeed Web Server is the leading high-performance, high-scalability web server, featuring Apache interchangeability. When serving static content, LiteSpeed surpasses well-respected content accelerators including thttpd, boa and TUX. When it comes to dynamic content, LiteSpeed is more than 50% faster in PHP content delivery than Apache with mod_php.

This [...]


Related posts:<ol><li><a href='http://www.indovps.com/news/litespeed-upgrade-18-08-2009' rel='bookmark' title='Permanent Link: Litespeed upgrade 18/08/2009'>Litespeed upgrade 18/08/2009</a> <small>Pelanggan YTH Hari ini, kami telah melakukan update untuk Litespeed...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version-2' rel='bookmark' title='Permanent Link: Updating Apache to the latest version'>Updating Apache to the latest version</a> <small>You can check the current version of apache by running...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/updating-apache-to-the-latest-version' rel='bookmark' title='Permanent Link: Updating Apache to the latest version'>Updating Apache to the latest version</a> <small>You can check the current version of apache by running...</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/news/litespeed-web-server-405-released/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>LXAdmin Administrator Tutorial</title>
		<link>http://www.indovps.com/tutorial/lxadmin-administrator-tutorial</link>
		<comments>http://www.indovps.com/tutorial/lxadmin-administrator-tutorial#comments</comments>
		<pubDate>Mon, 16 Feb 2009 01:47:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[cgi]]></category>
		<category><![CDATA[djbdns]]></category>
		<category><![CDATA[DNS]]></category>
		<category><![CDATA[ftp]]></category>
		<category><![CDATA[lighttpd]]></category>
		<category><![CDATA[lxadmin]]></category>
		<category><![CDATA[mail]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[perl]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[reseller]]></category>
		<category><![CDATA[spam filter]]></category>
		<category><![CDATA[suexec]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=457</guid>
		<description><![CDATA[1. INTRODUCTION
1a. Introduction
LXadmin &#8220;Host in a box&#8221; is the only control panel  that makes use of Lighttpd and DJBDNS which only uses 8 MB of RAM with a freshly  installed system. The control panel itself uses 1 MB of RAM when idle. LXadmin  &#8220;Host in a box&#8221; is part of LXadmin, the [...]


No related posts.

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/lxadmin-administrator-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Which Is Right For Me: Windows Hosting or Linux &#8211; Unix Hosting?</title>
		<link>http://www.indovps.com/tutorial/which-is-right-for-me-windows-hosting-or-linux-unix-hosting</link>
		<comments>http://www.indovps.com/tutorial/which-is-right-for-me-windows-hosting-or-linux-unix-hosting#comments</comments>
		<pubDate>Sat, 10 Jan 2009 16:46:00 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[asp]]></category>
		<category><![CDATA[budget]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[security]]></category>
		<category><![CDATA[Windows]]></category>

		<guid isPermaLink="false">http://www.indovps.com/tutorial/which-is-right-for-me-windows-hosting-or-linux-unix-hosting</guid>
		<description><![CDATA[We all have our preferences when it comes to operating systems some people prefer one of the many flavors of Windows, while others prefer one of the several distributions of Linux. It is all the matter of what works best for you. Another aspect that should be taken into consideration when determining which type of [...]


No related posts.

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/which-is-right-for-me-windows-hosting-or-linux-unix-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pengenalan Joomla</title>
		<link>http://www.indovps.com/tutorial/pengenalan-joomla</link>
		<comments>http://www.indovps.com/tutorial/pengenalan-joomla#comments</comments>
		<pubDate>Fri, 02 Jan 2009 08:36:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[Andrew Eddie]]></category>
		<category><![CDATA[auto installer]]></category>
		<category><![CDATA[CMS]]></category>
		<category><![CDATA[Fantastico]]></category>
		<category><![CDATA[GPL]]></category>
		<category><![CDATA[joomla]]></category>
		<category><![CDATA[mambo]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[OpenSourceMatters]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Sistem Manajemen Konten]]></category>
		<category><![CDATA[Swahili]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=195</guid>
		<description><![CDATA[Joomla! adalah Sistem Manajemen Konten (SMK atau CMS) yang bebas dan terbuka (free opensource) ditulis menggunakan PHP dan basisdata MySQL untuk keperluan di internet maupun intranet. Joomla pertamakali dirilis dengan versi 1.0.0. Fitur-fitur Joomla! diantaranya adalah sistem caching untuk peningkatan performansi, RSS, blogs, poling, dll. Joomla! menggunakan lisensi GPL.
Asal kata Joomla sendiri berasal dari kata [...]


No related posts.

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/pengenalan-joomla/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Easyapache 4564</title>
		<link>http://www.indovps.com/news/easyapache-4564</link>
		<comments>http://www.indovps.com/news/easyapache-4564#comments</comments>
		<pubDate>Wed, 24 Dec 2008 02:57:53 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[gd]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[sqlite]]></category>
		<category><![CDATA[zlib]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=140</guid>
		<description><![CDATA[Enhancements:
Updated sqlite to 3.6.7
Make sure selecting PHP&#8217;s GD option implies that the Zlib option is enabled


No related posts.
Related posts brought to you by Yet Another Related Posts Plugin.


No related posts.

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/news/easyapache-4564/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel Tutorial</title>
		<link>http://www.indovps.com/news/cpanel-tutorial</link>
		<comments>http://www.indovps.com/news/cpanel-tutorial#comments</comments>
		<pubDate>Sat, 07 Jun 2008 16:52:02 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Cron Jobs]]></category>
		<category><![CDATA[Deny Manager]]></category>
		<category><![CDATA[Files Manager]]></category>
		<category><![CDATA[FTP Manager]]></category>
		<category><![CDATA[Hotlink protection]]></category>
		<category><![CDATA[IGN]]></category>
		<category><![CDATA[IndoVPS]]></category>
		<category><![CDATA[MySQL]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[postgreSQL]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=169</guid>
		<description><![CDATA[cPanel is a web based control panel tool, which will help you manage your hosting account through a web interface instead of a console. With cPanel you are able to accomplish your tasks faster and even non-professionals can easily and painlessly operate their website via cPanel.
The cPanel tutorial is part of the rich collection of [...]


Related posts:<ol><li><a href='http://www.indovps.com/news/promo-vps-directadmin' rel='bookmark' title='Permanent Link: Promo VPS + DirectAdmin'>Promo VPS + DirectAdmin</a> <small>Silahkan order  paket VPS VS-5G, VS-10G dan VS-20G dengan sistem...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/i-want-apache-2-0-php-5-and-mysql-5' rel='bookmark' title='Permanent Link: I want apache 2.0, php 5 and mysql 5'>I want apache 2.0, php 5 and mysql 5</a> <small>DirectAdmin essentially will work with any version of the software...</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/news/cpanel-tutorial/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Introduction to Web Hosting</title>
		<link>http://www.indovps.com/tutorial/introductionto-web-hosting</link>
		<comments>http://www.indovps.com/tutorial/introductionto-web-hosting#comments</comments>
		<pubDate>Sun, 01 Jun 2008 03:28:29 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Tutorial]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[phtml]]></category>
		<category><![CDATA[public_ftp]]></category>
		<category><![CDATA[public_html]]></category>
		<category><![CDATA[shtml]]></category>
		<category><![CDATA[wml]]></category>
		<category><![CDATA[www]]></category>
		<category><![CDATA[xhtml]]></category>

		<guid isPermaLink="false">http://www.indovps.com/?p=154</guid>
		<description><![CDATA[How your site works
Your web site is made up of a group of files and directories, much like your Documents folder on your home computer. Only in this case, everyone in the world can see some of your files. To give you an idea of how the directories and files work, we&#8217;ll look at a [...]


Related posts:<ol><li><a href='http://www.indovps.com/tutorial/directadmin/how-to-forward-a-website-to-another-url' rel='bookmark' title='Permanent Link: How to forward a website to another url'>How to forward a website to another url</a> <small>There are several ways to accomplish this task, but the...</small></li>
<li><a href='http://www.indovps.com/tutorial/directadmin/showing-files-in-a-directory' rel='bookmark' title='Permanent Link: Showing files in a directory'>Showing files in a directory</a> <small>If you want to list all files in a directory...</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/introductionto-web-hosting/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
