<?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>MyLiteratureTechLife.COM &#187; Plesk</title>
	<atom:link href="http://myliteraturetechlife.com/category/plesk/feed/" rel="self" type="application/rss+xml" />
	<link>http://myliteraturetechlife.com</link>
	<description></description>
	<lastBuildDate>Tue, 08 May 2012 15:18:06 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>[ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0</title>
		<link>http://myliteraturetechlife.com/ioncube-loader-the-loader-must-appear-as-the-first-entry-in-the-php-ini-file-in-unknown-on-line-0/</link>
		<comments>http://myliteraturetechlife.com/ioncube-loader-the-loader-must-appear-as-the-first-entry-in-the-php-ini-file-in-unknown-on-line-0/#comments</comments>
		<pubDate>Tue, 08 May 2012 15:11:39 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[ioncube]]></category>
		<category><![CDATA[php error]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://myliteraturetechlife.com/?p=934</guid>
		<description><![CDATA[Recently I had problem with apache after upgrade, and after checking log files, I found that error was PHP Fatal error: &#91;ionCube Loader&#93; The Loader must appear as the first entry in the php.ini file in Unknown on line 0 &#160; This is because ionCube must be loaded before any of the Zend extensions are. So if you [...]<p><a href="http://myliteraturetechlife.com/ioncube-loader-the-loader-must-appear-as-the-first-entry-in-the-php-ini-file-in-unknown-on-line-0/">[ionCube Loader] The Loader must appear as the first entry in the php.ini file in Unknown on line 0</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/ioncube-loader-the-loader-must-appear-as-the-first-entry-in-the-php-ini-file-in-unknown-on-line-0/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling open_basedir in plesk</title>
		<link>http://myliteraturetechlife.com/disabling-open_basedir-in-plesk/</link>
		<comments>http://myliteraturetechlife.com/disabling-open_basedir-in-plesk/#comments</comments>
		<pubDate>Mon, 11 Apr 2011 14:04:26 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[How to]]></category>
		<category><![CDATA[open_basedir]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[vhost.conf]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=769</guid>
		<description><![CDATA[Plesk handle things differently then Cpanel. If you will make any custom change in plesk configuration files then they will revert to original after some specific period of time. To disable open_basedir in plesk for some specific domain, it requires to make a vhost.conf file. Go to /var/www/vhosts/your_domain.com/conf Make a file name vhost.conf Paste the [...]<p><a href="http://myliteraturetechlife.com/disabling-open_basedir-in-plesk/">Disabling open_basedir in plesk</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/disabling-open_basedir-in-plesk/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>How to upgrade php to 5.2 in Plesk 9.x and 8.x</title>
		<link>http://myliteraturetechlife.com/how-to-upgrade-php-to-5-2-in-plesk-9-x-and-8-x/</link>
		<comments>http://myliteraturetechlife.com/how-to-upgrade-php-to-5-2-in-plesk-9-x-and-8-x/#comments</comments>
		<pubDate>Fri, 19 Nov 2010 20:40:19 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[how to upgrade]]></category>
		<category><![CDATA[php5.2]]></category>
		<category><![CDATA[plesk 9.x]]></category>
		<category><![CDATA[plesk8]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=680</guid>
		<description><![CDATA[By default plesk 9.x and 8.x comes with php 5.1 installed, however if your application requires php 5.2 specifically then you can upgrade it manually with simple steps. wget -q -O - http://www.ucvhost.com/installers/atomic.sh &#124;sh &#160; yum update php &#160; yum install php-soap &#160; yum install php-json &#160; /usr/local/psa/admin/sbin/websrvmng -a &#160; service psa stopall &#160; service [...]<p><a href="http://myliteraturetechlife.com/how-to-upgrade-php-to-5-2-in-plesk-9-x-and-8-x/">How to upgrade php to 5.2 in Plesk 9.x and 8.x</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-upgrade-php-to-5-2-in-plesk-9-x-and-8-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>I get the error: &#8220;Could not connect to SQL database. Too many connections&#8221;.</title>
		<link>http://myliteraturetechlife.com/i-get-the-error-could-not-connect-to-sql-database-too-many-connections/</link>
		<comments>http://myliteraturetechlife.com/i-get-the-error-could-not-connect-to-sql-database-too-many-connections/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 20:26:16 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[MySQL]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[connection to mysql]]></category>
		<category><![CDATA[plesk mysql error]]></category>
		<category><![CDATA[too many connections]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=665</guid>
		<description><![CDATA[Symptoms Sometimes I get the &#8220;Too many connections&#8221; error in Plesk CP or when open a site in my browser: Unable to connect to database: Too many connections Cause This error means that the limit of simultaneous MySQL connection to mysql server is reached and new connections to the server cannot be established at this [...]<p><a href="http://myliteraturetechlife.com/i-get-the-error-could-not-connect-to-sql-database-too-many-connections/">I get the error: &#8220;Could not connect to SQL database. Too many connections&#8221;.</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/i-get-the-error-could-not-connect-to-sql-database-too-many-connections/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ports to configure in firewall for Plesk</title>
		<link>http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/</link>
		<comments>http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/#comments</comments>
		<pubDate>Sun, 07 Nov 2010 20:22:04 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Firewalls]]></category>
		<category><![CDATA[Plesk]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=662</guid>
		<description><![CDATA[Previously I explained the list of ports to configure in firewall if you are running direct admin in your web servers. Ports to configure in firewall for Directadmin Here is the list of ports which are required to configure if you are running plesk control panel. #20 ftp-data #21 ftp #22 ssh #25 smtp #53 [...]<p><a href="http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/">Ports to configure in firewall for Plesk</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/ports-to-configure-in-firewall-for-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Plesk &#8211; Error: Unable to update hosting preferences</title>
		<link>http://myliteraturetechlife.com/plesk-error-unable-to-update-hosting-preferences/</link>
		<comments>http://myliteraturetechlife.com/plesk-error-unable-to-update-hosting-preferences/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 11:14:19 +0000</pubDate>
		<dc:creator>Shahbaz</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[unable to update]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=569</guid>
		<description><![CDATA[Error: Unable to update hosting preferences: WebServerManager::addVhost() failed: websrvmng failed: The process cannot access the file because it is being used by another process. (Error code 32) at Open file &#8216;C:\WINDOWS\system32\inetsrv\fcgiext.ini&#8217;&#8221; Unable to update hosting preferences: WebServerManager::addVhost() failed: websrvmng failed: The process cannot access the file because it is being used by another process. (Error [...]<p><a href="http://myliteraturetechlife.com/plesk-error-unable-to-update-hosting-preferences/">Plesk &#8211; Error: Unable to update hosting preferences</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/plesk-error-unable-to-update-hosting-preferences/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to change domain owner in Plesk</title>
		<link>http://myliteraturetechlife.com/how-to-change-domain-owner-in-plesk/</link>
		<comments>http://myliteraturetechlife.com/how-to-change-domain-owner-in-plesk/#comments</comments>
		<pubDate>Sun, 03 Oct 2010 11:03:46 +0000</pubDate>
		<dc:creator>Shahbaz</dc:creator>
				<category><![CDATA[Plesk]]></category>
		<category><![CDATA[client domain]]></category>
		<category><![CDATA[domain owner]]></category>
		<category><![CDATA[How to Change]]></category>
		<category><![CDATA[plesk]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=561</guid>
		<description><![CDATA[Changing owner for a domain in plesk is very easy, it requires when you need to move domain from one customer&#8217;s account to another customer&#8217;s account. Login to plesk, go to domains, and see the domain lists Select check box with domain which you want to move Click on &#8220;Assign New Domain Owner&#8221; On the [...]<p><a href="http://myliteraturetechlife.com/how-to-change-domain-owner-in-plesk/">How to change domain owner in Plesk</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-change-domain-owner-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to add remote MSSQL server in Plesk</title>
		<link>http://myliteraturetechlife.com/how-to-add-remote-mssql-server-in-plesk/</link>
		<comments>http://myliteraturetechlife.com/how-to-add-remote-mssql-server-in-plesk/#comments</comments>
		<pubDate>Thu, 23 Sep 2010 20:24:45 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[MSSQL]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[How to add]]></category>
		<category><![CDATA[How to configure]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[remote MSSQL server]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=522</guid>
		<description><![CDATA[Adding remote MSSQL server is necessary for those server which host very large traffic websites, and therefore splitting services to multiple servers is necessary to make them fast. Adding remote MSSQL server in Plesk is very simple and just requires few clicks, assuming that you have a server ready with MSSQL Login to plesk click [...]<p><a href="http://myliteraturetechlife.com/how-to-add-remote-mssql-server-in-plesk/">How to add remote MSSQL server in Plesk</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/how-to-add-remote-mssql-server-in-plesk/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Disabling Dr web notifications</title>
		<link>http://myliteraturetechlife.com/disabling-dr-web-notifications/</link>
		<comments>http://myliteraturetechlife.com/disabling-dr-web-notifications/#comments</comments>
		<pubDate>Wed, 22 Sep 2010 11:53:11 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[Web Servers Security]]></category>
		<category><![CDATA[cron notification]]></category>
		<category><![CDATA[Dr Web]]></category>
		<category><![CDATA[How to disable]]></category>
		<category><![CDATA[notification]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=489</guid>
		<description><![CDATA[Edit /etc/drweb/drweb_qmail.conf to stop receiving DrWeb notification messages… [VirusNotifications] SenderNotify = no AdminNotify = no RcptsNotify =no Also, there are many other configuration options for the notifications, you may configure them as you wish. Then restart DrWeb Service to apply the changes. #/etc/init.d/drwebd restart NOTE: If this file “drweb_qmail.conf” not present under this directory “/etc/drweb/”, [...]<p><a href="http://myliteraturetechlife.com/disabling-dr-web-notifications/">Disabling Dr web notifications</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/disabling-dr-web-notifications/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Solution: ERROR: Unable to install the &#8220;psa-backup-manager-9.5.2-cos5.build95100504.12.i586&#8243; package.</title>
		<link>http://myliteraturetechlife.com/solution-error-unable-to-install-the-psa-backup-manager-9-5-2-cos5-build95100504-12-i586-package/</link>
		<comments>http://myliteraturetechlife.com/solution-error-unable-to-install-the-psa-backup-manager-9-5-2-cos5-build95100504-12-i586-package/#comments</comments>
		<pubDate>Sun, 19 Sep 2010 18:03:04 +0000</pubDate>
		<dc:creator>shk</dc:creator>
				<category><![CDATA[Centos]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[System Administration]]></category>
		<category><![CDATA[Web hosting]]></category>
		<category><![CDATA[9.5.2]]></category>
		<category><![CDATA[backup]]></category>
		<category><![CDATA[build95100504.12.i586]]></category>
		<category><![CDATA[cos5]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[manager]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[psa]]></category>
		<category><![CDATA[Unable to install]]></category>

		<guid isPermaLink="false">http://www.myliteraturetechlife.com/?p=478</guid>
		<description><![CDATA[During plesk 9.5.x installation if you receive error ERROR: Unable to install the &#34;psa-backup-manager-9.5.2-cos5.build95100504.12.i586&#34; package. Then the solution is yum install db4-utils After this, try to install plesk again, it will surely work fine. Cheerz Solution: ERROR: Unable to install the &#8220;psa-backup-manager-9.5.2-cos5.build95100504.12.i586&#8243; package. is a post from: MyLiteratureTechLife.COM<p><a href="http://myliteraturetechlife.com/solution-error-unable-to-install-the-psa-backup-manager-9-5-2-cos5-build95100504-12-i586-package/">Solution: ERROR: Unable to install the &#8220;psa-backup-manager-9.5.2-cos5.build95100504.12.i586&#8243; package.</a> is a post from: <a href="http://www.myliteraturetechlife.com">MyLiteratureTechLife.COM</a></p>
]]></description>
		<wfw:commentRss>http://myliteraturetechlife.com/solution-error-unable-to-install-the-psa-backup-manager-9-5-2-cos5-build95100504-12-i586-package/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>

