<?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>Speed Zone Roping</title>
	<atom:link href="http://www.speedzoneroping.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.speedzoneroping.com</link>
	<description>Because our users Love PLESK, and i hate it</description>
	<lastBuildDate>Sat, 10 Jul 2010 17:07:19 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
		<item>
		<title>Plesk subdomain safe mode</title>
		<link>http://www.speedzoneroping.com/2010/07/10/plesk-subdomain-safe-mode/</link>
		<comments>http://www.speedzoneroping.com/2010/07/10/plesk-subdomain-safe-mode/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 17:03:13 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=139</guid>
		<description><![CDATA[Although plesk allows you to enable or dissable safe mode for a domain, there is no where you can dissable or enable safe mode for a sub domain ! The answer lies in the Plesk apache Config File, Safe mode can be switched off from within the file /var/www/vhosts/domain.com/subdomains/&#60;subdomain-name&#62;/conf/vhost.conf &#60;Directory /var/www/vhosts/domain.com/subdomains/&#60;subdomain-name&#62;/httpdocs&#62; php_admin_flag safe_mode off &#60;/Directory&#62; [...]]]></description>
			<content:encoded><![CDATA[<p>Although plesk allows you to enable or dissable safe mode for a domain, there is no where you can dissable or enable safe mode for a sub domain !</p>
<p>The answer lies in the <a href="http://www.speedzoneroping.com/2010/07/10/apache-config-with-plesk-and-linux/">Plesk apache Config File</a>, Safe mode can be switched off from within the file</p>
<p>/var/www/vhosts/domain.com/subdomains/&lt;subdomain-name&gt;/conf/vhost.conf</p>
<p><em>&lt;Directory  /var/www/vhosts/domain.com/subdomains/&lt;subdomain-name&gt;/httpdocs&gt;<br />
php_admin_flag safe_mode off<br />
&lt;/Directory&gt;</em></p>
<p>Then, as with every time you edit such a config file, you will need to tell plesk about the change</p>
<p>/usr/local/psa/admin/sbin/websrvmng –reconfigure-vhost –vhost-name=domain.com</p>
<p>And you will need to tell apache to reload it&#8217;s config files&#8230;<br />
/etc/rc.d/init.d/httpd restart</p>
<p>You should now be good to go</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2010/07/10/plesk-subdomain-safe-mode/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Apache config with PLESK and Linux</title>
		<link>http://www.speedzoneroping.com/2010/07/10/apache-config-with-plesk-and-linux/</link>
		<comments>http://www.speedzoneroping.com/2010/07/10/apache-config-with-plesk-and-linux/#comments</comments>
		<pubDate>Sat, 10 Jul 2010 16:54:07 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Apache]]></category>
		<category><![CDATA[Plesk Linux CentOS 5]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=132</guid>
		<description><![CDATA[The configuration files of Apache web server are overwritten by PLESK whenever a domain is added, a domain is deleted, a subdomain is added, or whenever needed, All the Apache config files related or unrelated are overwritten, so if you plan to Modify a domain or subdomain&#8217;s config, Plesk gives you the chance to do [...]]]></description>
			<content:encoded><![CDATA[<p>The configuration files of Apache web server are overwritten by PLESK whenever a domain is added, a domain is deleted, a subdomain is added, or whenever needed, All the Apache config files related or unrelated are overwritten, so if you plan to Modify a domain or subdomain&#8217;s config, Plesk gives you the chance to do so by creating a new file and adding the settings to it.</p>
<p>The file you create is not overwritten and is loaded with all the other config files</p>
<p>So</p>
<p>DO NOT edit <strong><tt>/home/httpd/vhosts/&lt;domain-name&gt;/conf/httpd.include because this file is overwritten whenever Plesk changes something about apache's config, Rather create the file </tt></strong>vhost.conf and/or vhost_ssl.conf with necessary directives in the  directory /home/httpd/vhosts/&lt;domain-name&gt;/conf/</p>
<p>For security reasons, only root can create the vhost.conf and  vhost_ssl.conf files.</p>
<p>For the changes to take effect, you need to run the following:</p>
<p><strong><tt>/usr/local/psa/admin/sbin/websrvmng  --reconfigure-vhost --vhost-name=&lt;domain_name&gt;</tt></strong></p>
<p><strong>The line above tells plesk to add the includes directive into the website&#8217;s configuration file, Plesk will probe for the file&#8217;s existence before including it.<br />
</strong></p>
<p><strong>For sub domains, the file that needs to be created is in </strong></p>
<p><em>/var/www/vhosts/domain.com/subdomains/&lt;subdomain-name&gt;/conf/vhost.conf</em></p>
<p><em>Rules for the domain also apply to the subdomain, But this is particularly useful since plesk allows disabling safe mode for the domain, but not directly for the sub domain, to see how you can disable safe mode for a sub domain <a title="Safe mode for subdomains with plesk" href="http://www.speedzoneroping.com/2010/07/10/plesk-subdomain-safe-mode/">see here</a>.<br />
</em></p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2010/07/10/apache-config-with-plesk-and-linux/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Warning: The domain is still suspended for the following reason: Domain is expired.</title>
		<link>http://www.speedzoneroping.com/2010/05/04/warning-the-domain-is-still-suspended-for-the-following-reason-domain-is-expired/</link>
		<comments>http://www.speedzoneroping.com/2010/05/04/warning-the-domain-is-still-suspended-for-the-following-reason-domain-is-expired/#comments</comments>
		<pubDate>Tue, 04 May 2010 23:02:47 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=127</guid>
		<description><![CDATA[Plesk Windows issues I have already extended a client account&#8217;s validity period, what i do not understand is, After un-suspending the client&#8217;s account, i try to un-suspend a domain name, and i get the following Warning Warning: The domain is still suspended for the following reason: Domain is expired. So, On the plesk website (Forums) they [...]]]></description>
			<content:encoded><![CDATA[<p>Plesk Windows issues</p>
<p>I have already extended a client account&#8217;s validity period, what i do not understand is, After un-suspending the client&#8217;s account, i try to un-suspend a domain name, and i get the following Warning</p>
<p>Warning: The domain is still suspended for  the following reason: Domain is expired.</p>
<p>So, On the plesk website (Forums) they say</p>
<p>Log into the Plesk Control Panel, click &lt;DOMAINS&gt; then the domain  in question then &#8220;Limits&#8221;.  Look at the &#8220;validity period&#8221;  You must have  an expiration date set there.</p>
<p>And since there is not &#8220;Limits&#8221; i assumed they were talking about &#8220;Resource Usage&#8221;, Since this is the Limits new name since plesk 9 ( currently at 9.5.1 , but i am sure it has been like this at least in 9.2.3, 9.3.0, and this plesk)</p>
<p>Anyway, there is expiry for a domain name in there.</p>
<p>The question i can&#8217;t help but ask is, Why are domains under a user account not Valid forever by default where the account owner&#8217;s validity takes precedence ?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2010/05/04/warning-the-domain-is-still-suspended-for-the-following-reason-domain-is-expired/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>reactivating websites</title>
		<link>http://www.speedzoneroping.com/2010/04/26/reactivating-websites/</link>
		<comments>http://www.speedzoneroping.com/2010/04/26/reactivating-websites/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 10:21:36 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=122</guid>
		<description><![CDATA[On a PLESK for windows installation, there was a problem reactivating websites, everything seems fine when you activate, then you refresh the page and it is inactive, the answer was in activating the domains from the command line after activating the client&#8217;s account cd c:\Parallels\Plesk\admin\bin Then domain.exe &#8211;on domainname.com You should see SUCCESS: Changing status [...]]]></description>
			<content:encoded><![CDATA[<p>On a PLESK for windows installation, there was a problem reactivating websites, everything seems fine when you activate, then you refresh the page and it is inactive, the answer was in activating the domains from the command line after activating the client&#8217;s account</p>
<p>cd c:\Parallels\Plesk\admin\bin</p>
<p>Then</p>
<p>domain.exe &#8211;on domainname.com</p>
<p>You should see</p>
<p>SUCCESS: Changing status of domain &#8216;domainname.com&#8217; completed.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2010/04/26/reactivating-websites/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PLESK 9.5.1 is out</title>
		<link>http://www.speedzoneroping.com/2010/04/26/plesk-9-5-1-is-out/</link>
		<comments>http://www.speedzoneroping.com/2010/04/26/plesk-9-5-1-is-out/#comments</comments>
		<pubDate>Mon, 26 Apr 2010 10:02:15 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=120</guid>
		<description><![CDATA[Today, after logging in to the Linux Plesk server (CentOS), i found that PLESK 9.5.1 is out, before updating, i noticed that there is a new module, Parallels Premium Antivirus which turned out to be Dr. Web Antivirus. Anyway, the complete list is as follows You have an up-to-date version Apache ASP support    Oct 8, [...]]]></description>
			<content:encoded><![CDATA[<p>Today, after logging in to the Linux Plesk server (CentOS), i found that PLESK 9.5.1 is out, before updating, i noticed that there is a new module, Parallels Premium Antivirus which turned out to be Dr. Web Antivirus.</p>
<p>Anyway, the complete list is as follows</p>
<p>You have an up-to-date version</p>
<p>Apache ASP support    Oct 8, 2008<br />
Apache mod_python module    Jan 6, 2007<br />
Bandwidth Limiter For Apache support (mod_bw)    Nov 7, 2007<br />
Plesk billing    June 24, 2009    June 24, 2009<br />
PostgreSQL server support    Oct 26, 2009    Oct 26, 2009<br />
SiteBuilder module migration suite    Sept 8, 2008    Sept 8, 2008<br />
SiteBuilder publishing support for Plesk    May 22, 2007    May 22, 2007<br />
SSHTerm &#8211; SSH Terminal java applet    Nov 30, 2008    Nov 30, 2008</p>
<p>An update is available</p>
<p>Base packages of Plesk    Dec 29, 2009    April 14, 2010<br />
ColdFusion support for Plesk    Dec 29, 2009    April 9, 2010<br />
Horde webmail support    Dec 29, 2009    April 9, 2010<br />
Kaspersky antivirus module    Dec 29, 2009    April 9, 2010<br />
Mailman mailing list manager support    Dec 29, 2009    April 9, 2010<br />
MIVA Empresa support    Dec 29, 2009    April 9, 2010<br />
Parallels Premium Antivirus    Dec 29, 2009    April 9, 2010<br />
Plesk API [former Plesk Agent]    Dec 29, 2009    April 9, 2010<br />
Plesk Backup Manager    Dec 29, 2009    April 9, 2010<br />
Plesk Firewall module    Dec 29, 2009    April 9, 2010<br />
Plesk migration manager    Dec 29, 2009    April 9, 2010<br />
Plesk Professional Web Site Editor    Dec 29, 2009    April 9, 2010<br />
Plesk Updater    Aug 17, 2009    April 7, 2010<br />
Plesk VPN module    Dec 29, 2009    April 9, 2010<br />
Ruby on Rails support    Dec 29, 2009    April 9, 2010<br />
SpamAssassin support    Dec 29, 2009    April 9, 2010<br />
Tomcat Java Servlets support    Dec 29, 2009    April 9, 2010<br />
Watchdog (System monitoring module)    Dec 29, 2009    April 9, 2010</p>
<p>Not installed</p>
<p>Application vault packages    9.5.1-cos5.build95100410.11    April 9, 2010<br />
AtMail webmail support    1:1.02-cos5.build95100410.11    April 9, 2010<br />
Chinese language pack for China    9.5.1-2010032917    Mar 29, 2010<br />
Chinese language pack for Taiwan    9.5.1-2010032917    Mar 29, 2010<br />
Dutch language pack for Netherlands    9.5.1-2010032917    Mar 29, 2010<br />
French language pack    9.5.1-2010032917    Mar 29, 2010<br />
German language pack    9.5.1-2010032917    Mar 29, 2010<br />
Italian language pack    9.5.1-2010032917    Mar 29, 2010<br />
Japanese language pack    9.5.1-2010032917    Mar 29, 2010<br />
Plesk Battlefield 1942 game server module    1.0.0-cos5.build95100410.11    April 9, 2010<br />
Plesk Battlefield2 game server module    1.0.0-cos5.build95100410.11    April 9, 2010<br />
Plesk Counter-Strike game server module    2.0.0-cos5.build95100410.11    April 9, 2010<br />
Plesk Fileserver module and SMB file server package    0:3.0.33-3.15.el5_4.1    April 9, 2010<br />
Russian language pack    9.5.1-2010032917    Mar 29, 2010<br />
Spanish language pack    9.5.1-2010032917    Mar 29, 2010</p>
<p>Upgrading from 9.3.0 to 9.5.1 went smooth, unlike what you see in the post below on upgrading from 9.2.3 to 9.3.0, in the upgrade below, i had not reinstalled application vault applications because of an MD5 checksum check error in the downloaded package.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2010/04/26/plesk-9-5-1-is-out/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>plesk update hell</title>
		<link>http://www.speedzoneroping.com/2010/04/11/plesk-update-hell/</link>
		<comments>http://www.speedzoneroping.com/2010/04/11/plesk-update-hell/#comments</comments>
		<pubDate>Sun, 11 Apr 2010 15:11:00 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Plesk Linux CentOS 5]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=108</guid>
		<description><![CDATA[Again, Parallels gives me a hard day when there CP refuses to update, and it&#8217;s vulnerability is getting websites hacked. My current installation of plesk is an outdated 9.2.3, the objective is to upgrade it to 9.3.0 Before jumping to upgrading 9_2_3 to 9_3_0, i will first try to bring 9.2.3 to latest then upgrade [...]]]></description>
			<content:encoded><![CDATA[<p>Again, Parallels gives me a hard day when there CP refuses to update, and it&#8217;s vulnerability is getting websites hacked.</p>
<p>My current installation of plesk is an outdated 9.2.3, the objective is to upgrade it to 9.3.0</p>
<p>Before jumping to upgrading 9_2_3 to 9_3_0, i will first try to bring 9.2.3 to latest then upgrade to 9.3.0</p>
<p>The reason i need to update now is that I got complaints about hacked websites that redirected elsewhere ( Bublik.biz<br />
that redirects in turn to searchresultsdirect ).</p>
<p>So  I go to the Web GUI / UI and click on the update / Upgrade, i find my release and the newer release, My release is 9.2.3 and the new release is  9.3.0 so i select the first 9.2.3 and upgrade, the process fails, but not only does the upgrade fail, but web hosting also fails, when opening any website, you will get the @mail (atMail) page in place of the website.</p>
<p>so clicking on My Release 9.2.3 and select everything with an update, right after the update, i get an unpleasant surprise.</p>
<p>it added to my problems that all websites were opening atmail (@mail)  and the Web GUI updater to 9.3.0 did not work, now the situation was  really bad.</p>
<p>Websites were down (compared to a few had been hacked), and now i had to start working fast, the challenge is to have them online in 5 minutes.</p>
<p>To begin with, Although now you find nothing to update when you open the Web GUI to update and click on the 9.2.3 release, packages (PHP5 and QMAIL) are not really up to date, we need to do that manually.</p>
<p>So i had to start with</p>
<pre>/usr/local/psa/admin/sbin/autoinstaller --select-release-id PLESK_9_2_3 --show-components 2&gt;1 | grep upgrade</pre>
<p>Followed by</p>
<pre>/usr/local/psa/admin/sbin/autoinstaller  --select-release-current --upgrade-installed-components</pre>
<p>The above are what Parallels prescribed here</p>
<pre>kb.parallels.com/en/6360</pre>
<p>That put a tick beside the current plesk release in the Web GUI, and websites were opening again, but did not really resolve my problems, still, i can not update to 9.3.0</p>
<p>Here are some of the WEB UI attempts and the command line attempts (They yield same results and error messages)</p>
<p>Warning! Not all packages were installed.</p>
<p>Please check if your system services are operable.</p>
<p>Please, contact product technical support.</p>
<p>Then, to try and do the same thing from the command line, i run the command</p>
<p>/usr/local/psa/admin/sbin/autoinstaller &#8211;select-release-latest &#8211;install-everything</p>
<p>And again, the error messages are as follows</p>
<pre>ERROR: Unable to install the requested packages because either there is
         not enough free disk space left, or there are package dependency problems.
         Warning! Not all packages were installed.
         Please check if your system services are operable.
         Please, contact product technical support.
</pre>
<p>So what i did now was Deleted all files in /var/lib/rpm/ , followed by the command &#8220;rpm -rebuilddb&#8221; without the quotes, then I deleted PSA_9.3.0 in /root/parallels/ , followed by the command</p>
<pre>/usr/local/psa/admin/sbin/autoinstaller --select-release-latest --install-everything</pre>
<pre>         ERROR: The MD5 checksum of the
         /root/parallels/PSA_9.3.0/dist-rpm-CentOS-5-i386/opt/vault/psa-appvault-knowledgetreeoss-3.4.5-8200820080409010953.noarch.rpm
         file does not match the value specified in the configuration file.
         Not all packages were installed.
         Please, resolve the above problem and try installing the packages again.
         If you cannot resolve the problem on your own, contact product technical support for assistance.</pre>
<p>And there is no use re-downloading the file, it is probably a problem on parallel&#8217;s side</p>
<p>And since it seems Qmail send is not working, I have attempted to set the permissionsas follows just in case</p>
<p>chmod 2511 /var/qmail/bin/qmail-queue</p>
<p>Now that the complete update all does not work, i tried to update each package alone, So i begin by requesting the latest version of the base system by issuing this command on the command line</p>
<p>/usr/local/psa/admin/sbin/autoinstaller &#8211;select-release-latest &#8211;install-component base</p>
<p>A big load of text is displayed in my terminal window, but generally the plesk messages are of one of the following formats</p>
<p>* Downloading the file&#8230;</p>
<p>*warning: /root/parallels/PSA_9.3.0/update-rpm-CentOS-5-i386/SOME_FILE: Header V3 DSA signature: NOKEY, key ID e8562897</p>
<p>*warning: /etc/PACKAGE/FILENAME created as /etc/PACKAGE/FILENAME.rpmnew</p>
<p>*Installing the package iproute-2.6.18-10.el5.i386</p>
<p>Warnings are probably no big deal, and emails i have been trying to send are arriving in my inbox as the process goes on, and finally, a message that reads.</p>
<pre>Congratulations!
Plesk has been successfully installed on your server.
To complete the system configuration, please proceed to URL:
https://ip-97-74-196-212.ip.secureserver.net:8443/ or

https://97.74.196.212:8443/

Use the login name 'admin' and password '&lt;YOUR ADMIN PASSWORD&gt;'.

Further, use the following commands to start and stop Plesk:
"/etc/init.d/psa start" and
"/etc/init.d/psa stop" respectively.

All Plesk control panel documentation is available at

http://www.parallels.com/en/products/plesk/docs

*****************************************************************************
*                                                                           *
*      NOTE:   You have a default key file with limited functionality       *
*              currently installed for Plesk, which allows                  *
*              creating one client account, one domain, one mail name and   *
*              one web user.                                                *
*              To extend the limits of your license key and enable          *
*              additional features, please contact the Parallels sales      *
*              department: sales@parallels.com                              *
*                                                                           *
*      Thank you for choosing our products!                                 *
*****************************************************************************
Trying to register service psa...  using /sbin/chkconfig
done
</pre>
<p>GNow we probably want to check if the update shows in the Web UI,</p>
<p>To my surprize, most of plesk was not installed, i do not know what effect this has on existing ruby or python websites, but surely, they need to be installed again before we go any further</p>
<p>So i ran the AutoInstaller with no parameters as follows</p>
<p>/usr/local/psa/admin/sbin/autoinstaller</p>
<p>and then selected The auto installer package</p>
<p>Once the Auto installer is installed, i went on to install everything but the Application Vault packages since there is a problem with the MD5 sum of the downloaded file from parallels</p>
<pre>vault/psa-appvault-knowledgetreeoss-3.4.5-8200820080409010953.noarch.rpm</pre>
<p>Good luck with your plesk</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2010/04/11/plesk-update-hell/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PLESK security certificate revoked</title>
		<link>http://www.speedzoneroping.com/2009/12/03/plesk-security-certificate-revoked/</link>
		<comments>http://www.speedzoneroping.com/2009/12/03/plesk-security-certificate-revoked/#comments</comments>
		<pubDate>Thu, 03 Dec 2009 21:30:47 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=105</guid>
		<description><![CDATA[Today, i revoked a PLESK server&#8217;s security certificate and had to login via HTTP to make a new one. First, if the server&#8217;s security certificate is revoked, you are in trouble, the reason is, you have to use plain HTTP as Mozilla Firefox, Internet Explorer and Google chrome will not let you in. To get [...]]]></description>
			<content:encoded><![CDATA[<p>Today, i revoked a PLESK server&#8217;s security certificate and had to login via HTTP to make a new one.</p>
<p>First, if the server&#8217;s security certificate is revoked, you are in trouble, the reason is, you have to use plain HTTP as Mozilla Firefox, Internet Explorer and Google chrome will not let you in.</p>
<p>To get this out of the way, PLESK does allow you to login via HTTP (Not recommended), you can do that by visiting your server with PORT NUMBER 8880, so to open in plain HTTP (Plain text) you simply visit http://myserver.mydomain.com:8880/ but as you may well know, you are putting the server at risk of someone hijacking your server</p>
<p>So what i did is this</p>
<p>I assume you have putty, i SSHed to the server where i have set a tunnel using putty&#8217;s SSH tunnel feature, then logged in to the server via HTTP, this is how it works, when you browse the internet, you are actually asking your plesk server to get the pages for you, and therefore when you visit the http page via an ssh tunnel, your connection to the server is in reality encrypted (With the SSH tunnel).</p>
<p>Right after, you can visit settings =&gt; ssl certificates =&gt; Add SSL certificate =&gt; Add a certificate</p>
<p>Then you would go to settings =&gt; ssl certificates =&gt; put a tick beside the certificate you want to use for the server, then click on &#8220;Secure Control Panel&#8221; and you should be done and ready to go again</p>
<p>In some cases, you can self sign your certificate, meaning you do not need a third party to certify that you are you, but this will notify the visitors that there is no trusted authority on the certificate, so i only use a self signed certificate when i am the one who will be logging in, surely i do trust myself $25.99 (<a href="http://www.easywebdns.com/">I get that price here</a>)</p>
<p>Anyway, i hope this has got you a way around connecting via http in plain text, happy administrating</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2009/12/03/plesk-security-certificate-revoked/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backup, Very important</title>
		<link>http://www.speedzoneroping.com/2009/11/06/backup-very-important/</link>
		<comments>http://www.speedzoneroping.com/2009/11/06/backup-very-important/#comments</comments>
		<pubDate>Fri, 06 Nov 2009 09:35:05 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=101</guid>
		<description><![CDATA[Every few months or so, we need to reach for our most recent backup (Our daily incremental backup), and the reason for that is the outdated packages with our CP software. A few days ago, i got an SMS telling me i have mail from a datacenter, strange because i did not submit any tickets [...]]]></description>
			<content:encoded><![CDATA[<p>Every few months or so, we need to reach for our most recent backup (Our daily incremental backup), and the reason for that is the outdated packages with our CP software.</p>
<p>A few days ago, i got an SMS telling me i have mail from a datacenter, strange because i did not submit any tickets !</p>
<p>It seems the datacenter found some &#8220;Virus like code&#8221; on the server, and fixed it by deleting the code.</p>
<p>mmmmmmmmm, how did they know about it even before me, i am still investigating</p>
<p>The server was and still is up and running, the code was only found in a user&#8217;s home directory so it is not urgent (The system was not hit by the virus since it is a Windows virus and this is a linux server), but i am still going to change PLESK anyways <img src='http://www.speedzoneroping.com/wp-includes/images/smilies/icon_wink.gif' alt=';)' class='wp-smiley' /> .</p>
<p>I don&#8217;t think i should post the datacenter&#8217;s email content, but it seems very obvious to me that the user&#8217;s FTP password was compromised, or his PC was infected, either way, this should not be a big deal (The client does need to re-upload the content)</p>
<p>I need to thank the datacenter, for the email, the email showed me exactly what files were affected, and even included the Attack logfiles, nice going guys at EWD&#8230;</p>
<p>Will keep you updated on what happens when i change plesk and if i ever find a CP with this much eye candy for our art loving clients.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2009/11/06/backup-very-important/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Premium 3 letter domains up for grabs FREE</title>
		<link>http://www.speedzoneroping.com/2009/06/06/premium-3-letter-domains-up-for-grabs/</link>
		<comments>http://www.speedzoneroping.com/2009/06/06/premium-3-letter-domains-up-for-grabs/#comments</comments>
		<pubDate>Sun, 07 Jun 2009 06:06:46 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=95</guid>
		<description><![CDATA[If you have 5 or more domain names at EasyWebDNS, you can get one of the 3 letter .net domain names for free. Offer valid while Domains last What you need to do to get one of the domains listed below 1- Have 5 Domains in your EasyWebDNS account 2- Email freedomain [a.t] easywebdns [d-o-t] [...]]]></description>
			<content:encoded><![CDATA[<p>If you have 5 or more domain names at EasyWebDNS, you can get one of the 3 letter .net domain names for free.</p>
<p>Offer valid while Domains last</p>
<p>What you need to do to get one of the domains listed below</p>
<p>1- Have 5 Domains in your EasyWebDNS account<br />
2- Email freedomain [a.t] easywebdns [d-o-t] com with the domains in your account and the domain name you are interested in, We will then get back to you and push the free 3 letter domain to you.</p>
<p>If you like one of the domains listed, Act fast.</p>
<p>L4J.NET<br />
L4Q.NET<br />
L4V.NET</p>
<p>L4Z.NET<br />
N4G.NET<br />
N4J.NET<br />
N4V.NET</p>
<p>N4Z.NET<br />
D4Q.NET<br />
E4Q.NET<br />
F4Z.NET<br />
G4K.NET<br />
G4V.NET<br />
H4Q.NET<br />
I0E.NET<br />
I8J.NET</p>
<p>J4V.NET<br />
K2J.NET<br />
L2Q.NET<br />
O2Q.NET<br />
O2Y.NET<br />
O4J.NET<br />
O4Q.NET<br />
O4V.NET</p>
<p>O4Z.NET<br />
P4Q.NET<br />
P4V.NET<br />
R2Q.NET</p>
<p>T4J.NET<br />
T4Q.NET<br />
U2H.NET<br />
U2J.NET<br />
U2Z.NET<br />
U4J.NET<br />
U4O.NET<br />
U4P.NET</p>
<p>U4V.NET<br />
V2Y.NET<br />
V4K.NET<br />
V4Q.NET<br />
V4Y.NET<br />
V4Z.NET<br />
Q2L.NET<br />
Q2V.NET<br />
Q2Y.NET<br />
Q4J.NET<br />
Q4O.NET<br />
Q7X.NET<br />
Q9X.NET<br />
J2Q.NET</p>
<p>G2Q.NET<br />
G4Q.NET<br />
P2J.NET<br />
Q1U.NET<br />
Q3U.NET<br />
V2J.NET<br />
I8O.NET<br />
R4X.NET<br />
J2Q.NET<br />
N4X.NET<br />
L4X.NET<br />
O4X.NET<br />
U4Q.NET</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2009/06/06/premium-3-letter-domains-up-for-grabs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Domain Name Addons</title>
		<link>http://www.speedzoneroping.com/2009/05/29/domain-name-addons/</link>
		<comments>http://www.speedzoneroping.com/2009/05/29/domain-name-addons/#comments</comments>
		<pubDate>Fri, 29 May 2009 16:37:42 +0000</pubDate>
		<dc:creator>szr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.speedzoneroping.com/?p=91</guid>
		<description><![CDATA[At the minute, i am working on Domain name addons, things like Dynamic DNS with domain names, Domain checking by SMS, Domain checking by E-Mail, and many other similar tools, Although much of the planning is done, there is still time for requests, If you are a customer at EasyWebDNS or plan to become a [...]]]></description>
			<content:encoded><![CDATA[<p>At the minute, i am working on Domain name addons, things like Dynamic DNS with domain names, Domain checking by SMS, Domain checking by E-Mail, and many other similar tools, Although much of the planning is done, there is still time for requests, If you are a customer at EasyWebDNS or plan to become a customer, or simply a domain buyer, Please let me know what features you would like to see, and i will work on adding them.</p>
<p>When i add domain stuff, i will be writing about them along with notes and other things on <a href="http://www.easywebdns.com/domains/">easy web dns</a>, So as a revision here are the planned features</p>
<p>1- Nameservers that support Dynamic Updates<br />
2- Checking domain availability by SMS<br />
3- Checking domain availability by E-Mail<br />
4- Wap Version of the website<br />
5- Bind Tutorials<br />
6- Load balancing and other tricks using the DNS system<br />
7- Domain Availability Checking PHP script, free for all (at Domain Reseller Direct)<br />
8- Allowing Domain Reseller Direct customers to allow there customers to check availability by SMS and E-Mail, a white label system</p>
<p>Any suggestions ?</p>
<p>Awaiting your responce</p>
<p>Cheers</p>
]]></content:encoded>
			<wfw:commentRss>http://www.speedzoneroping.com/2009/05/29/domain-name-addons/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
