<?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>eUKhost - Official Web Hosting Knowledgebase</title>
	<atom:link href="http://www.eukhost.com/web-hosting/kb/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eukhost.com/web-hosting/kb</link>
	<description>eUKhost's - Official Web Hosting Knowledgebase providing complete Linux - Windows Hosting Troubleshooting, error codes, fixes and latest updates</description>
	<lastBuildDate>Sat, 11 Feb 2012 12:03:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Installing ConfigServer ModSecurity Control (cmc) on Dedicated Server</title>
		<link>http://www.eukhost.com/web-hosting/kb/installing-configserver-modsecurity-control-cmc-on-dedicated-server/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/installing-configserver-modsecurity-control-cmc-on-dedicated-server/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 12:03:54 +0000</pubDate>
		<dc:creator>macwilson</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[Server Security]]></category>
		<category><![CDATA[ConfigServer Mod Security]]></category>
		<category><![CDATA[install cmc]]></category>
		<category><![CDATA[install ConfigServer ModSecurity Control]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2084</guid>
		<description><![CDATA[Usually, some of the open source applications may not function properly as the mod security is enabled on the server. It can be enabled or disabled in both the ways either via .htaccess or from WHM control panel. However its necessary to have ConfigServer ModSecurity Control (cmc) Plugin already installed in your WHM on dedicated [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Usually, some of the open source applications may not function properly as the mod security is enabled on the server. It can be enabled or disabled in both the ways either via .htaccess or from WHM control panel. However its necessary to have <strong>ConfigServer ModSecurity Control (cmc)</strong> Plugin already installed in your WHM on <a href="http://www.eukhost.com/dedicated-server-hosting.php" target="_blank">dedicated server</a>.</p>
<p style="text-align: justify;">In this tutorial we are going to show you <span style="color: #3366ff;"><strong>Steps to Install ConfigServer ModSecurity Control (cmc) for your WHM</strong></span>:</p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Step 1:</strong></span> Log in to your dedicated server via SSH using root login.</p>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Step 2:</strong></span> Make sure you download the latest version of ConfigServer ModSecurity Control (cmc) from the following source:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>http://www.configserver.com/free/cmc.tgz</em></span></p>
</blockquote>
<p style="text-align: justify;"><strong><span style="color: #000000;">Step 3:</span></strong> Untar the GZip&#8217;ed Tar format file with the following command:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>tar -xzf cmc.tgz</em></span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Step 4:</strong></span> Now, change the directory to the extracted folder:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>cd cmc/</em></span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Setp 5:</strong></span> Simply execute the installer entering the following command:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>sh install.sh</em></span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #000000;"><strong>Step 6:</strong></span> Once it is installed, you can login to your WHM control panel and scroll to the bottom of the left hand menu and there you will find the “ConfigServer Mod Security”</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/installing-configserver-modsecurity-control-cmc-on-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Reset Plesk Admin Password Using Shell</title>
		<link>http://www.eukhost.com/web-hosting/kb/how-to-reset-plesk-admin-password-using-shell/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/how-to-reset-plesk-admin-password-using-shell/#comments</comments>
		<pubDate>Sat, 11 Feb 2012 11:56:50 +0000</pubDate>
		<dc:creator>macwilson</dc:creator>
				<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[Windows Web Hosting]]></category>
		<category><![CDATA[reset plesk admin password]]></category>
		<category><![CDATA[reset plesk root password]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2080</guid>
		<description><![CDATA[Passwords are very case sensitive and most of the times it happens that users forgets important passwords. Here in this tutorial we are going to show how to reset plesk root password using shell and command prompt. Reset Plesk Root Password with Shell : Plesk Linux This can be done using the &#8220;ch_admin_passwd&#8221; binary. [root@plesklinux [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Passwords are very case sensitive and most of the times it happens that users forgets important passwords. Here in this tutorial we are going to show how to reset plesk root password using shell and command prompt.</p>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>Reset Plesk Root Password with Shell : Plesk Linux</strong></span></p>
<p style="text-align: justify;">This can be done using the &#8220;ch_admin_passwd&#8221; binary.</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux root]# cd /usr/local/psa/admin/bin/</em></span></p>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux bin]# ./ch_admin_passwd —help</em></span></p>
</blockquote>
<p style="text-align: justify;"><strong>./ch_admin_passwd:</strong> Utility to set Plesk adminstrator’s password</p>
<p style="text-align: justify;">Gets password from the environment variable <strong>PSA_PASSWORD</strong></p>
<p style="text-align: justify;">Password should be from 5 to 16 symbols and must not contain login name, whitespace, quotes or national characters</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux bin]# export PSA_PASSWORD=’newpass’</em></span></p>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux bin]# echo $PSA_PASSWORD<br />
newpass</em></span></p>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux bin]# ./ch_admin_passwd</em></span></p>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux bin]# export PSA_PASSWORD=</em></span></p>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux bin]# cat /etc/psa/.psa.shadow<br />
newpass</em></span></p>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>[root@plesklinux bin]#</em></span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>Reset Plesk Admin Password Using Command Prompt: Plesk Windows</strong></span></p>
<p style="text-align: justify;">Plesk Windows Root Password can also be retrieved and reset with the help of the plesksrvclient binary located in the %plesk_bin% directory.</p>
<p style="text-align: justify;">Open your Windows Command Prompt and type the following command and hit the Enter button:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>cd %plesk_bin%</em></span></p>
</blockquote>
<p style="text-align: justify;">It will enter in to the directory where the Plesk&#8217;s Bin folder is located.</p>
<p style="text-align: justify;">In order to get the existing root password, enter:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>plesksrvclient.exe -get</em></span></p>
</blockquote>
<p style="text-align: justify;">It will show the existing password on a popup window. To copy it on clipboard click the Ok button.</p>
<p style="text-align: justify;">To set a new password, enter above command without &#8220;-get&#8221;:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>plesksrvclient.exe &lt;NEWPASS&gt;</em></span></p>
</blockquote>
<p style="text-align: justify;">It will enable you to insert a new desired password for your Plesk Admin login.</p>
<p><a href="http://www.eukhost.com/cpanel-web-hosting.php"><img class="alignnone" title="cPanel Hosting UK" src="http://www.eukhost.com/euk-banner/782x50/782x50-5.gif" alt="cPanel Web Hosting" width="705" height="49" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/how-to-reset-plesk-admin-password-using-shell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#171;Create And Restore BackUp in Softaculous &#187;</title>
		<link>http://www.eukhost.com/web-hosting/kb/create-and-restore-backup-in-softaculous/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/create-and-restore-backup-in-softaculous/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 06:06:21 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Softaculous Support]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[Create Softaculous Backup]]></category>
		<category><![CDATA[Respore Softaculous applications]]></category>
		<category><![CDATA[Softaculous help]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2062</guid>
		<description><![CDATA[How to Create And Restore BackUp in Softaculous ? Steps to create a backup in Softaculous Softaculous comes pre-installed with our cPanel hosting control panel. It enables users with taking backups of the applications from the web-based interface. Following is the procedure to secure a backup in Softaculous Step 1 – Login to your cPanel [...]]]></description>
			<content:encoded><![CDATA[<h2 style="text-align: justify;"><a href="http://www.eukhost.com/cloud-hosting.php"><img class="alignright" title="Cloud Hosting UK" src="http://www.eukhost.com/banners/enlight/120x600-1.gif" alt="Cloud Hosting" width="98" height="495" /></a>How to Create And Restore BackUp in Softaculous ?</h2>
<p style="text-align: justify;">
<h2 style="text-align: justify;">Steps to create a backup in Softaculous</h2>
<p style="text-align: justify;">Softaculous comes pre-installed with our <a title="cPanel hosting" href="http://www.eukhost.com/cpanel-web-hosting.php" target="_blank">cPanel hosting</a> control panel. It enables users with taking backups of the applications from the web-based interface. Following is the procedure to secure a backup in Softaculous</p>
<p><strong>Step 1</strong> – Login to your cPanel Control Panel and look for the Softaculous icon listed under <strong>Software/Services</strong><br />
<strong>Step 2</strong> – Select <strong>All Installations</strong><br />
<strong>Step 3</strong> – All the installed applications would be listed. You must then <strong>choose the application</strong> which you intend to backup.<br />
<strong>Step 4</strong> – Hit the<strong> Backup</strong> button;</p>
<h2 style="text-align: justify;">Steps to restore a Softaculous backup</h2>
<p style="text-align: justify;">Following is the procedure to secure a backup in Softaculous</p>
<p><strong>Step 1</strong> – Login to your cPanel Control Panel and look for the Softaculous icon listed under <strong>Software/Services</strong><br />
<strong>Step 2</strong> – Look for an option titled &#8220;<strong>Backups and Restore</strong>&#8221; and click it<br />
<strong>Step 3</strong> – You&#8217;d be presented with a list of all available backups. <strong>Choose the particular</strong> <strong>application</strong> which you intend to Restore.<br />
<strong>Step 4</strong> – Hit the &#8220;<strong>Restore</strong>&#8221; button.</p>
<p>If you need any assistance with backing up or restoration on your Softaculous installations, please contact our support department via. 24&#215;7 Live Chat available at our website or raise a support request with Linux Technical Department via. helpdesk. Kindly state the domain name, your customer Id. and IP when raising a support ticket.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/create-and-restore-backup-in-softaculous/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to Kill a Process in Linux/Unix</title>
		<link>http://www.eukhost.com/web-hosting/kb/steps-to-kill-a-process-in-linuxunix/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/steps-to-kill-a-process-in-linuxunix/#comments</comments>
		<pubDate>Sat, 28 Jan 2012 11:39:21 +0000</pubDate>
		<dc:creator>macwilson</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[dedicated server tutorial]]></category>
		<category><![CDATA[Linux Kill Commands]]></category>
		<category><![CDATA[linux tutorial]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2053</guid>
		<description><![CDATA[A computer process refers to a computer program having a unique process identification or also called as PID. Basically, on the Linux operating system, a process may be running in the background, foreground or may be in a suspended state. It might possible that on Linux, the OS shell may not return the prompt to [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">A computer process refers to a computer program having a unique process identification or also called as <strong>PID</strong>. Basically, on the Linux operating system, a process may be running in the background, foreground or may be in a suspended state. It might possible that on Linux, the OS shell may not return the prompt to the end-user unless the current process that is running is finished. As a result, many processes that take a substantial amount of time to execute and keep you from utilizing the console until the process is finished running.</p>
<p style="text-align: justify;">The most common issue that arises for Linux users is to kill or background a process so that other tasks are conducted on the system. In order to kill a process a signal has to be sent using the Linux kill command.</p>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>How to kill a linux process using “kill” command?</strong></span></p>
<p style="text-align: justify;"><strong>Step One</strong>: Enter the below linux command to get the PID for the running process on your system which you want to kill.</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;">ps myProcess</span></p>
</blockquote>
<p style="text-align: justify;">Once you enter the above command it will return with something similar to the following:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;">PID TTY TIME CMD<br />
1234 dz07 0:50 edit myBook<br />
1235 dz07 0:47 -csh</span></p>
</blockquote>
<p style="text-align: justify;"><strong>Step Two</strong>: Enter the following linux kill command to terminate the first process mentioned in the example above:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;">kill -1 1234</span></p>
</blockquote>
<p style="text-align: justify;">Enter the following command to terminate the second active process:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;">kill -1 1235</span></p>
</blockquote>
<p style="text-align: justify;"><strong>Step Three</strong>: It is possible that the kill -1 does not work, in such a case, you will need to use the -9 argument to clear the process from your system. Use the following command:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;">kill -9 1234<br />
kill -9 1235</span></p>
</blockquote>
<p style="text-align: justify;"><strong><span style="color: #000000;">Step Four</span></strong>: Instead you can also kill all the instances of a given process by using the killall command. Enter as shown below:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;">killall &lt;pname&gt;</span></p>
</blockquote>
<p style="text-align: justify;">&lt;pname&gt; refer to the process name.</p>
<p style="text-align: justify;">This tutorial is applicable only on VPS or a <a href="http://www.eukhost.com/dedicated-server-hosting.php" target="_blank">Dedicated Server</a>, as it requires root access to the server.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/steps-to-kill-a-process-in-linuxunix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Use sudo to Assign Root Access to a User on a Linux Server</title>
		<link>http://www.eukhost.com/web-hosting/kb/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server/#comments</comments>
		<pubDate>Fri, 20 Jan 2012 09:15:05 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[Server Management]]></category>
		<category><![CDATA[affordable web hosting]]></category>
		<category><![CDATA[Assign Root Access]]></category>
		<category><![CDATA[Cheap Linux Hosting]]></category>
		<category><![CDATA[linux server help]]></category>
		<category><![CDATA[linux user management]]></category>
		<category><![CDATA[sudo]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2042</guid>
		<description><![CDATA[Using sudo to Assign Root Access to a User on a Linux Server Attimes you are required to offer Root access for a particular account having limited privileges on a server. You must follow the below steps to assign Root Access to a particular user using sudo. Step 1 : Login to the server as [...]]]></description>
			<content:encoded><![CDATA[<h2>Using sudo to Assign Root Access to a User on a Linux Server</h2>
<p>Attimes you are required to offer Root access for a particular account having limited privileges on a server. You must follow the below steps to assign <a title="What does Root Access Mean ?" href="http://www.eukhost.com/web-hosting/kb/what-does-root-access-mean/" target="_blank">Root Access</a> to a particular user using <strong>sudo.</strong></p>
<p><strong>Step 1 :</strong> Login  to the server as root.</p>
<p><strong>Step 2 :</strong> Run the following command :</p>
<blockquote><p><code>root@host [~]# visudo</code></p></blockquote>
<p><strong>Step 3 :</strong> The screen displayed would be of the <strong>sudoers</strong> file in the <strong>vi editor</strong>. You must include the belwow line into this file to assign complete root privileges to an account (in our case it is accountname).:</p>
<blockquote><p><code>accountname ALL=(ALL) ALL</code></p></blockquote>
<p><strong>Step 4 :</strong> If you do not intend to offer the complete access but be able to run a particular list of commands, you may create a command alias in your <strong>sudoers file</strong>, for example:</p>
<blockquote><p><code>User_Alias ADMINS = accountname<br />
Cmnd_Alias HTTPD = /etc/init.d/httpd<br />
ADMINS ALL = HTTPD</code></p></blockquote>
<p><em>With this, you should be able to create a group of users whom you can </em>then assign command aliases to. You only need to ensure that the users are separated using a comma (,).</p>
<p><em>The </em><em>Cmnd_Alias</em> would show you a list of different commands that the users of a particular Alias can run. You may then choose the user alias and assign the command alias.</p>
<p>The above would ask the user to enter his/er password each time sudo is run. Though if don&#8217;t want the system to ask for a password each time, you may replace <code>ADMINS ALL = HTTPD </code>in the last line with the following :</p>
<blockquote><p><code>ADMINS ALL = NOPASSWD: HTTPD</code></p></blockquote>
<p style="text-align: justify;">Incase you need any assistance with this, please contact our <a title="Support Department" href="http://www.eukhost.com/support.php" target="_blank">support department</a> via. <strong>24&#215;7 Live Chat</strong> available at <a title="www.eukhost.com" href="http://www.eukhost.com" target="_blank">www.eukhost.com</a></p>
<p style="text-align: center;"><a href="http://www.eukhost.com/"><img class="aligncenter" title="Affordable web hosting - eUKhost Ltd." src="http://www.eukhost.com/euk-banner/468x60/468x60.gif" alt="Affordable web hosting" width="468" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/how-to-use-sudo-to-assign-root-access-to-a-user-on-a-linux-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Fix cPanel Error: Sorry, that domain is already setup (remove it from httpd.conf?)</title>
		<link>http://www.eukhost.com/web-hosting/kb/how-to-fix-cpanel-error-sorry-that-domain-is-already-setup-remove-it-from-httpd-conf/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/how-to-fix-cpanel-error-sorry-that-domain-is-already-setup-remove-it-from-httpd-conf/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 06:52:34 +0000</pubDate>
		<dc:creator>macwilson</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[cPanel Error]]></category>
		<category><![CDATA[domain already setup error]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2033</guid>
		<description><![CDATA[It may be possible that you may come across an issue of adding a domain via WHM create account function and get the following error: Sorry, that domain is already setup (remove it from httpd.conf) Getting the above error simply means that the domain still exists in the virtualhost in apache configuration file known as [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">It may be possible that you may come across an issue of adding a domain via WHM create account function and get the following error:</p>
<p style="text-align: justify;"><em><span style="color: #ff0000;">Sorry, that domain is already setup (remove it from httpd.conf)</span></em></p>
<p style="text-align: justify;">Getting the above error simply means that the domain still exists in the virtualhost in apache configuration file known as httpd.conf . There are two main reasons why it has shown you this error.</p>
<p style="text-align: justify;"><strong>Reason One:</strong></p>
<p style="text-align: justify;">It might be possible that the domain you are trying to create is being used as a primary domain for one of the accounts or may be it has been used as an addon domain or parked for other domains and accounts.</p>
<p style="text-align: justify;"><strong>Reason Two:</strong></p>
<p style="text-align: justify;">Or it may be possible that you are facing some technical issues such as the addon, parked or the primary domain is not removed completely from the system after using the removing function.</p>
<p style="text-align: justify;">If the error is due to the first reason, you can easily remove the domain name from the cPanel account and even if it is not removed and come up with the following error:</p>
<p style="text-align: justify;"><span style="color: #ff0000;"><em>Error from park wrapper: Sorry, you do not control the domain</em></span></p>
<p style="text-align: justify;"><strong>Follow the steps given below:</strong></p>
<p style="text-align: justify;">First you should find out who owns the domain, enter the following command:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>/scripts/whoowns example.com</em></span></p>
</blockquote>
<p style="text-align: justify;">Even if it didn&#8217;t show any results, enter the following command string:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>grep example.com /var/cpanel/users/*</em></span></p>
</blockquote>
<p style="text-align: justify;">You will get the result something like the following:</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>root@server [~]# grep example.com /var/cpanel/users/*<br />
/var/cpanel/users/exam:XDNS1=example.com</em></span></p>
</blockquote>
<p style="text-align: justify;">As you can see, we could easily find the owner of the domain (example.com), the next step is to edit the following files with the corresponding user and remove the lines associated with the domain (example.com) you have problem with.</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>/var/named/example.com.db</em></span><br />
Remove the <span style="color: #3366ff;"><em>virtualhost</em></span> for example.com from <span style="color: #3366ff;"><em>/etc/httpd/conf/httpd.conf</em></span><br />
<span style="color: #3366ff;"><em>/var/cpanel/users/username</em></span> [remove entries related to domain]<br />
<span style="color: #3366ff;"><em>/etc/userdomains</em></span><br />
<span style="color: #3366ff;"><em>/etc/localdomains</em></span><br />
<span style="color: #3366ff;"><em>vim /etc/named.conf </em></span> [remove entries related to domain]<br />
Remove <span style="color: #3366ff;"><em>DNS entry in WHM</em></span><br />
Run <span style="color: #3366ff;"><em>/scripts/updateuserdomains</em></span> as root on the server</p>
</blockquote>
<p style="text-align: justify;">That&#8217;s it!</p>
<p style="text-align: justify;"><a href="http://www.eukhost.com/cpanel-web-hosting.php"><img class="alignnone" title="Linux Web Hosting Plans" src="http://www.eukhost.com/euk-banner/782x50/782x50-5.gif" alt="cPanel Web Hosting" width="693" height="48" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/how-to-fix-cpanel-error-sorry-that-domain-is-already-setup-remove-it-from-httpd-conf/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Backup and Restore Individual cPanel Account via SSH</title>
		<link>http://www.eukhost.com/web-hosting/kb/how-to-backup-and-restore-individual-cpanel-account-via-ssh/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/how-to-backup-and-restore-individual-cpanel-account-via-ssh/#comments</comments>
		<pubDate>Sat, 14 Jan 2012 06:37:16 +0000</pubDate>
		<dc:creator>macwilson</dc:creator>
				<category><![CDATA[Back Up Services]]></category>
		<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[backup and restore]]></category>
		<category><![CDATA[backup cpanel account]]></category>
		<category><![CDATA[restore cpanel account]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2030</guid>
		<description><![CDATA[Backing up your hosting account is very necessary for your business to survive on Internet. Whether it is a small or large business, you must backup all of your data regularly at least once a week. cPanel provides some great ready made scripts which will help you make your tasks more easy. Commands such as [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Backing up your hosting account is very necessary for your business to survive on Internet. Whether it is a small or large business, you must backup all of your data regularly at least once a week. cPanel provides some great ready made scripts which will help you make your tasks more easy. Commands such as pkgacct is basically used for backing up cpanel web hosting accounts and restorepkg for restoring cpanel accounts via the SSH or command line interface.</p>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>How to create backup of Individual cPanel Account via SSH?</strong></span></p>
<p style="text-align: justify;"><strong>Step 1:</strong> Log-in to the SSH as Root user.</p>
<p style="text-align: justify;"><strong>Step 2:</strong> Enter the following command string on the command line interface:</p>
<blockquote>
<p style="text-align: justify;"><em><span style="color: #3366ff;">/scripts/pkgacct username</span></em></p>
</blockquote>
<p style="text-align: justify;">[Note: The account backup will be created in the current directory you are in.]</p>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>How to Restore the Individual cPanel Account via SSH?</strong></span></p>
<p style="text-align: justify;"><strong>Step 1:</strong> To restore the cPanel account backups, enter the following command</p>
<blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><em>/scripts/restorepkg username</em></span></p>
</blockquote>
<p style="text-align: justify;">[Note: In order to restore the data, you need to be in the directory where the backup file is stored.]</p>
<p style="text-align: justify;">This is the easiest way to backup and restore individual <a href="http://www.eukhost.com/cpanel-web-hosting.php" target="_blank">cPanel web hosting</a> accounts via command line interface.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/how-to-backup-and-restore-individual-cpanel-account-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Steps to Copy a MySQL table with phpMyAdmin Explained</title>
		<link>http://www.eukhost.com/web-hosting/kb/steps-to-copy-a-mysql-table-with-phpmyadmin-explained/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/steps-to-copy-a-mysql-table-with-phpmyadmin-explained/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 11:46:36 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[cPanel/WHM]]></category>
		<category><![CDATA[web hosting]]></category>
		<category><![CDATA[cheap hosting uk]]></category>
		<category><![CDATA[Copy MySQL table]]></category>
		<category><![CDATA[cPanel server hosting]]></category>
		<category><![CDATA[phpmyadmin]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=2019</guid>
		<description><![CDATA[The article would help you with a step-by-step procedure about how to copy a table with phpMyAdmin located within the cPanel control panel. Step 1 : Log into cPanel Step 2 : Go to phpMyAdmin and choose the database and the table that you intend to copy Step 3 : Go to the option titled [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">The article would help you with a step-by-step procedure about how to copy a table with phpMyAdmin located within the cPanel control panel.</p>
<p style="text-align: justify;"><strong>Step 1</strong> : Log into<a title="cPanel/WHM" href="http://www.eukhost.com/web-hosting/kb/web-hosting/cpanelwhm/" target="_blank"> cPanel</a></p>
<p style="text-align: justify;"><strong>Step 2</strong> : Go to <strong><a title="phpMyAdmin Video Tutorials" href="javascript:launchsupport('cpanel_x3_phpmyadmin',%20'width=780,height=460')" target="_blank">phpMyAdmin</a> </strong>and  choose the database and the table that you intend to copy</p>
<p style="text-align: justify;"><strong>Step 3</strong> : Go to the option titled &#8220;<strong>Operations</strong>&#8221; listed amongst the other tabs</p>
<p style="text-align: justify;"><strong>Step 4</strong> : Locate the box titled “<strong>Copy table to (database,table):</strong> ”</p>
<p style="text-align: justify;"><strong>Step 5</strong> : There are two options you may choose from ie. either <strong>create a copy of the table</strong> to the current database (usually gets selected by default) OR <strong>copy the table to a different database</strong></p>
<p style="text-align: justify;"><strong>Step 6</strong> : Choose the <strong>database name from the drop-box</strong> and the <strong>name of the table</strong> to copy the structure and / or data into.</p>
<p style="text-align: justify;">You are required to choose between the following options before proceeding any further :</p>
<ul style="text-align: justify;">
<li><strong>Structure only </strong>– 	Selecting this option would only create a copy of the table and its 	name. You must note that the data wouldn&#8217;t be copied in this case.</li>
</ul>
<ul style="text-align: justify;">
<li><strong>Structure and data</strong> – Choosing 	this option would allow you to copy the table along-with its name, 	but would also copy the data it contains to the destination you 	choose further in the process ie.  INSERT INTO &gt;&gt; SELECT * 	FROM &#8230;</li>
<li><strong>Data only</strong> – Clicking the radio button would only copy the 	data to the destination.</li>
</ul>
<p style="text-align: justify;">Furthermore, you are offered the option to choose whether you wish to <strong>drop the table</strong> that you are copying to before creating the table and copying the data. This runs a DROP TABLE IF EXISTS query for the copy of the table, not the original. You would not notice any change if you&#8217;ve chosen data only copy.</p>
<p style="text-align: justify;">Then you&#8217;d have the option to choose to <strong>copy the auto increment value</strong>. This isn&#8217;t a default function, and you&#8217;d need to check it manually. The auto increment value will end up being whatever it would be after the INSERT INTO query is done. Checking the box would activate the <strong>CREATE TABLE syntax</strong> which would then include the auto increment value from the original table.</p>
<p style="text-align: justify;">Lastly, you can see the option termed “<strong>Switch to copied table</strong> ”, as the title suggests you&#8217;d be switched over to the copied table once the queries are completed. If you leave it unchecked, the resulting page will still be looking at the original table; if checked it will change to the copied database (if applicable) and table.</p>
<p style="text-align: justify;">
<p style="text-align: center;"><a href="http://www.eukhost.com/"><img class="alignnone" title="Cheap Web Hosting UK" src="http://www.eukhost.com/euk-banner/468x60/468x60.gif" alt="Cheap Web Hosting UK" width="468" height="60" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/steps-to-copy-a-mysql-table-with-phpmyadmin-explained/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>httpd: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName &#124; Solved</title>
		<link>http://www.eukhost.com/web-hosting/kb/httpd-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127-0-0-1-for-servername-solved/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/httpd-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127-0-0-1-for-servername-solved/#comments</comments>
		<pubDate>Thu, 05 Jan 2012 11:19:48 +0000</pubDate>
		<dc:creator>Stan</dc:creator>
				<category><![CDATA[Linux Web Hosting]]></category>
		<category><![CDATA[Apache Web Server]]></category>
		<category><![CDATA[Fedora]]></category>
		<category><![CDATA[Fedora web server]]></category>
		<category><![CDATA[Linux Troubleshooting]]></category>
		<category><![CDATA[ServerName Error]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=1999</guid>
		<description><![CDATA[The &#8216;yum&#8217; package manager can be used to Install the apache web server on an Fedora web server. Known for it flexibility and stability, Apache is considered to be one of the highly popular and widely used web-servers in the Industry. There isn&#8217;t a web server that hosts more websites than what Apache does. Moreover, [...]]]></description>
			<content:encoded><![CDATA[<p>The &#8216;yum&#8217; package manager can be used to Install the apache web server on an Fedora web server. Known for it flexibility and stability, Apache is considered to be one of the highly popular and widely used web-servers in the Industry. There isn&#8217;t a web server that hosts more websites than what Apache does. Moreover, finding support for it is just meters away, one can find a number of tutorials on this topic over the World Wide Web.<br />
The information offered below would help users understand the steps to get rid of the warning :</p>
<h2>httpd: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName</h2>
<p>To initiate the the process, we&#8217;d first <strong>check the <a title="What is IPTable" href="http://blog.eukhost.com/webhosting/what-is-iptables/" target="_blank">IpTables</a></strong></p>
<p>You need to be careful with the primary step ie. before you install a web server. This is to ensure that browser is capable of reaching it.</p>
<p>Usually, if you have a firewall running on a server, it may carry out its task of blocking traffic to ports 80 and 443 which are usually used for regular and secure connections respectively. So, you must first check the firewall rules using the below command :</p>
<blockquote><p>sudo /sbin/iptables -L</p></blockquote>
<p>Check whether the ports 80 and 443 are open. Well, if you do not have a firewall installed on a server yet, there is no question of making any changes to it.</p>
<p>If you find that the ports are closed the following rules should be set in iptables configuration:</p>
<blockquote><p>iptables -I INPUT -p tcp &#8211;dport 80 -m state &#8211;state NEW,ESTABLISHED -j ACCEPT<br />
iptables -I OUTPUT -p tcp &#8211;sport 80 -m state &#8211;state ESTABLISHED -j ACCEPT<br />
iptables -I INPUT -p tcp &#8211;dport 443 -m state &#8211;state NEW,ESTABLISHED -j ACCEPT<br />
iptables -I OUTPUT -p tcp &#8211;sport 443 -m state &#8211;state ESTABLISHED -j ACCEPT</p></blockquote>
<h2><strong>How to Install Apache on Fedora ?</strong></h2>
<p>The procedure to <a title="Apache Installation" href="http://blog.eukhost.com/webhosting/apache-installation/" target="_blank">Install a basic apache</a> is simple, use the following command for the same :</p>
<blockquote><p>sudo yum install httpd mod_ssl</p></blockquote>
<p>This command would install apache and couple other packages to support few of the required option.</p>
<h4>Setting the ServerName</h4>
<p>You may probably encounter a warning such as “httpd: Could not reliably determine the server&#8217;s fully qualified domain name, using 127.0.0.1 for ServerName”. Such a warning is usually shown by &#8220;httpd&#8221; as it is a default name of an apache process when it&#8217;s running, therefore you must look for in a ps list or top.</p>
<p>To get past this warning you are first of all required to create a &#8220;<strong>custom</strong>&#8221; directory in apache&#8217;s configuration directory. The following command should help you do that :</p>
<blockquote><p>sudo mkdir /etc/httpd/conf/custom</p></blockquote>
<p>Now <strong>create a config file</strong> to store your server name:</p>
<blockquote><p>sudo nano /etc/httpd/conf/custom/preferredserver_name.conf</p></blockquote>
<p>You must now include the below line into the <strong>servername.conf</strong> file</p>
<blockquote><p>ServerName preferredserver_name</p></blockquote>
<p><strong>NOTE</strong> : You must replace the &#8220;preferredserver_name&#8221; with the name of your choice. Make sure that you do not use domain name as we&#8217;d be using it to create virtual hosts later.</p>
<p>Then, you must <strong>save the file</strong>.</p>
<p>Now, make <strong>amendments to the the main apache config file</strong>, use the following command to access it:</p>
<blockquote><p>sudo nano /etc/httpd/conf/httpd.conf</p></blockquote>
<p>Scroll down to the end and <strong>insert</strong> the below <strong>code</strong>:</p>
<blockquote><p>Include /etc/httpd/conf/custom/*.conf</p></blockquote>
<p><strong>Save</strong> the changes made to httpd.conf.</p>
<p>This completes the installation of apache.</p>
<p>Use the below command to start automatically upon reboot.</p>
<blockquote><p>sudo /sbin/chkconfig httpd on</p></blockquote>
<p>Make sure that the ServerName is included in the httpd.conf file and the host name is correctly specified:</p>
<blockquote><p>hostname preferredserver_name</p></blockquote>
<p>Once the server is Rebooted, you shouldn&#8217;t see the Warning message again.</p>
<p><a href="http://www.eukhost.com/cloud-hosting.php"><img class="alignnone" title="Cloud Servers" src="http://www.eukhost.com/euk-banner/782x50/782x50-2.gif" alt="Cloud Servers in the UK" width="699" height="50" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/httpd-could-not-reliably-determine-the-servers-fully-qualified-domain-name-using-127-0-0-1-for-servername-solved/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to Start, Stop and Restart Services on Linux Dedicated Server</title>
		<link>http://www.eukhost.com/web-hosting/kb/how-to-start-stop-and-restart-services-on-linux-dedicated-server/</link>
		<comments>http://www.eukhost.com/web-hosting/kb/how-to-start-stop-and-restart-services-on-linux-dedicated-server/#comments</comments>
		<pubDate>Sat, 24 Dec 2011 12:14:11 +0000</pubDate>
		<dc:creator>macwilson</dc:creator>
				<category><![CDATA[Dedicated Servers]]></category>
		<category><![CDATA[CentOS Dedicated Server]]></category>
		<category><![CDATA[Linux dedicated servers]]></category>

		<guid isPermaLink="false">http://www.eukhost.com/web-hosting/kb/?p=1996</guid>
		<description><![CDATA[Generally, in Linux dedicated servers, there are two different kind of programs running, one which needs user interaction and another which execute tasks without user involvement. The programs that execute tasks in the background are normally known as “services” and “daemons”. Basically, there are many services required on servers to run the background such as [...]]]></description>
			<content:encoded><![CDATA[<p style="text-align: justify;">Generally, in Linux dedicated servers, there are two different kind of programs running, one which needs user interaction and another which execute tasks without user involvement. The programs that execute tasks in the background are normally known as “services” and “daemons”.</p>
<p style="text-align: justify;">Basically, there are many services required on servers to run the background such as DB Server, Firewall, Web Server, DNS System, Mail Server, etc&#8230; Due to these various services, it is very much essential to know the exact procedure of starting, stopping and restarting the services.</p>
<p style="text-align: justify;">The procedure of start, stop and restart the services may change as per the linux distributions. Here in this article we are going to see how to start, stop and restart services in CentOS <a href="http://www.eukhost.com/dedicated-server-hosting.php" target="_blank">Dedicated Server</a>.</p>
<p style="text-align: justify;">There are two different methods through which you can start, stop and restart any desired service:</p>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>How to Start a Service?</strong></span></p>
<blockquote>
<p style="text-align: justify;">First Method:<br />
<span style="color: #3366ff;"><em>/etc/init.d/service-name start</em></span></p>
</blockquote>
<blockquote>
<p style="text-align: justify;">Second Method:<br />
<span style="color: #3366ff;"><em>service service-name start</em></span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>How to Stop a service?</strong></span></p>
<blockquote>
<p style="text-align: justify;">First Method:<br />
<span style="color: #3366ff;"><em>/etc/init.d/service-name stop</em></span></p>
</blockquote>
<blockquote>
<p style="text-align: justify;">Second Method:<br />
<span style="color: #3366ff;"><em>service service-name stop</em></span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>How to Check the Status of a Service: (whether it is running or not)</strong></span></p>
<blockquote>
<p style="text-align: justify;">First Method:<br />
<span style="color: #3366ff;"><em>/etc/init.d/service-name status</em></span></p>
</blockquote>
<blockquote>
<p style="text-align: justify;">Second Method:<br />
<span style="color: #3366ff;"><em>service service-name status</em></span></p>
</blockquote>
<p style="text-align: justify;"><span style="color: #3366ff;"><strong>How to restart a service on dedicated server?</strong></span></p>
<blockquote>
<p style="text-align: justify;">First Method:<br />
<span style="color: #3366ff;"><em>/etc/init.d/service-name restart</em></span></p>
</blockquote>
<blockquote>
<p style="text-align: justify;">Second Method:<br />
<span style="color: #3366ff;"><em>service service-name restart</em></span></p>
</blockquote>
<p style="text-align: justify;">It might be possible that few services may have extra command settings. To find the available ones, enter:</p>
<blockquote>
<p style="text-align: justify;">First Method:<br />
<span style="color: #3366ff;"><em>/etc/init.d/rsync [start, stop, reload, force-reload, restart, status]</em></span></p>
</blockquote>
<blockquote>
<p style="text-align: justify;">Second Method:<br />
<span style="color: #3366ff;"><em>service rsync</em></span></p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.eukhost.com/web-hosting/kb/how-to-start-stop-and-restart-services-on-linux-dedicated-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

