<?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>&#34;The mind of a Mad Tech!&#34; &#187; Cpanel</title>
	<atom:link href="http://www.keithdmitchell.com/tag/cpanel/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.keithdmitchell.com</link>
	<description></description>
	<lastBuildDate>Tue, 24 Aug 2010 13:45:46 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to change your FTP port in Cpanel</title>
		<link>http://www.keithdmitchell.com/2010/04/10/how-to-change-your-ftp-port-in-cpanel/</link>
		<comments>http://www.keithdmitchell.com/2010/04/10/how-to-change-your-ftp-port-in-cpanel/#comments</comments>
		<pubDate>Sat, 10 Apr 2010 12:34:24 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[Plesk]]></category>
		<category><![CDATA[Technology Related]]></category>
		<category><![CDATA[proftp]]></category>
		<category><![CDATA[pureftp]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/?p=358</guid>
		<description><![CDATA[While Cpanel comes with 2 different FTP programs; PureFTP and Proftp, there isn&#8217;t any way in Cpanel to change the default FTP ports. This leaves the server open to a possible brute force attack at the default port of 21. However by changing just one line in your FTP server configuration files, you can change [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2010/04/10/how-to-change-your-ftp-port-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Fixing Munin MySQL Monitoring Plugin Graph That is Showing Blank (Cpanel)</title>
		<link>http://www.keithdmitchell.com/2010/01/05/fixing-munin-mysql-monitoring-plugin-graph-that-is-showing-blank-cpanel/</link>
		<comments>http://www.keithdmitchell.com/2010/01/05/fixing-munin-mysql-monitoring-plugin-graph-that-is-showing-blank-cpanel/#comments</comments>
		<pubDate>Tue, 05 Jan 2010 14:01:45 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[MySql]]></category>
		<category><![CDATA[munin]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/?p=308</guid>
		<description><![CDATA[The error is due to a bug in a Perl library Munin uses which causes $PATH variable to be lost, and then causes the plugin cannot find the mysqladmin program which it needs to retrieve the numbers to populate in the graphs. Uninstall and reinstall Munin Service Monitor may make it works again, however, a [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2010/01/05/fixing-munin-mysql-monitoring-plugin-graph-that-is-showing-blank-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Cpanel Apache Configurations.</title>
		<link>http://www.keithdmitchell.com/2009/12/22/updating-cpanel-apache-configurations/</link>
		<comments>http://www.keithdmitchell.com/2009/12/22/updating-cpanel-apache-configurations/#comments</comments>
		<pubDate>Tue, 22 Dec 2009 13:19:16 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[distiller]]></category>
		<category><![CDATA[httpd.conf]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/?p=271</guid>
		<description><![CDATA[Nothing more than a &#8220;make sure you do this&#8221;, not really a knowledge base. It&#8217;s come to my attention that when people make changes to the httpd.conf on a server that is running Cpanel, that they don&#8217;t update the distiller file. So when they recompile apache, they lose any changes they made. Please be sure [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2009/12/22/updating-cpanel-apache-configurations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Updating Apache using Cpanel&#8217;s EasyApache (SSH)</title>
		<link>http://www.keithdmitchell.com/2009/12/08/updating-apache-using-cpanels-easyapache-ssh/</link>
		<comments>http://www.keithdmitchell.com/2009/12/08/updating-apache-using-cpanels-easyapache-ssh/#comments</comments>
		<pubDate>Tue, 08 Dec 2009 12:55:43 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[easyapache]]></category>
		<category><![CDATA[ssh]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/?p=236</guid>
		<description><![CDATA[EasyApache is a pre configured script that allows you to easily update Apache Web server through WHM or SSH.
In this tutorial we will show you how to update apache using SSH /scripts/easyapache.
Requirements:
Root SSH access to your server
Login as root through SSH.
1) Login to your server and su - to root.
Run EasyApache
2) /scripts/easyapache
3) Now once you [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2009/12/08/updating-apache-using-cpanels-easyapache-ssh/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Setting up Nameservers in cpanel.</title>
		<link>http://www.keithdmitchell.com/2009/11/27/setting-up-nameservers-in-cpanel/</link>
		<comments>http://www.keithdmitchell.com/2009/11/27/setting-up-nameservers-in-cpanel/#comments</comments>
		<pubDate>Sat, 28 Nov 2009 04:43:36 +0000</pubDate>
		<dc:creator>keith</dc:creator>
				<category><![CDATA[Cpanel]]></category>
		<category><![CDATA[name servers]]></category>

		<guid isPermaLink="false">http://www.keithdmitchell.com/?p=234</guid>
		<description><![CDATA[Seems like there are a lot of request for a HOW-To for Nameserver setup. This walk through will show you how to do this.
Special Notes:
Some version of WHM/CPanel come with broken NDC. To fix this:
SSH into your box as root.
(a) Type: cd /scripts
(b) Type: ./updatenow
(c) Type: ./fixndc
(d) Type: service named stop
(e) Type: service named start
********************************************
1. [...]]]></description>
		<wfw:commentRss>http://www.keithdmitchell.com/2009/11/27/setting-up-nameservers-in-cpanel/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
