<?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>System Network Programming Solution - Linux - windows - centos- security- cpanel - plesk -directadmin helm&#187; cpanel</title>
	<atom:link href="http://thegioinguonmo.com/tag/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://thegioinguonmo.com</link>
	<description>SHARING EVERYTHING</description>
	<lastBuildDate>Sat, 19 May 2012 21:40:10 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>EasyApache Custom Modules</title>
		<link>http://thegioinguonmo.com/web-server/apache/easyapache-custom-modules.html</link>
		<comments>http://thegioinguonmo.com/web-server/apache/easyapache-custom-modules.html#comments</comments>
		<pubDate>Tue, 08 May 2012 09:40:20 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[GD]]></category>
		<category><![CDATA[mod]]></category>
		<category><![CDATA[module]]></category>
		<category><![CDATA[Mysql]]></category>
		<category><![CDATA[mysql database]]></category>
		<category><![CDATA[tar gz]]></category>
		<category><![CDATA[Warning]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=555</guid>
		<description><![CDATA[Custom Apache and PHP modules add features to the EasyApache system, and are accessible from both the command line and graphical WHM interfaces. These modules are compiled into Apache and/or PHP just like the modules provided with EasyApache. Before you begin You can find documentation for creating custom modules your server at WHM &#62; EasyApache [...]]]></description>
			<content:encoded><![CDATA[<p>Custom Apache and PHP modules add features to the EasyApache system, and are accessible from both the command line and graphical WHM interfaces. These modules are compiled into Apache and/or PHP just like the modules provided with EasyApache.</p>
<h2>Before you begin</h2>
<p>You can find documentation for creating custom modules your server at WHM &gt; <em>EasyApache</em> &gt; <em>Help</em> &gt; <em>Cpanel::Easy Framework POD</em>, or and via command line at <code>/scripts/easyapache --perldoc</code>.</p>
<p>You can download a few sample custom modules below. These modules are not likely to be included in EasyApache in the near future.</p>
<p><img title="PICK" src="http://twiki.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/starred.gif" alt="starred EasyApache Custom Modules " width="16" height="16" border="0" /> <strong>Important:</strong> If you have problems building Apache with your custom modules, and you are unable to troubleshoot the problem, run <code>/scripts/easyapache --skip-custom-optmods</code> to build Apache and PHP without any custom modules. (Or, access the WHM equivalent found in EasyApache’s <em>Help</em> section).</p>
<h2><a name="Custom_modules"></a> Custom modules</h2>
<h3><a name="Installing_a_custom_module"></a> Installing a custom module</h3>
<p>To install a custom module:</p>
<ol>
<li>Download and unzip it into <code>/var/cpanel/easy/apache/custom_opt_mods/</code>.</li>
<li>When logged into your server as <code>root</code>, you can install any module listed below by running the following commands. Be sure to replace <code>$NAME.tar.gz</code> with the filename of the module you wish to download:</li>
</ol>
<p><code>wget http://easyapache.cpanel.net/optmods/$NAME.tar.gz<br />
tar -C /var/cpanel/easy/apache/custom_opt_mods -xzf $NAME.tar.gz<br />
</code></p>
<h3><a name="Removing_a_custom_module"></a> Removing a custom module</h3>
<p>In order to remove a custom module from the server, simply delete the files you created when you issued the above commands. The module will be removed from all future builds and the EasyApache interface.</p>
<h3><a name="Available_modules"></a> Available modules</h3>
<p><img title="ALERT!" src="http://twiki.cpanel.net/twiki/pub/TWiki/TWikiDocGraphics/warning.gif" alt="warning EasyApache Custom Modules " width="16" height="16" border="0" /> <strong>Warning:</strong> cPanel <strong>does not</strong> provide support for custom modules, including the ones linked below. The following modules are not developed by cPanel, Inc. Use them at your own risk.</p>
<p><strong>mod_auth_mysql</strong> — This module allows you to authenticate users and authorize access through a MySQL database.</p>
<ul>
<li>Download: <a rel="nofollow" target="_blank" href="http://twiki.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-mod_auth_mysql.tar.gz" target="_top">custom_opt_mod-mod_auth_mysql.tar.gz</a></li>
<li><a rel="nofollow" target="_blank" href="http://modauthmysql.sourceforge.net/" target="_blank">mod_auth_mysql project page</a>.</li>
</ul>
<p><strong>mod_GeoIP</strong> — This module looks up the IP address of the client web user in the GeoIP database.</p>
<ul>
<li>Download: <a rel="nofollow" target="_blank" href="http://twiki.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-mod_geoip.tar.gz" target="_top">custom_opt_mod-mod_geoip.tar.gz</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.maxmind.com/app/mod_geoip" target="_blank">mod_GeoIP project page</a></li>
</ul>
<p><strong>mod_python</strong> — This module embeds the Python interpreter into Apache, for faster Python applications.</p>
<ul>
<li>Download: <a rel="nofollow" target="_blank" href="http://twiki.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-mod_python.tar.gz" target="_top">custom_opt_mod-mod_python.tar.gz</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.modpython.org/" target="_blank">mod_python project page</a></li>
</ul>
<p><strong>GD with JIS-mapped Japanese font support</strong> — This module provides JIS-mapped Japanese font support for the GD library under PHP5.</p>
<ul>
<li>Download: <a rel="nofollow" target="_blank" href="http://twiki.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-php5-gd_jis_mapped_japanese_font_support.tar.gz" target="_top">custom_opt_mod-php5-gd_jis_mapped_japanese_font_support.tar.gz</a></li>
</ul>
<p><strong>Turkish locale patch for PHP5</strong> — This module improves PHP5 support for Turkish.</p>
<ul>
<li>Download: <a rel="nofollow" target="_blank" href="http://twiki.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-php5-turkish_locale_patch.tar.gz" target="_top">custom_opt_mod-php5-turkish_locale_patch.tar.gz</a></li>
</ul>
<p><strong>suPHP PAM patch</strong> — This module allows you to use limits (<code>/etc/security*.conf</code>) with suPHP.</p>
<ul>
<li>Download: <a rel="nofollow" target="_blank" href="http://twiki.cpanel.net/twiki/pub/EasyApache3/CustomMods/custom_opt_mod-suphp_pam_patch.tar.gz" target="_top">custom_opt_mod-suphp_pam_patch.tar.gz</a></li>
<li><a rel="nofollow" target="_blank" href="http://www.mail-archive.com/suphp@lists.marsching.biz/msg00049.html" target="_blank">suPHP PAM patch information</a></li>
</ul>
<p>Source: http://twiki.cpanel.net/twiki/bin/view/EasyApache3/CustomMods</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/web-server/apache/easyapache-custom-modules.html" title="easyapache how to make custom module">easyapache how to make custom module</a> (1)</li><li><a href="http://thegioinguonmo.com/web-server/apache/easyapache-custom-modules.html" title="install easyapache on centos">install easyapache on centos</a> (1)</li><li><a href="http://thegioinguonmo.com/web-server/apache/easyapache-custom-modules.html" title="linux download mod_python tar gz">linux download mod_python tar gz</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/web-server/apache/easyapache-custom-modules.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel transfer restore error</title>
		<link>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-transfer-restore-error.html</link>
		<comments>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-transfer-restore-error.html#comments</comments>
		<pubDate>Thu, 03 May 2012 09:41:59 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[system]]></category>
		<category><![CDATA[tar gz]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[username]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=1411</guid>
		<description><![CDATA[Forcing the restore of a transfered cPanel account , even if the new system says the username is all ready in use /scripts/restorepkg --force --skipres account.tar.gz Incoming search terms:plesk 10 dnsmng: service /etc/init d/named failed to start (--start dns) (1)]]></description>
			<content:encoded><![CDATA[<p>Forcing the restore of a transfered cPanel account , even if the new system says the username is all ready in use</p>
<pre class="brush:plain">/scripts/restorepkg --force --skipres account.tar.gz</pre>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-transfer-restore-error.html" title="plesk 10 dnsmng: service /etc/init d/named failed to start (--start dns)">plesk 10 dnsmng: service /etc/init d/named failed to start (--start dns)</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-transfer-restore-error.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>services that are not necessary on a web server</title>
		<link>http://thegioinguonmo.com/os/linux/services-that-are-not-necessary-on-a-web-server.html</link>
		<comments>http://thegioinguonmo.com/os/linux/services-that-are-not-necessary-on-a-web-server.html#comments</comments>
		<pubDate>Sun, 29 Apr 2012 21:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[NOTE]]></category>
		<category><![CDATA[plesk]]></category>
		<category><![CDATA[rpm]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=460</guid>
		<description><![CDATA[These are some services I would normally turn off on web servers. NOTE: usage may vary. gpm — mouse mdmonitor — monitor raid devices netfs — nfs, samba etc… autofs — automount, nfs, cd etc… kudzu — detect new hardware restorecond — monitor selinux file context mcstrans — mandatory access control selinux translation There may [...]]]></description>
			<content:encoded><![CDATA[<p>These are some services I would normally turn off on web servers.<br />
NOTE: usage may vary.</p>
<ol>
<li>gpm — mouse</li>
<li>mdmonitor — monitor raid devices</li>
<li>netfs — nfs, samba etc…</li>
<li>autofs — automount, nfs, cd etc…</li>
<li>kudzu — detect new hardware</li>
<li>restorecond — monitor selinux file context</li>
<li>mcstrans — mandatory access control selinux translation</li>
</ol>
<p>There may be more, but if you’ve <a rel="nofollow" target="_blank" href="http://www.linuxweblog.com/node/615">cleaned up your rpm packages</a>, it would probably not exist.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/services-that-are-not-necessary-on-a-web-server.html" title="plesk auto update 500">plesk auto update 500</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/services-that-are-not-necessary-on-a-web-server.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Account Creation Status: failed (out of available ip addresses)</title>
		<link>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/account-creation-status-failed-out-of-available-ip-addresses.html</link>
		<comments>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/account-creation-status-failed-out-of-available-ip-addresses.html#comments</comments>
		<pubDate>Sun, 22 Apr 2012 09:40:09 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[package]]></category>
		<category><![CDATA[use]]></category>
		<category><![CDATA[whm]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=458</guid>
		<description><![CDATA[Account Creation Status: failed (Your system has run out of available ip addresses, or you do not have permission to use any more ip addresses. (Unable to find an ip address.) ) You receive the “Account Creation Status: failed” error message while adding a domain from WHM &#62;&#62; Account Functions &#62;&#62; “Create a New Account” [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Account Creation Status: failed (Your system has run out of available ip addresses, or you do not have permission to use any more ip addresses. (Unable to find an ip address.) )</strong><br />
You receive the<strong> “Account Creation Status: failed”</strong> error message while adding a domain from <strong>WHM &gt;&gt; Account Functions &gt;&gt; “Create a New Account”</strong> option which states that there is no free IP address to assign to your new domain.</p>
<p>The package you are using while adding a domain has the “Dedicated IP” option enabled which searches for a free IP on the server and tries to assign to the every new domain you create. To overcome the issue, you will have to <strong>deselect the “Dedicated IP” option from the package</strong> which can be achieved via ssh.</p>
<p>Edit the <strong>package file located under /var/cpanel/packages</strong></p>
<blockquote><p><strong><code># vi /var/cpanel/packages/packagename</code></strong></p></blockquote>
<p><strong>Search for </strong></p>
<blockquote><p><strong>IP=y</strong></p></blockquote>
<p><strong>and replace it with</strong></p>
<blockquote><p><strong>IP=n</strong></p></blockquote>
<p><strong>Save the file</strong>. You should now be able to create an account from WHM successfully.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/account-creation-status-failed-out-of-available-ip-addresses.html" title="cpanel centos [127 0 0 1] warning: sender rate">cpanel centos [127 0 0 1] warning: sender rate</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/account-creation-status-failed-out-of-available-ip-addresses.html" title="mailmng postfix plesk">mailmng postfix plesk</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/account-creation-status-failed-out-of-available-ip-addresses.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>There was an error when you login Cpanel</title>
		<link>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/there-was-an-error-when-you-login-cpanel.html</link>
		<comments>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/there-was-an-error-when-you-login-cpanel.html#comments</comments>
		<pubDate>Mon, 09 Apr 2012 21:39:55 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[error]]></category>
		<category><![CDATA[file]]></category>
		<category><![CDATA[glob]]></category>
		<category><![CDATA[lib]]></category>
		<category><![CDATA[loadmodule]]></category>
		<category><![CDATA[scripts]]></category>
		<category><![CDATA[site]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=546</guid>
		<description><![CDATA[There was an error when you login Cpanel Can’t locate GDBM_File.pm in @INC (@INC contains: /usr/local/cpanel /usr/local/cpanel/perl /usr/local/cpanel/Cpanel/CPAN/overload/__Digest /usr/local/cpanel/build-tools/stubs /usr/lib/perl5/5.6.2/i686-linux /usr/lib/perl5/5.6.2 /usr/lib/perl5/site_perl/5.6.2/i686-linux /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /usr/local/cpanel/Cpanel/Locale/Utils.pm line 14. Cpanel::Locale::Utils::BEGIN() called at GDBM_File.pm line 14 eval {…} called at GDBM_File.pm line 14 require Cpanel/Locale/Utils.pm called at /usr/local/cpanel/Cpanel/Locale.pm line 15 Cpanel::Locale::BEGIN() called at GDBM_File.pm line 14 [...]]]></description>
			<content:encoded><![CDATA[<p>There was an error when you login Cpanel</p>
<blockquote><p>Can’t locate GDBM_File.pm in @INC (@INC contains: /usr/local/cpanel /usr/local/cpanel/perl /usr/local/cpanel/Cpanel/CPAN/overload/__Digest /usr/local/cpanel/build-tools/stubs /usr/lib/perl5/5.6.2/i686-linux /usr/lib/perl5/5.6.2 /usr/lib/perl5/site_perl/5.6.2/i686-linux /usr/lib/perl5/site_perl/5.6.2 /usr/lib/perl5/site_perl .) at /usr/local/cpanel/Cpanel/Locale/Utils.pm line 14.<br />
Cpanel::Locale::Utils::BEGIN() called at GDBM_File.pm line 14<br />
eval {…} called at GDBM_File.pm line 14<br />
require Cpanel/Locale/Utils.pm called at /usr/local/cpanel/Cpanel/Locale.pm line 15<br />
Cpanel::Locale::BEGIN() called at GDBM_File.pm line 14<br />
eval {…} called at GDBM_File.pm line 14<br />
require Cpanel/Locale.pm called at /usr/local/cpanel/Cpanel/StatsBar.pm line 11<br />
Cpanel::StatsBar::BEGIN() called at GDBM_File.pm line 14<br />
eval {…} called at GDBM_File.pm line 14<br />
require Cpanel/StatsBar.pm called at (eval 74) line 1<br />
main::BEGIN() called at GDBM_File.pm line 14<br />
eval {…} called at GDBM_File.pm line 14<br />
eval ‘use Cpanel::StatsBar ();’ called at cpanel.pl line 4974<br />
main::modloader(‘StatsBar’) called at /usr/local/cpanel/Cpanel/LoadModule.pm line 10<br />
Cpanel::LoadModule::loadmodule(‘StatsBar’) called at cpanel.pl line 4982<br />
main::api2_preexec(‘StatsBar’, ‘rowcounter’) called at cpanel.pl line 1451<br />
main::cpexectag(‘&lt;?cp StatsBar::rowcounter(%,rowtype) rowcounter=mainstats ?&gt;’) called at cpanel.pl line 4808<br />
main::dotag(undef) called at cpanel.pl line 4691<br />
main::cpanel_parseblock(‘SCALAR(0xa93311c)’) called at cpanel.pl line 4643<br />
main::cpanel_parse(‘GLOB(0xa514874)’) called at cpanel.pl line 2878<br />
main::doinclude(‘/usr/local/cpanel/base/frontend/x3/branding//index.html’, 0, 1) called at /usr/local/cpanel/Cpanel/Branding.pm line 95<br />
Cpanel::Branding::Branding_include(‘index.html’) called at (eval 7) line 1<br />
eval ‘Cpanel::Branding::Branding_include(@{$argref});’ called at cpanel.pl line 1660<br />
main::exectag(‘&lt;cpanel Branding=”include(index.html)”&gt;’) called at cpanel.pl line 4808<br />
main::dotag(undef) called at cpanel.pl line 4691<br />
main::cpanel_parseblock(‘SCALAR(0x91a0700)’) called at cpanel.pl line 4643<br />
main::cpanel_parse(‘GLOB(0xa4d4110)’) called at cpanel.pl line 1318</p></blockquote>
<p>because there are some errors in PERL<br />
resolve</p>
<p><code>/scripts/checkperlmodules<br />
/scripts/perlinstaller --force Encode<br />
/scripts/upcp --force</code></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/there-was-an-error-when-you-login-cpanel.html" title="configure: error: openssl crypto headers not found centos">configure: error: openssl crypto headers not found centos</a> (2)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/there-was-an-error-when-you-login-cpanel.html" title="hosting controller http error 500 19 - internal server error">hosting controller http error 500 19 - internal server error</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/there-was-an-error-when-you-login-cpanel.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cpanel File Manager Zip Compress failling</title>
		<link>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html</link>
		<comments>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html#comments</comments>
		<pubDate>Fri, 23 Mar 2012 09:40:17 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[glob]]></category>
		<category><![CDATA[home]]></category>
		<category><![CDATA[index]]></category>
		<category><![CDATA[lib]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=617</guid>
		<description><![CDATA[Cannot compressing files into zip format using the built in cPanel compressor: (internal death while parsing ./frontend/x3/filemanager/live_fileop.xml) Tue Aug 11 19:04:14 2009 [30234] error: open3: exec of zip -r /home/fxhost/public_html/player/hsplaylist.xspf.zip hsplaylist.xspf index.html mhsplaylist.xspf failed at /usr/local/cpanel/Cpanel/SafeRun/Errors.pm line 21 Carp::croak(‘open3: exec of zip -r /home/fxhost/public_html/player/hsplayli…’) called at /usr/lib/perl5/5.6.2/IPC/Open3.pm line 230 IPC::Open3::_open3(‘open3′, ‘Cpanel::SafeRun::Errors’, ‘&#60;&#38;RNULL’, ‘GLOB(0xb0e4500)’, ‘GLOB(0xb0e4500)’, ‘zip’, [...]]]></description>
			<content:encoded><![CDATA[<p>Cannot compressing files into zip format using the built in cPanel compressor:</p>
<blockquote><p>(internal death while parsing ./frontend/x3/filemanager/live_fileop.xml) Tue Aug 11 19:04:14 2009 [30234] error: open3: exec of zip -r /home/fxhost/public_html/player/hsplaylist.xspf.zip hsplaylist.xspf index.html mhsplaylist.xspf failed at /usr/local/cpanel/Cpanel/SafeRun/Errors.pm line 21<br />
Carp::croak(‘open3: exec of zip -r /home/fxhost/public_html/player/hsplayli…’) called at /usr/lib/perl5/5.6.2/IPC/Open3.pm line 230<br />
IPC::Open3::_open3(‘open3′, ‘Cpanel::SafeRun::Errors’, ‘&lt;&amp;RNULL’, ‘GLOB(0xb0e4500)’, ‘GLOB(0xb0e4500)’, ‘zip’, ‘-r’, ‘/home/fxhost/public_html/player/hsplaylist.xspf.zip’, …) called at /usr/lib/perl5/5.6.2/IPC/Open3.pm line 291<br />
IPC::Open3::open3(‘&lt;&amp;RNULL’, ‘GLOB(0xb0e4500)’, ‘GLOB(0xb0e4500)’, ‘zip’, ‘-r’, ‘/home/fxhost/public_html/player/hsplaylist.xspf.zip’, ‘hsplaylist.xspf’, ‘index.html’, …) called at /usr/local/cpanel/Cpanel/SafeRun/Errors.pm line 21<br />
Cpanel::SafeRun::Errors::saferunallerrors(‘zip’, ‘-r’, ‘/home/fxhost/public_html/player/hsplaylist.xspf.zip’, ‘hsplaylist.xspf’, ‘index.html’, ‘mhsplaylist.xspf’) called at /usr/local/cpanel/Cpanel/Fileman.pm line 2251<br />
Cpanel::Fileman::__ANON__(‘zip’, ‘-r’, ‘/home/fxhost/public_html/player/hsplaylist.xspf.zip’, ‘hsplaylist.xspf’, ‘index.html’, ‘mhsplaylist.xspf’) called at /usr/local/cpanel/Cpanel/Fileman.pm line 2286<br />
Cpanel::Fileman::_handle_compress(‘return’, ‘ARRAY(0×9471054)’, ‘/home/fxhost/public_html/player/hsplaylist.xspf.zip’, ‘zip’) called at /usr/local/cpanel/Cpanel/Fileman.pm line 2875<br />
Cpanel::Fileman::api2_fileop() called at (eval 9) line 1<br />
eval ‘$dataref = [Cpanel::Fileman::api2_fileop(%CFG)];’ called at cpanel.pl line 4960<br />
main::api2_exec(‘Fileman’, ‘fileop’, ‘HASH(0xb0e4488)’, ‘HASH(0x941a270)’) called at cpanel.pl line 1476<br />
main::cpexectag(</p></blockquote>
<p>This suggests installing it with</p>
<p>Code: <code>yum install zip</code></p>
<p>If the zip is exit<br />
Another suggests</p>
<p>Code:<br />
<code>chmod 755 /bin/{tar,gtar,gunzip,gzip,zcat}<br />
chmod 755 /usr/bin/{zip,unzip,unrar}</code></p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html" title="cpanel setup a per-user php ini to allow open_basedir with suphp">cpanel setup a per-user php ini to allow open_basedir with suphp</a> (2)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html" title="cpanel file manager zip">cpanel file manager zip</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html" title="cpanel zip public_html">cpanel zip public_html</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html" title="how to play rar files within xspf format">how to play rar files within xspf format</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html" title="server centos cpanel compression">server centos cpanel compression</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/cpanel-file-manager-zip-compress-failling.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Check file and directory permissions under present working directory</title>
		<link>http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html</link>
		<comments>http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html#comments</comments>
		<pubDate>Tue, 28 Feb 2012 09:40:06 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[permissions]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2306</guid>
		<description><![CDATA[Below commands can be used to check file and diretcory permissions under the present working diretcory (pwd) * Check files with permission 755 root@master [~]# find $x -type f -perm 755 * Check files with permission 777 root@master [~]# find $x -type f -perm 777 * Check diretcory with permissions 777 root@master [~]# find $x [...]]]></description>
			<content:encoded><![CDATA[<p>Below commands can be used to check file and diretcory permissions under the present working diretcory (pwd)</p>
<p>* Check files with permission 755</p>
<pre class="brush:plain">root@master [~]# find $x -type f -perm 755</pre>
<p>* Check files with permission 777</p>
<pre class="brush:plain">root@master [~]# find $x -type f -perm 777</pre>
<p>* Check diretcory with permissions 777</p>
<pre class="brush:plain">root@master [~]# find $x -type d -perm 777</pre>
<p>* Check diretcory with permissions 000</p>
<pre class="brush:plain">root@master [~]# find $x -type d -perm 000</pre>
<p>You can change the permissions to the value you you want to search.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html" title="Exim optimization (CPanel)">Exim optimization (CPanel)</a> (2)</li><li><a href="http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html" title="directadmin user System Quotas">directadmin user System Quotas</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html" title="find permissions 000">find permissions 000</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html" title="how to check file permissions of present working directory">how to check file permissions of present working directory</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html" title="network programming permissions">network programming permissions</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/check-file-directory-permissions-present-working-directory.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to create a swap file</title>
		<link>http://thegioinguonmo.com/os/linux/create-swap-file.html</link>
		<comments>http://thegioinguonmo.com/os/linux/create-swap-file.html#comments</comments>
		<pubDate>Thu, 23 Feb 2012 21:39:46 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[swap]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2293</guid>
		<description><![CDATA[To add a swap file: Determine the size of the new swap file in megabytes and multiply by 1024 to determine the number of blocks. For example, the block size of a 64 MB swap file is 65536. At a shell prompt as root, type the following command with count being equal to the desired [...]]]></description>
			<content:encoded><![CDATA[<p>To add a swap file:</p>
<ol>
<li>Determine the size of the new swap file in megabytes and multiply by 1024 to determine the number of blocks. For example, the block size of a 64 MB swap file is 65536.</li>
<li>At a shell prompt as root, type the following command with <code>count</code> being equal to the desired block size:
<pre class="brush:shell">dd if=/dev/zero of=/swapfile bs=1024 count=65536</pre>
</li>
<li>Setup the swap file with the command:
<pre class="brush:shell">mkswap /swapfile</pre>
</li>
<li>To enable the swap file immediately but not automatically at boot time:
<pre class="brush:shell">swapon /swapfile</pre>
</li>
<li>To enable it at boot time, edit <code>/etc/fstab</code> to include the following entry:
<pre class="brush:shell">/swapfile swap swap defaults 0 0</pre>
<p>The next time the system boots, it enables the new swap file.</li>
<li>After adding the new swap file and enabling it, verify it is enabled by viewing the output of the command<br />
<code>cat /proc/swaps</code> or <code>free</code>.</li>
</ol>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="plesk swap file">plesk swap file</a> (2)</li><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="vps centos free swap error">vps centos free swap error</a> (2)</li><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="create swap on linux">create swap on linux</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="directadmin swap">directadmin swap</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="plesk create swap file">plesk create swap file</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="pure-ftpd relocation error kloxo">pure-ftpd relocation error kloxo</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="re-initializing vps">re-initializing vps</a> (1)</li><li><a href="http://thegioinguonmo.com/os/linux/create-swap-file.html" title="swap file relocation in debian">swap file relocation in debian</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/os/linux/create-swap-file.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tomcat failure after Apache rebuild in CPanel</title>
		<link>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html</link>
		<comments>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html#comments</comments>
		<pubDate>Sat, 18 Feb 2012 21:41:30 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Apache]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[tomcat]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2144</guid>
		<description><![CDATA[After rebuilding Apache in CPanel using easyapache or WHM there are many things that can go wrong even if you use a stable branch of CPanel. For example Tomcat that was installed from CPanel can fail after the build and even if this might look unrelated to the apache build this can happen quite frequently. [...]]]></description>
			<content:encoded><![CDATA[<p>After <strong>rebuilding Apache</strong> in CPanel using <strong>easyapache </strong>or <strong>WHM </strong>there are many things that can go wrong even if you use a stable branch of CPanel. For example <em>Tomcat that was installed from CPanel can fail</em> after the build and even if this might look unrelated to the apache build this can happen quite frequently.</p>
<p>If you are running <strong>tomcat </strong>on a cpanel server here is what you can do to help you from losing your tomcat instance:</p>
<ul>
<li><strong>backup</strong>; newer cpanel versions backup apache, configs, etc. but they will <em>not care about tomcat</em>. This means it is your job to save the tomcat files. Here are some important folders you should save:<strong><br />
/usr/local/jdk</strong> – this is a link to the real jdk used on the system (jdk1.5.0_05 or jdk1.6.0_02 for ex.)<strong>; </strong>save the real jdk also, just in case…<br />
<strong> /usr/local/jakarta/tomcat </strong>- this will contain all your tomcat configs, apps, logs, etc.<strong><br />
/usr/sbin/starttomcat</strong> and <strong>/usr/sbin/stoptomcat</strong> – scripts used to start and stop tomcat (in case you made local changes, memory tunings, etc.)</li>
</ul>
<p>The files above can be lost during the rebuild, and it is important to have them on hand to restore tomcat if it fails starting after the apache build. For example last time this happened for us we had to fix the /usr/local/jdk link to point to the proper jdk (we use 1.5 and cpanel changed the link to 1.6) and also the startup scripts that contained various local customizations were obviously overwritten  .</p>
<p>Hopefully this information will be useful for other people, and hopefully you will see it before running easyapache</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="build tomcat fails easyapache whm">build tomcat fails easyapache whm</a> (2)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="apache rebuilt">apache rebuilt</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="tomcat cpanel">tomcat cpanel</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="tomcat apps to subdomains cpanel whm">tomcat apps to subdomains cpanel whm</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="how to rebuild network in cpanel">how to rebuild network in cpanel</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="cpanel your tomcat">cpanel your tomcat</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="cpanel tomcat failed to start">cpanel tomcat failed to start</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="cpanel tomcat">cpanel tomcat</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="centos unable to manage service by websrvmng">centos unable to manage service by websrvmng</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html" title="tomcat easyapache">tomcat easyapache</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/tomcat-failure-apache-rebuild-cpanel.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Optimize and Secure a Virtual Private Server (VPS) and Virtual Dedicated Server (VDS)</title>
		<link>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html</link>
		<comments>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html#comments</comments>
		<pubDate>Sun, 12 Feb 2012 11:08:11 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[cpanel]]></category>
		<category><![CDATA[Dedicated server]]></category>
		<category><![CDATA[directadmin]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[Security]]></category>
		<category><![CDATA[vps]]></category>

		<guid isPermaLink="false">http://thegioinguonmo.com/?p=2313</guid>
		<description><![CDATA[This article covers a wide range of methods for securing and optimizing your VPS/VDS. We do not provide any warranty for this article, so if you are not sure what you are doing please make sure you research before you do it. Secure cPanel/WHM and the Root User on VDS: Checking for formmail: Form mail [...]]]></description>
			<content:encoded><![CDATA[<p>This article covers a wide range of methods for securing and optimizing your VPS/VDS. We do not provide any warranty for this article, so if you are not sure what you are doing please make sure you research before you do it.</p>
<p><strong>Secure cPanel/WHM and the Root User on VDS:</strong></p>
<p><strong>Checking for formmail:</strong></p>
<p>Form mail is used by hackers to send out spam email, by relay and injection methods. If you are using matts script or a version of it, you may be in jeopardy.</p>
<p>Command to find pesky form mails:</p>
<pre class="brush:shell">find / -name "[Ff]orm[mM]ai*"</pre>
<p>CGIemail is also a security risk:</p>
<pre class="brush:shell">find / -name "[Cc]giemai*"</pre>
<p>Command to disable form mails:</p>
<pre class="brush:shell">chmod a-rwx /path/to/filename</pre>
<p>(a-rwx translates to all types, no read, write or execute permissions).</p>
<p>(this disables all form mail)</p>
<p>If a client or someone on your vps installs form mail, you will have to let them know you are disabling their script and give them an alternative.</p>
<p><strong>Root kit Checker (<a rel="nofollow" target="_blank" href="http://www.rootkit.nl/">rkhunter</a> or <a rel="nofollow" target="_blank" href="http://www.chkrootkit.org/">chkrootkit</a>)</strong></p>
<p>Check for a root kits via a cron job, by doing this you will regularly check if your server is comprised, and you will be sent regular reports.</p>
<p>To install chkrootkit, login to the server as root and on the command line interface type:</p>
<pre class="brush:shell">cd /root/
wget ftp://ftp.pangeia.com.br/pub/seg/pac/chkrootkit.tar.gz
tar xvzf chkrootkit.tar.gz
cd chkrootkit-0.47
make sense</pre>
<p>To run chkrootkit, type the following on the CLI:</p>
<pre class="brush:shell">/root/chkrootkit-0.47/chkrootkit</pre>
<p>To ensure the highest level of security setup a cronjob which emails you the results on a regular basis.<br />
<strong>Setup Email on Root Login (to detect breaches) </strong></p>
<p>If an unauthorized person gains access to root, you want to be notified &#8211; you can do so by doing the following while logged into root:</p>
<pre class="brush:shell">cd /root
vi .bash_profile</pre>
<p>Add the following line:</p>
<pre class="brush:shell">echo 'ALERT - Root Shell Access on:' `date` `who` | mail -s "Alert: Root Access from `who | awk '{print $6}'`" your@email.com</pre>
<p>Where your@email.com is your email address.</p>
<p>Save an exit vi: :wq</p>
<p>To change the SSH Legal Message (displayed when you login via SSH), edit /etc/motd to display the message you wish to show.<br />
<strong>Securing WHM and cPanel:</strong></p>
<p>By default cPanel/WHM is not setup securely and efficiently, so you will want to optimize the cPanel/WHM settings by doing the following:</p>
<p>Go to: Server Setup -&gt; Tweak Settings</p>
<p>Under Domains tick:<br />
· Prevent users from parking/adding common internet domains (hotmail.com, aol.com, etc)</p>
<p>Under Mail tick:<br />
· Attempt to prevent pop3 connection floods<br />
· Default catch-all/default address behavior for new accounts &#8211; set this to FAIL</p>
<p>Under System tick:<br />
· Use jailshell as default on new accounts</p>
<p>Go to: Server Setup -&gt; Tweak Security<br />
· Enable php open_basedir protection<br />
· Enable mod_userdir protection<br />
· Disable compilers for unprivileged users</p>
<p>Go to: Server Setup -&gt; Shell Fork Bomb Protection<br />
· Enable shell bomb/memory protection</p>
<p>When creating reseller packages, be sure to:<br />
· Disallow creation of packages with shell acces<br />
· Disallow creation of packages with full root access</p>
<p>Go to: Service Configuration -&gt; FTP Configuration<br />
· Disable anonymous FTP access</p>
<p>Go to: Account functions -&gt; Manage Shell Acess<br />
· Disable shell access for all users (except yourself)</p>
<p>Go to: MySQL -&gt; Manage Root Password<br />
· Change Root Password for MySQL</p>
<p>Go to: Security -&gt; Quick Security Scan for Trojan Horses, and make sure you don&#8217;t have any of the following infected:</p>
<pre class="brush:shell">· /sbin/depmod
· /sbin/insmod
· /sbin/insmod.static
· /sbin/modinfo
· /sbin/modprobe
· /sbin/rmmod</pre>
<p><strong>Update OS and Software:</strong></p>
<p>If you are running cPanel:<br />
· Update cPanel: /scripts/upcp<br />
· Update Apache: /scripts/easyapache</p>
<p>If you are not running cPanel:<br />
· Update OS and software: yum upgrade<br />
<strong>General OS Security (do not need to be running cPanel):</strong></p>
<p>Restict SSH access:<br />
For improved security</p>
<p>Parts of this article were obtained from forum postings on WHT.</p>
<h4>Incoming search terms:</h4><ul><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="dedicated server optimization and security centos 2012">dedicated server optimization and security centos 2012</a> (2)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="centos security breach">centos security breach</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="vitual private server optimization and security">vitual private server optimization and security</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="securing vps">securing vps</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="secure vps server cpanel">secure vps server cpanel</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="optimize cpanel vps">optimize cpanel vps</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="open_basedir vps centos cpanel accounts">open_basedir vps centos cpanel accounts</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="free demo cpanel vps optimized x3">free demo cpanel vps optimized x3</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="formmail disabled by administrator cPanel">formmail disabled by administrator cPanel</a> (1)</li><li><a href="http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html" title="chkrootkit">chkrootkit</a> (1)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://thegioinguonmo.com/hosting-controller/cpanel-control-panel/optimize-secure-virtual-private-server-vps-virtual-dedicated-server-vds.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: thegioinguonmo.com @ 2012-05-20 18:25:07 -->
