<?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>am3n portfolio &#187; Freelance</title>
	<atom:link href="http://am3n.net/category/freelance/feed/" rel="self" type="application/rss+xml" />
	<link>http://am3n.net</link>
	<description>career, freelance and some stupid thing I do</description>
	<lastBuildDate>Wed, 26 May 2010 16:40:37 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>[cPanel] Add permanent whitelist IP Address using CSF/LFD</title>
		<link>http://am3n.net/2010/05/26/cpanel-add-permanent-whitelist-ip-address-using-csflfd/</link>
		<comments>http://am3n.net/2010/05/26/cpanel-add-permanent-whitelist-ip-address-using-csflfd/#comments</comments>
		<pubDate>Wed, 26 May 2010 15:38:59 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[csf]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[whitelist]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=259</guid>
		<description><![CDATA[You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure Daemon (CSF/LFD) by using the Quick Allow or editing Firewall Allow IPs but the number of IP Addresses kept by CSF/LFD is limited (by default is 100 or other numbers you specified in Firewall Configuration) as a large number of IP addresses create a large [...]


Related posts:<ol><li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://am3n.net/2010/02/10/ispconfig-ip-address-changes/' rel='bookmark' title='Permanent Link: [ISPConfig] IP Address Changes'>[ISPConfig] IP Address Changes</a> <small>I was using ISPConfig, to ease my life configuring and...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure Daemon (CSF/LFD) by using the Quick Allow or editing Firewall Allow IPs but the number of IP Addresses kept by CSF/LFD is limited (by default is 100 or other numbers you specified in Firewall Configuration) as a large number of IP addresses create a large number of iptables rules (4 times the number of IP&#8217;s) which can cause problems on some systems where either the the number of iptables entries has been limited (esp VPS&#8217;s) or where resources are limited. This can result in slow network performance, or, in the case of iptables entry limits, can prevent your server from booting as not all the required iptables chain settings will be correctly configured.</p>
<p>CSF/LFD will removes oldest entries and replaced with new one. So how to make CSF/LFD make permanent whitelist IP Address? Here&#8217;s how:<br />
<span id="more-259"></span><br />
From WHM > ConfigServer Security&#038;Firewall ><br />
look for &#8220;Edit lfd ignore file&#8221; select csf.ignore &#8211; IP Blocking on dropdown list and click Edit button</p>
<p>Info for csf.ignore file is all IP addresses listed will be ignored by all lfd checks. Since it will be ignored so it won&#8217;t be blocked (automatically whitelisted) <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2010%2F05%2F26%2Fcpanel-add-permanent-whitelist-ip-address-using-csflfd%2F', '%5BcPanel%5D+Add+permanent+whitelist+IP+Address+using+CSF%2FLFD')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2010%2F05%2F26%2Fcpanel-add-permanent-whitelist-ip-address-using-csflfd%2F', title: '%5BcPanel%5D+Add+permanent+whitelist+IP+Address+using+CSF%2FLFD' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://am3n.net/2010/02/10/ispconfig-ip-address-changes/' rel='bookmark' title='Permanent Link: [ISPConfig] IP Address Changes'>[ISPConfig] IP Address Changes</a> <small>I was using ISPConfig, to ease my life configuring and...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2010/05/26/cpanel-add-permanent-whitelist-ip-address-using-csflfd/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[cPanel] Exim Maximum Attachment Size</title>
		<link>http://am3n.net/2010/03/04/cpanel-exim-maximum-attachment-size/</link>
		<comments>http://am3n.net/2010/03/04/cpanel-exim-maximum-attachment-size/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 16:14:04 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[attachment]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[email]]></category>
		<category><![CDATA[exim]]></category>
		<category><![CDATA[maximum]]></category>
		<category><![CDATA[size]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=252</guid>
		<description><![CDATA[By default Exim maximum message size is 50MB, you can confirm it by typing
# exim -bP &#124; grep message_size_limit
 message_size_limit = 50M
You can change maximum message size by adding line
message_size_limit = 5M
on the first textarea of the Advanced Mode editor in WHM &#62; Exim  Configuration Editor. That will put a 5MB message size limit [...]


Related posts:<ol><li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>By default Exim maximum message size is 50MB, you can confirm it by typing</p>
<pre># exim -bP | grep message_size_limit
 message_size_limit = 50M</pre>
<p>You can change maximum message size by adding line</p>
<pre>message_size_limit = 5M</pre>
<p><span id="more-252"></span>on the first textarea of the Advanced Mode editor in WHM &gt; Exim  Configuration Editor. That will put a 5MB message size limit on email.</p>
<p>PS: the limit only affect is email is sent directly using Email Client, if using Webmail (Squirrelmail) there is another limitation set by PHP when uploading file. it&#8217;s variable upload_max_filesize, you can change the value on WHM &gt;  PHP Configuration Editor. Restart apache to make sure variable.</p>
<p>Info from <a href="http://forums.cpanel.net/f43/email-attachment-65304.html" target="_blank">cPanel Forum</a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2010%2F03%2F04%2Fcpanel-exim-maximum-attachment-size%2F', '%5BcPanel%5D+Exim+Maximum+Attachment+Size')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2010%2F03%2F04%2Fcpanel-exim-maximum-attachment-size%2F', title: '%5BcPanel%5D+Exim+Maximum+Attachment+Size' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2010/03/04/cpanel-exim-maximum-attachment-size/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[cPanel] Internal Server Error after installation</title>
		<link>http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/</link>
		<comments>http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 13:25:56 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[install]]></category>
		<category><![CDATA[internal server error]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=250</guid>
		<description><![CDATA[Installing cPanel is very easy, what you need is patience, enough bandwidth and following tutorial described in cPanel Quick Install Guide. But even I have followed the guide carefully and make sure I have make prepation still I can go wrong. Below is quick steps to install cPanel:

Install Minimal CentOS
Create harddrive partition
Deactivate the firewall
Disable SELinux
Ensure [...]


Related posts:<ol><li><a href='http://am3n.net/2009/08/03/cpanel-account-locked-out/' rel='bookmark' title='Permanent Link: [cPanel] Account Locked Out'>[cPanel] Account Locked Out</a> <small>Error on cPanel Login Brute Force Protection. This account is...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2009/08/19/fantastico-problem/' rel='bookmark' title='Permanent Link: Fantastico Problem'>Fantastico Problem</a> <small>First, Joomla is not listed on Fantastico, tried to update...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Installing cPanel is very easy, what you need is patience, enough bandwidth and following tutorial described in <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/InstallationGuide/Quick-StartInstallationGuide" target="_blank">cPanel Quick Install Guide</a>. But even I have followed the guide carefully and make sure I have make prepation still I can go wrong. Below is quick steps to install cPanel:</p>
<ol>
<li>Install Minimal CentOS</li>
<li>Create harddrive partition</li>
<li>Deactivate the firewall</li>
<li>Disable SELinux</li>
<li>Ensure your newly-installed OS has the latest updates and patches.</li>
<li>Obtaining a cPanel/WHM License</li>
<li>Begin Installation
<pre>cd /home
wget -N http://layer1.cpanel.net/latest
sh latest
/usr/local/cpanel/cpkeyclt</pre>
</li>
</ol>
<p>After 5 hours installation is complete then when I am accessing WHM, this error came up</p>
<p><strong>Internal Server Error<br />
open3: exec of /usr/local/cpanel/whostmgr/bin/whostmgr3  ./initial_setup_wizard1 failed at cpsrvd line 6114</strong></p>
<p><span id="more-250"></span></p>
<p>Checking and Googling for about 20 minutes what went wrong, and I saw in <a href="http://forums.cpanel.net/f5/install-cpanel-problem-104617.html" target="_blank">forum </a>some people also had this problem and they were suggested to run below command</p>
<pre>/scripts/upcp --force</pre>
<p>This command will make your cpanel install is updated with latest version by force (replace all file). Detail <a href="http://docs.cpanel.net/twiki/bin/view/AllDocumentation/AllFAQ/WHMsFAQ#How_do_I_make_sure_that_my_serve" target="_blank">here</a>.</p>
<p>After running several hours, the script stops and say everything is okay. I went to WHM again and now it working flawlessly <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2010%2F02%2F11%2Fcpanel-internal-server-error-after-installation%2F', '%5BcPanel%5D+Internal+Server+Error+after+installation')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2010%2F02%2F11%2Fcpanel-internal-server-error-after-installation%2F', title: '%5BcPanel%5D+Internal+Server+Error+after+installation' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2009/08/03/cpanel-account-locked-out/' rel='bookmark' title='Permanent Link: [cPanel] Account Locked Out'>[cPanel] Account Locked Out</a> <small>Error on cPanel Login Brute Force Protection. This account is...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2009/08/19/fantastico-problem/' rel='bookmark' title='Permanent Link: Fantastico Problem'>Fantastico Problem</a> <small>First, Joomla is not listed on Fantastico, tried to update...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[ISPConfig] IP Address Changes</title>
		<link>http://am3n.net/2010/02/10/ispconfig-ip-address-changes/</link>
		<comments>http://am3n.net/2010/02/10/ispconfig-ip-address-changes/#comments</comments>
		<pubDate>Wed, 10 Feb 2010 06:27:46 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[control panel]]></category>
		<category><![CDATA[hosting]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[ispconfig]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=240</guid>
		<description><![CDATA[I was using ISPConfig, to ease my life configuring and managing WebServer at work and I am thinking to change IP Address of webserver to another segment. I got confused how to change the IP address of ISPConfig 2 so that all sites and system recognized and used the new IP properly. Luckily I am [...]


Related posts:<ol><li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://am3n.net/2010/05/26/cpanel-add-permanent-whitelist-ip-address-using-csflfd/' rel='bookmark' title='Permanent Link: [cPanel] Add permanent whitelist IP Address using CSF/LFD'>[cPanel] Add permanent whitelist IP Address using CSF/LFD</a> <small>You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>I was using ISPConfig, to ease my life configuring and managing WebServer at work and I am thinking to change IP Address of webserver to another segment. I got confused how to change the IP address of ISPConfig 2 so that all sites and system recognized and used the new IP properly. Luckily I am still subscribed to ISPConfig Forum and I <a href="http://www.howtoforge.com/forums/showpost.php?p=218884&amp;postcount=16" target="_blank">found this thread </a>which help me a lot. Below is copy of how to from that forum just incase the forum is down.</p>
<p><span id="more-240"></span></p>
<p>I recently changed the IP addresses of a server running ISPConfig 2 and  stumbled upon this thread. Since the server was hosting many sites, I  was looking for a more effecient way to update the IP for all the sites  in ISPConfig. Thought I would share my solution in case anyone else has  this issue.</p>
<p>Please note: this worked for me on ISPConfig 2 running on Ubuntu 8.10.  Location of config files my be different depending on your system.</p>
<p>After you change the IP on the system, log into ISPConfig and replace  the IP address under Management &gt; Server &gt; Settings. Then replace  the IP address in config files:</p>
<p>xxx.xxx.x.xx represents new IP<br />
yyy.yyy.y.yy represents old IP</p>
<p>Bind9</p>
<div>
<pre dir="ltr">perl -pi -e 's/yyy\.yyy\.y\.yy/xxx.xxx.x.xx/g' /var/lib/named/etc/bind/*</pre>
</div>
<p>Apache</p>
<div>
<pre dir="ltr">perl -pi -e 's/yyy\.yyy\.y\.yy/xxx.xxx.x.xx/g' /etc/apache2/vhosts/*</pre>
</div>
<p>Now, log into MySQL, use the ispconfig database, and run the  following queries to update the IP in ISPConfig:</p>
<p>DNS Manager</p>
<div>
<pre dir="ltr">UPDATE dns_a SET ip_adresse = 'xxx.xxx.x.xx';
UPDATE dns_isp_dns SET dns_soa_ip = 'xxx.xxx.x.xx';</pre>
</div>
<p>ISP Manager</p>
<div>
<pre dir="ltr">UPDATE isp_isp_web SET web_ip = 'xxx.xxx.x.xx';
UPDATE isp_isp_domain SET domain_ip = 'xxx.xxx.x.xx';</pre>
</div>
<p>Of course, you will need to restart apache and bind. Now all sites  should load and when you log into ISPConfig you will see the new IP for  each site and all your DNS records. Go to one of your sites under ISP  Manager, make a minor change and hit save so that ISPConfig rewrites the  config files. Then verify that ISPConfig is using the new IP and you&#8217;re  good to go.</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2010%2F02%2F10%2Fispconfig-ip-address-changes%2F', '%5BISPConfig%5D+IP+Address+Changes')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2010%2F02%2F10%2Fispconfig-ip-address-changes%2F', title: '%5BISPConfig%5D+IP+Address+Changes' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
<li><a href='http://am3n.net/2010/05/26/cpanel-add-permanent-whitelist-ip-address-using-csflfd/' rel='bookmark' title='Permanent Link: [cPanel] Add permanent whitelist IP Address using CSF/LFD'>[cPanel] Add permanent whitelist IP Address using CSF/LFD</a> <small>You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2010/02/10/ispconfig-ip-address-changes/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>[cPanel] License File</title>
		<link>http://am3n.net/2010/01/14/cpanel-license-file/</link>
		<comments>http://am3n.net/2010/01/14/cpanel-license-file/#comments</comments>
		<pubDate>Thu, 14 Jan 2010 07:33:32 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[hostname]]></category>
		<category><![CDATA[invalid]]></category>
		<category><![CDATA[license]]></category>
		<category><![CDATA[Server]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=228</guid>
		<description><![CDATA[Below is several thing to know about about cPanel License file.
To validate (make sure) your IP Address already has license for cPanel to to cPanel License Validator, and enter your server main IP Address.

If you have updating your cPanel License from Trial to Active, or
If you change your server hostname, or
You get Invalid License File [...]


Related posts:<ol><li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
<li><a href='http://am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/' rel='bookmark' title='Permanent Link: [cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”'>[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”</a> <small>User complain he can&#8217;t access his site, with site error...</small></li>
<li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>Below is several thing to know about about cPanel License file.</p>
<p>To validate (make sure) your IP Address already has license for cPanel to to <a href="http://verify.cpanel.net/">cPanel License Validator</a>, and enter your server main IP Address.</p>
<ul>
<li>If you have updating your cPanel License from Trial to Active, or</li>
<li>If you change your server hostname, or</li>
<li>You get<em> Invalid License File</em> error due to hostname change, bad system time, license IP address binding, firewall rules, and some other more obscure scenarios</li>
</ul>
<p>You can try run this command as root</p>
<pre>/usr/local/cpanel/cpkeyclt</pre>
<p>A helpful <a href="http://forums.cpanel.net/showthread.php?t=26108">expired license checklist</a> in the cPanel forums takes troubleshooting further if the above methods don’t help.</p>
<p>PS: With an invalid license, any Web interface to cPanel will not work (including, WHM and Webmail)</p>
<p>from <a href="http://www.webmarketedge.com/2006/12/cpanelwhm-invalid-license-file/" target="_blank">WebMarketEdge</a></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2010%2F01%2F14%2Fcpanel-license-file%2F', '%5BcPanel%5D+License+File')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2010%2F01%2F14%2Fcpanel-license-file%2F', title: '%5BcPanel%5D+License+File' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
<li><a href='http://am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/' rel='bookmark' title='Permanent Link: [cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”'>[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”</a> <small>User complain he can&#8217;t access his site, with site error...</small></li>
<li><a href='http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/' rel='bookmark' title='Permanent Link: [cPanel] Add another main shared IP Address'>[cPanel] Add another main shared IP Address</a> <small>cPanel has 1 main shared IP address which configured on...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2010/01/14/cpanel-license-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Magento error with pdo_mysql</title>
		<link>http://am3n.net/2009/12/27/magento-error-with-pdo_mysql/</link>
		<comments>http://am3n.net/2009/12/27/magento-error-with-pdo_mysql/#comments</comments>
		<pubDate>Sat, 26 Dec 2009 17:06:58 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[magento]]></category>
		<category><![CDATA[pdo_mysql]]></category>
		<category><![CDATA[php]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=216</guid>
		<description><![CDATA[Magento is a great Free / Open source eCommerce script, is much more prettier and yet complex than Prestashop or osCommerce or Virtuemart. Take sometimes to upload it to hosting server, but if your hosting provider have Automatic script installer like Installatron or Softacolous, you can install it in a breeze. So Installation of Magento [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p>Magento is a great Free / Open source eCommerce script, is much more prettier and yet complex than Prestashop or osCommerce or Virtuemart. Take sometimes to upload it to hosting server, but if your hosting provider have Automatic script installer like Installatron or Softacolous, you can install it in a breeze. So Installation of Magento is no longer problem.</p>
<p>But after a succesful installation, I even get this error saying that I dont have pdo_mysql installed on the server.</p>
<pre>pdo_mysql extension is not installed
Trace:
#0 /home/store/public_html/lib/Zend/Db/Adapter/Abstract.php(441):
Varien_Db_Adapter_Pdo_Mysql-&gt;_connect()
#1 /home/store/public_html/lib/Zend/Db/Adapter/Pdo/Abstract.php(230):
Zend_Db_Adapter_Abstract-&gt;query('SET NAMES utf8', Array)
#2 /home/store/public_html/lib/Varien/Db/Adapter/Pdo/Mysql.php(281):
Zend_Db_Adapter_Pdo_Abstract-&gt;query('SET NAMES utf8', Array)
#3 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Type/Db/Pdo/Mysql.php(45):
Varien_Db_Adapter_Pdo_Mysql-&gt;query('SET NAMES utf8')
#4 /home/store/public_html/app/code/core/Mage/Core/Model/
Resource.php(87): Mage_Core_Model_Resource_Type_Db_Pdo_Mysql-
&gt;getConnection(Object(Mage_Core_Model_Config_Element))
#5 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Setup.php(62): Mage_Core_Model_Resource-&gt;getConnection('core_setup')
#6 /home/store/public_html/app/code/core/Mage/Core/Model/Resource/
Setup.php(120): Mage_Core_Model_Resource_Setup-&gt;__construct('core_setup')
#7 /home/store/public_html/app/code/core/Mage/Core/Model/Config.php(263):
Mage_Core_Model_Resource_Setup::applyAllUpdates()
#8 /home/store/public_html/app/code/core/Mage/Core/Model/App.php(263):
Mage_Core_Model_Config-&gt;init(Array)
#9 /home/store/public_html/app/Mage.php(434):
Mage_Core_Model_App-&gt;init('', 'store', Array)
#10 /home/store/public_html/app/Mage.php(455):
Mage::app('', 'store', Array)
#11 /home/store/public_html/index.php(65): Mage::run()
#12 {main}</pre>
<p>I don&#8217;t get it, when I check with function</p>
<pre>&lt;?php
phpinfo();
?&gt;</pre>
<p>pdo and pdo_mysql is there.</p>
<pre>'--enable-pdo=shared'
'--with-pdo-mysql=shared'</pre>
<p>So, it&#8217;s time for searching and lurking into Google and Magento forum/docs<br />
<span id="more-216"></span><br />
Almost an hour, until I found this <a href="http://www.magentocommerce.com/boards/viewthread/16158/" target="_blank">thread</a>, it says I need to add these lines into php.ini. I have root access to server so it does not problem for me, but about other who just using shared hosting?</p>
<pre>; added when pdo_mysql is shared (or missing)
extension=pdo.so
extension=pdo_mysql.so
extension=pdo_sqlite.so</pre>
<p>Turns out, it&#8217;s not necessary system php.ini, I was misunderstand, and when I look on magento install dir, I found php.ini file, edit the file with above line. Open Magento URL, and there you go, Magento installation running succesfully. <img src='http://am3n.net/wp-includes/images/smilies/icon_biggrin.gif' alt=':D' class='wp-smiley' /> </p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2009%2F12%2F27%2Fmagento-error-with-pdo_mysql%2F', 'Magento+error+with+pdo_mysql')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2009%2F12%2F27%2Fmagento-error-with-pdo_mysql%2F', title: 'Magento+error+with+pdo_mysql' });"/></a>

<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2009/12/27/magento-error-with-pdo_mysql/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[cPanel] Add another main shared IP Address</title>
		<link>http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/</link>
		<comments>http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 13:08:12 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[ip address]]></category>
		<category><![CDATA[main]]></category>
		<category><![CDATA[shared]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=198</guid>
		<description><![CDATA[cPanel has 1 main shared IP address which configured on Basic cPanel/WHM Setup, so you can&#8217;t add multiple accounts to use the same IP address, unless the account is reseller. So how do you add another main shared IP address?

edit /var/cpanel/mainips/root  &#60;== root is the account name,

vi /var/cpanel/mainips/root
then add another IP address which is [...]


Related posts:<ol><li><a href='http://am3n.net/2010/05/26/cpanel-add-permanent-whitelist-ip-address-using-csflfd/' rel='bookmark' title='Permanent Link: [cPanel] Add permanent whitelist IP Address using CSF/LFD'>[cPanel] Add permanent whitelist IP Address using CSF/LFD</a> <small>You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure...</small></li>
<li><a href='http://am3n.net/2010/02/10/ispconfig-ip-address-changes/' rel='bookmark' title='Permanent Link: [ISPConfig] IP Address Changes'>[ISPConfig] IP Address Changes</a> <small>I was using ISPConfig, to ease my life configuring and...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>cPanel has 1 main shared IP address which configured on Basic cPanel/WHM Setup, so you can&#8217;t add multiple accounts to use the same IP address, unless the account is reseller. So how do you add another main shared IP address?<br />
<span id="more-198"></span><br />
edit /var/cpanel/mainips/root  &lt;== root is the account name,</p>
<pre>
vi /var/cpanel/mainips/root</pre>
<p>then add another IP address which is not used by others. After that you use that IP for multiple accounts.</p>
<p>Info from <a href="http://forums.cpanel.net/f5/main-shared-virtual-host-ip-1501.html" target="_blank">cPanel Forum</a></p>
<p><img id="myFxSearchImg" style="border: medium none; position: absolute; z-index: 2147483647; opacity: 0.6; display: none;" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAADsElEQVR4nK2VTW9VVRSGn33OPgWpYLARbKWhQlCHTogoSkjEkQwclEQcNJEwlfgD/AM6NBo1xjhx5LyJ0cYEDHGkJqhtBGKUpm3SFii3vb2956wPB/t+9raEgSs52fuus89613rftdcNH8/c9q9++oe/Vzb5P+3McyNcfm2CcPj9af9w6gwjTwzvethx3Bx3x8xwd1wNM8dMcTNUHTfFLPnX6nVmZpeIYwf3cWD/PhbrvlPkblAzVFurKS6GmmGqqComaS+qmBoTI0Ncu3mXuGvWnrJ+ZSxweDgnkHf8ndVTdbiT3M7cQp2Z31dRTecHAfqydp4ejhwazh6Zezfnu98E1WIQwB3crEuJ2Y45PBTAQUVR9X4At66AppoEVO1Q8sgAOKJJjw6Am6OquDmvHskZ3R87gW+vlHz98zpmiqphkkRVbQtsfPTOC30lJKFbFTgp83bWh7Zx/uX1B6w3hI3NkkZTqEpBRDBRzG2AQHcwcYwEkOGkTERREbLQ/8HxJwuW7zdYrzfZ2iopy4qqEspKaDYravVm33k1R91Q69FA1VBRzFIVvXbx5AgXT44A8MWP81yfu0utIR2aVK3vfCnGrcUNxp8a7gKYKiLCvY2SUvo/aNtnM3e49ucK9S3p0aDdaT0UAVsKi2tVi6IWwNL9JvdqTdihaz79/l+u/rHMxmaJVMLkS2OoKKLWacdeE3IsSxctc2D5Qcl6vUlVVgNt+fkPPcFFmTw1xruvT7SCd7nuVhDQvECzJH90h0azRKoKFRkAmP5lKTWAGRdefoZL554FQNUxB92WvYeA5UN4PtSqwB2phKqsqMpBgAunRhFR3j49zuU3jnX8k6fHEQKXzh1jbmGDuYU6s4t1rt6socUeLLZHhYO2AHSHmzt19ihTZ48O8Hzl/AmunD/BjTvrvPfNX3hWsNpwJCvwYm+ngug4UilSCSq6k8YPtxDwfA+WRawIWFbgscDiULcCEaWqBFOlrLazurupOSHLqGnEKJAY8TwBEHumqUirAjNm52vEPPRV4p01XXMPAQhUBjcWm9QZwijwokgAeYHlHYA06KR1cT6ZvoV56pDUJQEjw0KeaMgj1hPEY4vz2A4eW0/e1qA7KtQdsxTYAG0H3iG4xyK1Y+xm7XmEPOJZDiENzLi2WZHngeOjj2Pe+sMg4GRYyLAsx7ME4FnsyTD9pr0PEc8zPGRAwKXBkYOPEd96cZRvf11g9MDe7e3R4Z4Q+vyEnn3P4t0XzK/W+ODN5/kPfRLewAJVEQ0AAAAASUVORK5CYII%3D" alt="" width="24" height="24" /></p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2009%2F12%2F08%2Fcpanel-add-another-main-shared-ip-address%2F', '%5BcPanel%5D+Add+another+main+shared+IP+Address')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2009%2F12%2F08%2Fcpanel-add-another-main-shared-ip-address%2F', title: '%5BcPanel%5D+Add+another+main+shared+IP+Address' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2010/05/26/cpanel-add-permanent-whitelist-ip-address-using-csflfd/' rel='bookmark' title='Permanent Link: [cPanel] Add permanent whitelist IP Address using CSF/LFD'>[cPanel] Add permanent whitelist IP Address using CSF/LFD</a> <small>You can whitelist IP Address quickly using ConfigServer Firewall/Login Failure...</small></li>
<li><a href='http://am3n.net/2010/02/10/ispconfig-ip-address-changes/' rel='bookmark' title='Permanent Link: [ISPConfig] IP Address Changes'>[ISPConfig] IP Address Changes</a> <small>I was using ISPConfig, to ease my life configuring and...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2009/12/08/cpanel-add-another-main-shared-ip-address/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MySQL partition is full</title>
		<link>http://am3n.net/2009/09/05/mysql-partition-is-full/</link>
		<comments>http://am3n.net/2009/09/05/mysql-partition-is-full/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 09:07:38 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[full]]></category>
		<category><![CDATA[mysql]]></category>
		<category><![CDATA[partition]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=176</guid>
		<description><![CDATA[MySQL databases are located on /var/lib/mysql, if you create a partition for /var and and big enough to hold your databases MySQL will stop working because not enough space to put the data. Below is the easy way to fix it:

Assume you have /home partition which is far more bigger than /var, we&#8217;ll move to [...]


Related posts:<ol><li><a href='http://am3n.net/2009/08/19/fantastico-problem/' rel='bookmark' title='Permanent Link: Fantastico Problem'>Fantastico Problem</a> <small>First, Joomla is not listed on Fantastico, tried to update...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>MySQL databases are located on /var/lib/mysql, if you create a partition for /var and and big enough to hold your databases MySQL will stop working because not enough space to put the data. Below is the easy way to fix it:<br />
<span id="more-176"></span></p>
<p>Assume you have /home partition which is far more bigger than /var, we&#8217;ll move to /home/mysql<br />
<code><br />
service mysql stop<br />
cd /var/lib<br />
mv mysql /home<br />
ln -s /home/mysql .<br />
chown -R mysql.mysql mysql<br />
service mysql start<br />
</code></p>
<p>The lesson in here is: please do research how much your data will grow, or it will be pain in the ass</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2009%2F09%2F05%2Fmysql-partition-is-full%2F', 'MySQL+partition+is+full')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2009%2F09%2F05%2Fmysql-partition-is-full%2F', title: 'MySQL+partition+is+full' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2009/08/19/fantastico-problem/' rel='bookmark' title='Permanent Link: Fantastico Problem'>Fantastico Problem</a> <small>First, Joomla is not listed on Fantastico, tried to update...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2009/09/05/mysql-partition-is-full/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fantastico Problem</title>
		<link>http://am3n.net/2009/08/19/fantastico-problem/</link>
		<comments>http://am3n.net/2009/08/19/fantastico-problem/#comments</comments>
		<pubDate>Wed, 19 Aug 2009 15:55:51 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[Web and System Administrator]]></category>
		<category><![CDATA[404]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[fantastico]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=172</guid>
		<description><![CDATA[First, Joomla is not listed on Fantastico, tried to update Fantastico
WHM &#62;&#62; Plugins &#62;&#62; Fantastico De Luxe WHM Admin &#62;&#62; Update/Get files
Failed!! Below Error showed up when opening Fantastico from cPanel
The server was not able to find the document (./frontend/x3/fantastico/index.php) you requested. Please check the url and try again. You might also want to report [...]


Related posts:<ol><li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/' rel='bookmark' title='Permanent Link: [cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”'>[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”</a> <small>User complain he can&#8217;t access his site, with site error...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>First, Joomla is not listed on Fantastico, tried to update Fantastico<br />
WHM &gt;&gt; Plugins &gt;&gt; Fantastico De Luxe WHM Admin &gt;&gt; Update/Get files<br />
Failed!! Below Error showed up when opening Fantastico from cPanel</p>
<p><code>The server was not able to find the document (./frontend/x3/fantastico/index.php) you requested. Please check the url and try again. You might also want to report this  error to your web hosting provider.</code></p>
<p>Access WHM &gt;&gt; Plugins &gt;&gt; Fantastico De Luxe WHM Admin again, this time it asked to re-install. Done that. But I still get the same error.<br />
<span id="more-172"></span></p>
<p>Do the <a href="http://www.netenberg.com/forum/index.php?topic=6795.0" target="_blank">first thing</a>:</p>
<p>1) Go into WHM as root, click on Tweak Settings, scroll down to the PHP section and make sure the IONCUBE PHP Loader is selected. Save changes if needed.<br />
2) Log into your server as root via SSH and execute the following command:<br />
/scripts/makecpphp</p>
<p>Read <a href="http://www.netenberg.com/forum/index.php?topic=1939.0" target="_blank">Netenberg&#8217;s Forum</a>, run below command</p>
<pre>chattr -R -i /usr/local/cpanel/3rdparty/fantastico
chown -R root.root /usr/local/cpanel/3rdparty/fantastico
chattr -R -i /var/netenberg
chown -R root.root /var/netenberg</pre>
<p>still lurking on the forum, and I found this thread about <a href="http://www.netenberg.com/forum/index.php?topic=5430.0" target="_blank">wget problem CentOS 5</a>, what the heck, just run it.</p>
<pre>cd
wget http://ftp.gnu.org/gnu/wget/wget-latest.tar.gz
tar xfz wget-latest.tar.gz
cd wget-*
./configure
make
make test
make install
cd ../
rm -Rf wget-*</pre>
<blockquote><p>This will install a clean copy of wget on your server at /usr/local/bin/wget</p>
<p>Go into WHM as root, click on the Fantastico Admin area and click install. On the screen you see, be sure to enter /usr/local/bin/wget as the path to wget.</p>
<p>Click to start the installation.</p>
<p>Note that this does not remove the system maintained version of wget with the new version. There will be two copies of wget on your server.</p>
<p>You are done. Go into WHM&#8217;s Fantastico admin area and finish the installation process.</p></blockquote>
<p>I done that and Fantastico now back running up. Cheers</p>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2009%2F08%2F19%2Ffantastico-problem%2F', 'Fantastico+Problem')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2009%2F08%2F19%2Ffantastico-problem%2F', title: 'Fantastico+Problem' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
<li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/' rel='bookmark' title='Permanent Link: [cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”'>[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”</a> <small>User complain he can&#8217;t access his site, with site error...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2009/08/19/fantastico-problem/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>[cPanel] “.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable”</title>
		<link>http://am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/</link>
		<comments>http://am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/#comments</comments>
		<pubDate>Wed, 05 Aug 2009 09:30:47 +0000</pubDate>
		<dc:creator>am3n</dc:creator>
				<category><![CDATA[Freelance]]></category>
		<category><![CDATA[403 error]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[frontpage]]></category>

		<guid isPermaLink="false">http://am3n.net/?p=168</guid>
		<description><![CDATA[User complain he can&#8217;t access his site, with site error shows “403 Forbidden Error”.
When I check his cpanel error log, I get
[Sun Jul 13 01:15:32 2008] [crit] [client 218.208.xxx.xxx] (13)Permission denied: /home/mydomain/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable
I thought it was .htaccess issue, so I trying to delete it. But .htaccess [...]


Related posts:<ol><li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
<li><a href='http://am3n.net/2009/08/03/cpanel-account-locked-out/' rel='bookmark' title='Permanent Link: [cPanel] Account Locked Out'>[cPanel] Account Locked Out</a> <small>Error on cPanel Login Brute Force Protection. This account is...</small></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p>User complain he can&#8217;t access his site, with site error shows “403 Forbidden Error”.<br />
When I check his cpanel error log, I get</p>
<p><code>[Sun Jul 13 01:15:32 2008] [crit] [client 218.208.xxx.xxx] (13)Permission denied: /home/mydomain/public_html/.htaccess pcfg_openfile: unable to check htaccess file, ensure it is readable</code></p>
<p>I thought it was .htaccess issue, so I trying to delete it. But .htaccess is can&#8217;t be deleted. After Googling I found From <a href="http://www.techiecorner.com/172/how-to-solve-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable/">Techie Corner&#8217;s</a> blog. And this is what I&#8217;ve done<br />
<span id="more-168"></span></p>
<ol>
<li> Login into your CPanel account</li>
<li> Click on “Frontpage Extensions” icon</li>
<li> Click on “Install extensions” button beside your problem domain.</li>
<li> Done. The “.htaccess pcfg_openfile: unable to check htaccess file” problem has been fixed.</li>
</ol>
<script type="text/javascript" src="http://cdn.socialtwist.com/2009042316105/script.js"></script><a class="st-taf" href="http://tellafriend.socialtwist.com:80" onclick="return false;" style="border:0;padding:0;margin:0;"><img alt="SocialTwist Tell-a-Friend" style="border:0;padding:0;margin:0;" src="http://images.socialtwist.com/2009042316105/button.png"onmouseout="STTAFFUNC.hideHoverMap(this)" onmouseover="STTAFFUNC.showHoverMap(this, '2009042316105', 'http%3A%2F%2Fam3n.net%2F2009%2F08%2F05%2Fcpanel-%25e2%2580%259c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%25e2%2580%259d%2F', '%5BcPanel%5D+%E2%80%9C.htaccess+pcfg_openfile%3A+unable+to+check+htaccess+file%2C+ensure+it+is+readable%E2%80%9D')" onclick="STTAFFUNC.cw(this, {id:'2009042316105', link: 'http%3A%2F%2Fam3n.net%2F2009%2F08%2F05%2Fcpanel-%25e2%2580%259c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%25e2%2580%259d%2F', title: '%5BcPanel%5D+%E2%80%9C.htaccess+pcfg_openfile%3A+unable+to+check+htaccess+file%2C+ensure+it+is+readable%E2%80%9D' });"/></a>

<p>Related posts:<ol><li><a href='http://am3n.net/2010/01/14/cpanel-license-file/' rel='bookmark' title='Permanent Link: [cPanel] License File'>[cPanel] License File</a> <small>Below is several thing to know about about cPanel License...</small></li>
<li><a href='http://am3n.net/2010/02/11/cpanel-internal-server-error-after-installation/' rel='bookmark' title='Permanent Link: [cPanel] Internal Server Error after installation'>[cPanel] Internal Server Error after installation</a> <small>Installing cPanel is very easy, what you need is patience,...</small></li>
<li><a href='http://am3n.net/2009/08/03/cpanel-account-locked-out/' rel='bookmark' title='Permanent Link: [cPanel] Account Locked Out'>[cPanel] Account Locked Out</a> <small>Error on cPanel Login Brute Force Protection. This account is...</small></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://am3n.net/2009/08/05/cpanel-%e2%80%9c-htaccess-pcfg_openfile-unable-to-check-htaccess-file-ensure-it-is-readable%e2%80%9d/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
