<?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>Europhase UK Limited Blog &#187; Virtual Private Servers</title>
	<atom:link href="http://www.europhase.net/blog/category/customer-knowledge-base/virtual-private-servers/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.europhase.net/blog</link>
	<description>UK Web Hosting, Value Web Hosting, cPanel Reseller Accounts</description>
	<lastBuildDate>Wed, 05 Oct 2011 22:27:29 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>VPS Control Panel Update</title>
		<link>http://www.europhase.net/blog/2010/06/28/vps-control-panel-update/</link>
		<comments>http://www.europhase.net/blog/2010/06/28/vps-control-panel-update/#comments</comments>
		<pubDate>Mon, 28 Jun 2010 17:39:01 +0000</pubDate>
		<dc:creator>EurophaseUK</dc:creator>
				<category><![CDATA[Service Updates]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[Network]]></category>
		<category><![CDATA[VPS Control Panel]]></category>

		<guid isPermaLink="false">http://www.europhase.net/blog/?p=279</guid>
		<description><![CDATA[We are pleased to announce another update to our virtual private server control panel. Effective immediately all our virtual private server customers will have access to graph information showing current and past information on the cpu, memory and network traffic. This can be accessed by selecting the statistics link at https://manage.europhase.net]]></description>
			<content:encoded><![CDATA[<p>We are pleased to announce another update to our virtual private server control panel.</p>
<p>Effective immediately all our virtual private server customers will have access to graph information showing current and past information on the cpu, memory and network traffic. This can be accessed by selecting the statistics link at <a href="https://manage.europhase.net">https://manage.europhase.net</a></p>
<p><img src="http://cdn.europhase.net/kb/images/vps-control-panel-graphs-large.png" alt="VPS Control Panel Graphs" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.europhase.net/blog/2010/06/28/vps-control-panel-update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to check the free disk space on my server?</title>
		<link>http://www.europhase.net/blog/2010/01/15/how-to-check-the-free-disk-space-on-my-server/</link>
		<comments>http://www.europhase.net/blog/2010/01/15/how-to-check-the-free-disk-space-on-my-server/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 10:10:07 +0000</pubDate>
		<dc:creator>EurophaseUK</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Virtual Private Servers]]></category>

		<guid isPermaLink="false">http://www.europhase.net/blog/?p=266</guid>
		<description><![CDATA[This article will show you how to check your diskspace usage on your server. You can check your diskspace two seperate ways. Once you have logged in to your dedicated server as root via SSH, type the following command in order to check the disk space usage: df -h You can also login to your [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to check your diskspace usage on your server.</p>
<p>You can check your diskspace two seperate ways.</p>
<p>Once you have logged in to your dedicated server as root via SSH, type the following command in order to check the disk space usage: <strong>df -h</strong></p>
<p><img src="http://www.europhase.net/kb/images/how-to-check-your-diskspace-linux-1.png" alt="Check diskspace in linux" /></p>
<p>You can also login to your server web control panel at <a href="http://manage.europhase.net:5000">http://manage.europhase.net:5000</a> and check on the dashboard your server usage.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.europhase.net/blog/2010/01/15/how-to-check-the-free-disk-space-on-my-server/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to connect to your linux server via SSH</title>
		<link>http://www.europhase.net/blog/2010/01/15/how-to-connect-to-your-linux-server-via-ssh/</link>
		<comments>http://www.europhase.net/blog/2010/01/15/how-to-connect-to-your-linux-server-via-ssh/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 10:05:57 +0000</pubDate>
		<dc:creator>EurophaseUK</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Virtual Private Servers]]></category>

		<guid isPermaLink="false">http://www.europhase.net/blog/?p=249</guid>
		<description><![CDATA[This article will show you how to connect to a linux server via SSH (Secure Shell). On Windows we recommend the SSH program &#8220;PuTTy.&#8221; PuTTY.exe is a program that makes Windows users establish a secure connection to Linux (and Unix) terminals, among other things PuTTY can be downloaded from the authors website http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html When you [...]]]></description>
			<content:encoded><![CDATA[<p>This article will show you how to connect to a linux server via SSH (Secure Shell).</p>
<p>On Windows we recommend the SSH program &#8220;PuTTy.&#8221;<br />
PuTTY.exe is a program that makes Windows users establish a secure connection to Linux (and Unix) terminals, among other things</p>
<p>PuTTY can be downloaded from the authors website<br />
<a href="http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html">http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html</a></p>
<p>When you open PuTTy you will be presented with the following screen:</p>
<p><img src="http://www.europhase.net/kb/images/how-to-connect-to-your-linux-server-via-ssh-1.png" alt="Main PuTTY Screen" /></p>
<p>Please <strong>enter the IP address or hostname</strong> of your linux server and then press the Open button.</p>
<p>You will then be shown the following message:</p>
<p><img src="http://www.europhase.net/kb/images/how-to-connect-to-your-linux-server-via-ssh-2.png" alt="PuTTy Security Alert" /></p>
<p>Click <strong>Yes</strong> to this message. You will get this the first time you connect to a server.</p>
<p>You will then be asked to <strong>enter your username and password</strong>.</p>
<p><img src="http://www.europhase.net/kb/images/how-to-connect-to-your-linux-server-via-ssh-3.png" alt="PuTTY Terminal Screen" /></p>
<p>You can now enter commands into the SSH client. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.europhase.net/blog/2010/01/15/how-to-connect-to-your-linux-server-via-ssh/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>cPanel 11.25.0 &#8211; Installation Apache configuration syntax errors</title>
		<link>http://www.europhase.net/blog/2010/01/13/cpanel-11-25-0-installation-apache-configuration-syntax-errors/</link>
		<comments>http://www.europhase.net/blog/2010/01/13/cpanel-11-25-0-installation-apache-configuration-syntax-errors/#comments</comments>
		<pubDate>Wed, 13 Jan 2010 19:38:14 +0000</pubDate>
		<dc:creator>EurophaseUK</dc:creator>
				<category><![CDATA[cPanel Updates]]></category>
		<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[cPanel]]></category>

		<guid isPermaLink="false">http://www.europhase.net/blog/?p=199</guid>
		<description><![CDATA[The release of 11.25.0-RELEASE_42399 and 11.25.0-CURRENT_42399 introduced a configuration issue that may cause Apache configuration syntax errors on servers with no accounts when the mod_userdir tweak is enabled. The condition will present itself upon addition of the first account to the server. This issue is quickly addressed by rebuilding the Apache configuration file. Symptoms: The [...]]]></description>
			<content:encoded><![CDATA[<p>The release of 11.25.0-RELEASE_42399 and 11.25.0-CURRENT_42399 introduced a configuration issue that may cause Apache configuration syntax errors on servers with no accounts when the mod_userdir tweak is enabled. The condition will present itself upon addition of the first account to the server. This issue is quickly addressed by rebuilding the Apache configuration file.</p>
<p>Symptoms:<br />
The following error can be seen in the cpanel error_log and when attempting to restart Apache:</p>
<p>    UserDir &#8220;enable&#8221; keyword requires a list of usernames</p>
<p>Newly created websites would be sent to defaultwebpage.cgi instead of the appropriate document root.</p>
<p>Resolutions:<br />
1.) New builds, 11.25.0-CURRENT_42400 and 11.25.0-RELEASE_42400, have been published to address the issue. This issue will not be present on subsequent new installations. Upgrading a currently affected system will resolve this issue.</p>
<p>2.) Rebuilding the Apache configuration after the addition of the first account will permanently resolve this issue.</p>
<p>    From the command line:<br />
<strong>    /scripts/rebuildhttpdconf<br />
    /scripts/restartsrv_httpd</p>
<p>        or</p>
<p>    /scripts/autorepair userdir_enable_fix<br />
    /scripts/restartsrv_httpd</strong></p>
<p>    From the WHM:<br />
        Service Configuration -> Apache Configuration -> Global Configuration -><br />
        Save -> Rebuild Configuration and Restart Apache</p>
<p>Note:<br />
The Apache configuration may be rebuilt as a result of other changes made in the WHM. Your new installation may not experience this issue as a result the the Apache configuration being rebuilt automatically.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.europhase.net/blog/2010/01/13/cpanel-11-25-0-installation-apache-configuration-syntax-errors/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Spam Assassin Ruleset Bug</title>
		<link>http://www.europhase.net/blog/2010/01/02/spam-assassin-ruleset-bug/</link>
		<comments>http://www.europhase.net/blog/2010/01/02/spam-assassin-ruleset-bug/#comments</comments>
		<pubDate>Sat, 02 Jan 2010 08:27:55 +0000</pubDate>
		<dc:creator>EurophaseUK</dc:creator>
				<category><![CDATA[Knowledge Base]]></category>
		<category><![CDATA[Software Updates]]></category>
		<category><![CDATA[Virtual Private Servers]]></category>
		<category><![CDATA[cPanel]]></category>
		<category><![CDATA[Support]]></category>

		<guid isPermaLink="false">http://www.europhase.net/blog/?p=194</guid>
		<description><![CDATA[Dear VPS/Dedicated cPanel Customers A bug has been discovered within the SpamAssassin ruleset that will mark messages sent in the year 2010 and beyond with a higher spam score than expected. This bug can result in legitimate mail being flagged as spam. A hot fix has been issued that will address this issue and will [...]]]></description>
			<content:encoded><![CDATA[<p>Dear VPS/Dedicated cPanel Customers</p>
<p>A bug has been discovered within the SpamAssassin ruleset that will mark messages sent in the year 2010 and beyond with a higher spam score than expected. This bug can result in legitimate mail being flagged as spam.</p>
<p>A hot fix has been issued that will address this issue and will automatically update the SpamAssassin ruleset toresolve this issue. If you have automatic cPanel updates enabled, no further action is required.<br />
If you do not have automatic cPanel updates enabled, you can manually update  the SpamAssassin ruleset by executing the following commands in a root shell:</p>
<p><strong>/scripts/autorepair spamd_y2010_fix</strong></p>
<p>For a more detailed explanation and information on resolving this problem on a non-cPanel environment, please review:</p>
<p><a href="https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269">https://issues.apache.org/SpamAssassin/show_bug.cgi?id=6269</a></p>
<p>If you need any assistance or have any questions, please raise a support ticket.</p>
<p>Regards,</p>
<p>The Europhase UK Team</p>
]]></content:encoded>
			<wfw:commentRss>http://www.europhase.net/blog/2010/01/02/spam-assassin-ruleset-bug/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

