<?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>The Ecommerce Blog &#187; Hosting</title>
	<atom:link href="http://www.ecommerce-blog.org/archives/category/hosting/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ecommerce-blog.org</link>
	<description>Ecommerce, Online Marketing, SEO, Web Design and Programming</description>
	<lastBuildDate>Tue, 15 Jun 2010 15:13:15 +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>MySQL 5.1 now supported on Cpanel / WHM</title>
		<link>http://www.ecommerce-blog.org/archives/mysql-5-1-now-supported-on-cpanel-whm/</link>
		<comments>http://www.ecommerce-blog.org/archives/mysql-5-1-now-supported-on-cpanel-whm/#comments</comments>
		<pubDate>Wed, 23 Dec 2009 15:46:14 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/?p=500</guid>
		<description><![CDATA[Just found out this morning that MySQL 5.1 is now officially supported on cpanel. MySQL 5.1 offers some major improvements in some areas to MySQL 5.0. MySQL 5.1 was released over a year ago and it&#8217;s been a long wait for those cpanel users needing 5.1 features. Upgrading is not as easy as the 4.0 [...]]]></description>
			<content:encoded><![CDATA[<p>Just found out this morning that MySQL 5.1 is <a href="http://forums.cpanel.net/f145/support-mysql-5-1-phpmyadmin-3-a-141869.html">now officially supported</a> on cpanel. </p>
<p>MySQL 5.1 offers some major improvements in some areas to MySQL 5.0. MySQL 5.1 was released over a year ago and it&#8217;s been a long wait for those cpanel users needing 5.1 features.</p>
<p>Upgrading is not as easy as the 4.0 &#8211; 5.0 upgrade but looks to be a reasonable procedure.</p>
<p><a href="http://www.ecommerce-blog.org/wp-content/uploads/2009/12/mysql-upgrade.png"><img src="http://www.ecommerce-blog.org/wp-content/uploads/2009/12/mysql-upgrade.png" alt="" title="mysql-upgrade" width="550" height="454" class="alignnone size-full wp-image-502" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/mysql-5-1-now-supported-on-cpanel-whm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Getting control of your DNS</title>
		<link>http://www.ecommerce-blog.org/archives/getting-control-of-your-dns/</link>
		<comments>http://www.ecommerce-blog.org/archives/getting-control-of-your-dns/#comments</comments>
		<pubDate>Fri, 01 May 2009 20:39:11 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[General]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Operations]]></category>
		<category><![CDATA[Reviews]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/?p=329</guid>
		<description><![CDATA[DNS is one of those things that everybody uses and nobody thinks about. We all just assume that when we type our website in the address bar and it comes up, then everything is OK. In reality, the way your business&#8217;s DNS is handled can be a gift or a curse. I can&#8217;t think of [...]]]></description>
			<content:encoded><![CDATA[<p>DNS is one of those things that everybody uses and nobody thinks about. We all just assume that when we type our website in the address bar and it comes up, then everything is OK.</p>
<p>In reality, the way your business&#8217;s DNS is handled can be a gift or a curse. I can&#8217;t think of a technology that has been under more security scrutiny lately than DNS. Years after our typical DNS system was thought to be safe, huge exploits have been found having the potential to wreak havoc on large portions of the internet.</p>
<p><span id="more-329"></span><strong>To start off with, what exactly is DNS? </strong></p>
<p>DNS or Domain Naming System is basically a directory of what domain belongs to a particular IP address. A domain can have other features such as email, ftp, sub domains, all of which DNS can manage. In reality, it&#8217;s a lot more complicated than this, but for simplicities sake, it just matches a domain to an IP. An IP address is something computers understand, and a domain is something humans understand. Without DNS we wouldn&#8217;t have the internet as we know it.</p>
<p><strong>How DNS affects your business&#8230;</strong></p>
<p>For the purpose of this article, there&#8217;s two main uses of DNS that businesses run into. The first is the DNS that your computer or office uses to connect you to another website. When you click on a link or enter a website in the address bar, your computer goes out and through a series of DNS servers, directs your browser to the server of the website you are trying to reach.</p>
<p>The second, from the other side of the picture, is how the DNS of your website is registered with the DNS servers of the internet. This is important because when someone goes to visit your site, the registrar lists your root DNS servers, and the visitor queries those to find out the actual location of your site.</p>
<p><strong>Where all of this can go wrong&#8230;</strong></p>
<p>The easiest way for DNS to work against you, is that if someone has the ability to change the DNS entries that your DNS server would normally give you. Meaning, that if you request the IP for google.com, you are sent to the wrong server such as: hacked-spam-server.com. This is called DNS poisoning, and is a very common tactic for phishing, and malicious attacks. Old DNS servers are particularly vulnerable to poisoning.</p>
<p>As far as your website goes, if your DNS server is the same server that your site is hosted on, which is very common, and the server goes down or is unreachable, it&#8217;s as if your site doesn&#8217;t exist at all. This can have dire consequences from search engines and even large networks depending on how long DNS entries are cached for.</p>
<p><strong>There are two similar fixes for these, both involve you not managing your own DNS&#8230;</strong></p>
<p><strong>For your office network</strong>, use a DNS provider like <a href="http://www.opendns.com/">Open DNS</a>. You can add open DNS IP addresses to your router, or to your computer&#8217;s network configuration. This will prevent any DNS poisoning to your network, and will also give you the ability to block spam and other websites from your network completely. You can block pornography, malware, proxies, and just about anything else using Open DNS. This is an essential tool for small business owners and IT administrators that don&#8217;t want the hassle of managing their employees browsing habits.</p>
<p><strong>For your websites</strong>, use a 3rd party DNS service. <a href="http://www.dnsmadeeasy.com/">DNS Made Easy</a> <em>(not free)</em> is a perfect example of this type of service. Instead of entering the address of your own DNS servers, enter the addresses of the 3rd party servers with your website registrar. Services like DNS Made Easy have multiple redundant servers for DNS, so if your server goes down, search engines and browsers have the correct location of it. This way they will be more likely to return once it is back up. You can also use DNS for website fail-over, which would automatically direct traffic to an alternate server if your primary server becomes unavailable.</p>
<p>Troubleshooting and fixing DNS problems can be extremely difficult due to DNS caching, and the fact that you probably don&#8217;t have control over any DNS server than your own. For this reason, and to save time and money, I highly recommend using 3rd party services for your DNS.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/getting-control-of-your-dns/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>**UPDATED** Adding Google Business search to your ecommerce website</title>
		<link>http://www.ecommerce-blog.org/archives/adding-google-business-search-to-your-ecommerce-website/</link>
		<comments>http://www.ecommerce-blog.org/archives/adding-google-business-search-to-your-ecommerce-website/#comments</comments>
		<pubDate>Wed, 26 Nov 2008 19:00:38 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[Development]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Scripts]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/archives/adding-google-business-search-to-your-ecommerce-website/</guid>
		<description><![CDATA[Moved to: http://www.saynotoflash.com/archives/updated-adding-google-business-search-to-your-ecommerce-website/]]></description>
			<content:encoded><![CDATA[<p>Moved to: <a href="http://www.saynotoflash.com/archives/updated-adding-google-business-search-to-your-ecommerce-website/">http://www.saynotoflash.com/archives/updated-adding-google-business-search-to-your-ecommerce-website/</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/adding-google-business-search-to-your-ecommerce-website/feed/</wfw:commentRss>
		<slash:comments>31</slash:comments>
		</item>
		<item>
		<title>The myth of tax free internet sales</title>
		<link>http://www.ecommerce-blog.org/archives/the-myth-of-tax-free-internet-sales/</link>
		<comments>http://www.ecommerce-blog.org/archives/the-myth-of-tax-free-internet-sales/#comments</comments>
		<pubDate>Wed, 12 Dec 2007 23:33:48 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[General]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/archives/the-myth-of-tax-free-internet-sales/</guid>
		<description><![CDATA[It has been a long held belief by most online shoppers that out of state internet purchases are tax free. I have to admit that I believed this for a long time myself, but unfortunately it&#8217;s not the case. Just to dispel any theory dissolving that old &#8216;Death and Taxes&#8217; quote, internet purchases are not [...]]]></description>
			<content:encoded><![CDATA[<p>It has been a long held belief by most online shoppers that out of state internet purchases are tax free. I have to admit that I believed this for a long time myself, but unfortunately it&#8217;s not the case.</p>
<p>Just to dispel any theory dissolving that old &#8216;Death and Taxes&#8217; quote, <span style="font-weight: bold">internet purchases are not tax free</span>. That&#8217;s right. As the wording goes, most internet companies don&#8217;t have to collect out of state sales tax. However, consumers, businesses and any end users still must pay a &#8220;Use Tax&#8221; on non-taxed purchases that they make through mail-order or online.</p>
<p>Most states currently have Use Tax which specifically requires consumers to pay their state sales tax on purchases they make online that are not taxed by the business. There are some exemptions for certain types of products and for states that do not have any sales tax, but for the most part, taxes on these purchases are required to be paid to your state government. With the exception of very large purchases, use tax is rarely if ever monitored, as it would simply be an impossible feat for any state government to handle. However, we can all be sure that states are losing out on millions if not billions in uncollected taxes, so if you aren&#8217;t paying them, enjoy the free ride while it lasts.</p>
<p><strong> Here&#8217;s a Use Tax table that I came up with covering which states require it:</strong><br />
<em>(Let me pre-apologize about all of the PDF links here, Government websites are about as bad as they come, and in many cases PDF&#8217;s are the only pages available.)</em></p>
<p><span id="more-80"></span></p>
<table border="0" cellpadding="2" cellspacing="0" width="100%">
<tr>
<td>
<h3>State</h3>
</td>
<td>
<h3>Use Tax </h3>
</td>
<td>
<h3>Link</h3>
</td>
</tr>
<tr>
<td>Alabama</td>
<td>Yes</td>
<td><a href="http://www.ador.state.al.us/salestax/index.html">http://www.ador.state.al.us/salestax/index.html</a></td>
</tr>
<tr>
<td>Alaska</td>
<td>No</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Arizona</td>
<td>Yes</td>
<td><a href="http://www.azdor.gov/brochure/610.pdf">http://www.azdor.gov/brochure/610.pdf</a></td>
</tr>
<tr>
<td>Arkansas</td>
<td>Yes</td>
<td><a href="http://www.arkansas.gov/dfa/excise_tax_v2/st_index.html">http://www.arkansas.gov/dfa/excise_tax_v2/st_index.html</a></td>
</tr>
<tr>
<td>California</td>
<td>Yes</td>
<td><a href="http://www.ftb.ca.gov/current/usetax.shtml">http://www.ftb.ca.gov/current/usetax.shtml</a></td>
</tr>
<tr>
<td>Connecticut</td>
<td>Yes</td>
<td><a href="http://www.ct.gov/drs/cwp/view.asp?a=1477&amp;Q=269930&amp;drsPNavCtr=|40829|#40952">http://www.ct.gov/drs/cwp/view.asp</a></td>
</tr>
<tr>
<td>Colorado</td>
<td>Yes</td>
<td><a href="http://www.revenue.state.co.us/fyi/html/generl10.html">http://www.revenue.state.co.us/fyi/html/generl10.html</a></td>
</tr>
<tr>
<td>Delaware</td>
<td>No</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Florida</td>
<td>Yes</td>
<td><a href="http://dor.myflorida.com/dor/taxes/sales_tax.html">http://dor.myflorida.com/dor/taxes/sales_tax.html</a></td>
</tr>
<tr>
<td>Georgia</td>
<td>Yes</td>
<td><a href="http://www.etax.dor.ga.gov/salestax/st3forms/TSD_Use_Tax_Reporting_Form_ST3USE.pdf">http://www.etax.dor.ga.gov</a></td>
</tr>
<tr>
<td>Hawaii</td>
<td>Yes</td>
<td><a href="http://www.state.hi.us/tax/brochures/use_bro.pdf">http://www.state.hi.us/tax/brochures/use_bro.pdf</a></td>
</tr>
<tr>
<td>Idaho</td>
<td>Yes</td>
<td><a href="http://tax.idaho.gov/use_tax.htm">http://tax.idaho.gov/use_tax.htm</a></td>
</tr>
<tr>
<td>Illinios</td>
<td>Yes</td>
<td><a href="http://www.revenue.state.il.us/Businesses/TaxInformation/Sales/rot.htm">http://www.revenue.state.il.us/Businesses/TaxInformation/Sales/rot.htm</a></td>
</tr>
<tr>
<td>Indiana</td>
<td>Yes</td>
<td><a href="http://www.state.in.us/dor/individual/use.html">http://www.state.in.us/dor/individual/use.html</a></td>
</tr>
<tr>
<td>Iowa</td>
<td>Yes</td>
<td><a href="http://www.state.ia.us/tax/educate/78535.html">http://www.state.ia.us/tax/educate/78535.html</a></td>
</tr>
<tr>
<td>Kansas</td>
<td>Yes</td>
<td><a href="http://www.ksrevenue.org/perstaxtypesccu.htm">http://www.ksrevenue.org/perstaxtypesccu.htm</a></td>
</tr>
<tr>
<td>Kentucky</td>
<td>Yes</td>
<td><a href="http://revenue.ky.gov/individual/usetax.htm">http://revenue.ky.gov/business/salesanduse.htm</a></td>
</tr>
<tr>
<td>Louisiana</td>
<td>Yes</td>
<td><a href="http://www.revenue.louisiana.gov/sections/individual/conuse.aspx">http://www.revenue.louisiana.gov/sections/individual/conuse.aspx</a></td>
</tr>
<tr>
<td>Maine</td>
<td>Yes</td>
<td><a href="http://maine.gov/revenue/salesuse/homepage.html">http://maine.gov/revenue/salesuse/homepage.html</a></td>
</tr>
<tr>
<td>Maryland</td>
<td>Yes</td>
<td><a href="http://individuals.marylandtaxes.com/usetax/default.asp">http://individuals.marylandtaxes.com/usetax/default.asp</a></td>
</tr>
<tr>
<td>Massachusetts</td>
<td>Yes</td>
<td><a href="http://www.mass.gov/Ador/docs/dor/Publ/PDFS/sales_use_07.pdf">http://www.mass.gov/Ador/docs/dor/Publ/PDFS/sales_use_07.pdf</a></td>
</tr>
<tr>
<td>Michigan</td>
<td>Yes</td>
<td><a href="http://www.michigan.gov/treasury/0,1607,7-121-1748_1904_1989-5781--,00.html">http://www.michigan.gov/treasury/&#8230;&#8230;.html</a></td>
</tr>
<tr>
<td>Minnesota</td>
<td>Yes</td>
<td><a href="http://www.taxes.state.mn.us/use/publications/fact_sheets/content/CM1_002975.pdf">http://www.taxes.state.mn.us/&#8230;&#8230;.CM1_002975.pdf</a></td>
</tr>
<tr>
<td>Mississippi</td>
<td>Yes</td>
<td><a href="http://www.mstc.state.ms.us/taxareas/sales/main.htm">http://www.mstc.state.ms.us/taxareas/sales/main.htm</a></td>
</tr>
<tr>
<td>Missouri</td>
<td>Yes</td>
<td><a href="http://dor.mo.gov/tax/business/sales/">http://dor.mo.gov/tax/business/sales/</a></td>
</tr>
<tr>
<td>Montana</td>
<td>No</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Nebraska</td>
<td>Yes</td>
<td><a href="http://www.revenue.ne.gov/salestax.htm">http://www.revenue.ne.gov/salestax.htm</a></td>
</tr>
<tr>
<td>Nevada</td>
<td>Yes</td>
<td><a href="http://tax.state.nv.us/documents/TPI-01%2002%20Use%20Tax%20Questions%20and%20Answers.pdf">http://tax.state.nv.us/documents/&#8230;..pdf</a></td>
</tr>
<tr>
<td>New Hampshire</td>
<td>No</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>New Jersey</td>
<td>Yes</td>
<td><a href="http://www.state.nj.us/treasury/taxation/su_10.htm">http://www.state.nj.us/treasury/taxation/su_10.htm</a></td>
</tr>
<tr>
<td>New Mexico</td>
<td>Yes</td>
<td><a href="http://www.statetaxcentral.com/New_Mexico/Sales_and_Use_Taxes/">http://www.statetaxcentral.com/New_Mexico/Sales_and_Use_Taxes/</a></td>
</tr>
<tr>
<td>New York</td>
<td>&nbsp;</td>
<td><a href="http://www.tax.state.ny.us/pdf/publications/sales/pub850_207.pdf">http://www.tax.state.ny.us/pdf/publications/sales/pub850_207.pdf</a></td>
</tr>
<tr>
<td>North Carolina</td>
<td>Yes</td>
<td><a href="http://www.dor.state.nc.us/taxes/sales/">http://www.dor.state.nc.us/taxes/sales/</a></td>
</tr>
<tr>
<td>North Dakota</td>
<td>Yes</td>
<td><a href="http://www.nd.gov/tax/misc/faq/salesanduse/index.html">http://www.nd.gov/tax/misc/faq/salesanduse/index.html</a></td>
</tr>
<tr>
<td>Ohio</td>
<td>Yes</td>
<td><a href="http://tax.ohio.gov/divisions/sales_and_use/index.stm">http://tax.ohio.gov/divisions/sales_and_use/index.stm</a></td>
</tr>
<tr>
<td>Oklahoma</td>
<td>Yes</td>
<td><a href="http://www.tax.ok.gov/bt4.html">http://www.tax.ok.gov/bt4.html</a></td>
</tr>
<tr>
<td>Oregon</td>
<td>No</td>
<td>&nbsp;</td>
</tr>
<tr>
<td>Pennsylvania</td>
<td>Yes</td>
<td><a href="http://www.revenue.state.pa.us/revenue/cwp/view.asp?a=13&amp;q=250484">http://www.revenue.state.pa.us/revenue/cwp/view.asp?a=13&amp;q=250484</a></td>
</tr>
<tr>
<td>Rhode Island</td>
<td>Yes</td>
<td><a href="http://www.tax.ri.gov/documents/information/use_tax.pdf">http://www.tax.ri.gov/documents/information/use_tax.pdf</a></td>
</tr>
<tr>
<td>South Carolina</td>
<td>Yes</td>
<td><a href="http://www.sctax.org/Tax+Information/Sales+and+Use+Tax/">http://www.sctax.org/Tax+Information/Sales+and+Use+Tax/</a></td>
</tr>
<tr>
<td>South Dakota</td>
<td>Yes</td>
<td><a href="http://www.state.sd.us/drr2/businesstax/st/usetax.htm">http://www.state.sd.us/drr2/businesstax/st/usetax.htm</a></td>
</tr>
<tr>
<td>Tennessee</td>
<td>Yes</td>
<td><a href="http://state.tn.us/revenue/tntaxes/salesanduse.htm">http://state.tn.us/revenue/tntaxes/salesanduse.htm</a></td>
</tr>
<tr>
<td>Texas</td>
<td>Yes</td>
<td><a href="http://www.window.state.tx.us/taxinfo/sales/faq_use.html">http://www.window.state.tx.us/taxinfo/sales/faq_use.html</a></td>
</tr>
<tr>
<td>Utah</td>
<td>Yes</td>
<td><a href="http://www.tax.utah.gov/sales/">http://www.tax.utah.gov/sales/</a></td>
</tr>
<tr>
<td>Vermont</td>
<td>Yes</td>
<td><a href="http://www.state.vt.us/tax/pdf.word.excel/misc/majorvttax-s&amp;u.pdf">http://www.state.vt.us/tax/pdf.word.excel/misc/majorvttax-s&amp;u.pdf</a></td>
</tr>
<tr>
<td>Virginia</td>
<td>Yes</td>
<td><a href="http://www.tax.virginia.gov/site.cfm?alias=salesusetax">http://www.tax.virginia.gov/site.cfm?alias=salesusetax</a></td>
</tr>
<tr>
<td>Washington</td>
<td>Yes</td>
<td><a href="http://dor.wa.gov/Docs/Pubs/ExciseTax/RetailSales_UseTax/UseTax.pdf">http://dor.wa.gov/Docs/Pubs/ExciseTax/RetailSales_UseTax/UseTax.pdf</a></td>
</tr>
<tr>
<td>West Virginia</td>
<td>Yes</td>
<td><a href="http://www.wva.state.wv.us/wvtax/ssutProject.aspx">http://www.wva.state.wv.us/wvtax/ssutProject.aspx</a></td>
</tr>
<tr>
<td>Wisconsin</td>
<td>Yes</td>
<td><a href="http://www.revenue.wi.gov/html/sales.html">http://www.revenue.wi.gov/html/sales.html</a></td>
</tr>
<tr>
<td>Wyoming</td>
<td>Yes</td>
<td><a href="http://revenue.state.wy.us/PortalVBVS/DesktopDefault.aspx?tabindex=4&#038;tabid=11">http://revenue.state.wy.us/PortalVBVS/DesktopDefault.aspx?tabindex=4&#038;tabid=11</a></td>
</tr>
<tr>
<td>DC</td>
<td>Yes</td>
<td><a href="http://cfo.dc.gov/cfo/cwp/view,a,1324,q,612629.asp">http://cfo.dc.gov/cfo/cwp/view,a,1324,q,612629.asp</a></td>
</tr>
</table>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/the-myth-of-tax-free-internet-sales/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>cPanel Security</title>
		<link>http://www.ecommerce-blog.org/archives/cpanel-security/</link>
		<comments>http://www.ecommerce-blog.org/archives/cpanel-security/#comments</comments>
		<pubDate>Wed, 19 Sep 2007 18:00:49 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[Hosting]]></category>
		<category><![CDATA[Security]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/archives/cpanel-security/</guid>
		<description><![CDATA[This is a little plugin that I came across today. Nothing new, but after using it, there&#8217;s no way I would setup a cpanel/whm server without it. ConfigServer Security &#038; Firewall (csf) This is essentially an extension of iptables firewall that integrates with a nice GUI in the WHM interface. It makes configuring the server&#8217;s [...]]]></description>
			<content:encoded><![CDATA[<p>This is a little plugin that I came across today. Nothing new, but after using it, there&#8217;s no way I would setup a cpanel/whm server without it.</p>
<p><a href="http://www.configserver.com/cp/csf.html">ConfigServer Security &#038; Firewall (csf)</a></p>
<p>This is essentially an extension of iptables firewall that integrates with a nice GUI in the WHM interface. It makes configuring the server&#8217;s firewall a snap, and also suggests other security fixes based on how your server is setup. </p>
<p>The installation took about 5 minutes to complete and another half hour to fully configure. You will need ssh or other shell access to install it on a server. This is an absolute necessity for any server. I only wish I would have found it a long time ago, as it is a huge time-saver.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/cpanel-security/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Website Hosting (Data Backup, and Redundancy) &#8211; a few tips</title>
		<link>http://www.ecommerce-blog.org/archives/website-hosting-data-backup-and-redundancy-a-few-tips/</link>
		<comments>http://www.ecommerce-blog.org/archives/website-hosting-data-backup-and-redundancy-a-few-tips/#comments</comments>
		<pubDate>Fri, 13 Oct 2006 16:00:43 +0000</pubDate>
		<dc:creator>jestep</dc:creator>
				<category><![CDATA[Hosting]]></category>

		<guid isPermaLink="false">http://www.ecommerce-blog.org/archives/website-hosting-data-backup-and-redundancy-a-few-tips/</guid>
		<description><![CDATA[I was looking over one of my websites a few weeks ago on a Sunday evening, and I started getting major errors on the site. I logged into my server, and after finding nothing obviously wrong, I gave the server the command to reboot. About 5 minutes later, after the site didn&#8217;t return, I realized [...]]]></description>
			<content:encoded><![CDATA[<p>I was looking over one of my websites a few weeks ago on a Sunday evening, and I started getting major errors on the site. I logged into my server, and after finding nothing obviously wrong, I gave the server the command to reboot.</p>
<p>About 5 minutes later, after the site didn&#8217;t return, I realized that there was a real problem. I called my host and asked them to check my server out. They proceeded to reboot the server, several times, and again nothing. After several minutes of diagnostics, the cause was traced the the primary hard drive, which had failed, <strong>mechanically</strong>.</p>
<p><span id="more-22"></span>Now, I backup my sites regularly, and I backup my databases, but even so I wasn&#8217;t prepared for a mechanical failure of the server. I have a very good host, and they worked at 2AM to get my server back up by the next day. After about 6 hours they got my server back up with a new hard drive, reinstalled operating system, new control panel, and then they handed it over to me. </p>
<p>Even with backups of everything, it has taken several weeks to get all of the sites back up and running. The ecommerce websites were the highest priority, so they went back up first. Just Ftp&#8217;ing the data back to the server took over 24 hours because there was a lot on there and there were a lot of individual websites on there. Then there were a bunch of SSL certificates that needed to be re-created, the firewall needed to be re-configured. In all there were over 80 websites that went down with the server.</p>
<p><strong>The point:</strong><br />
The point to this article is to remind website owners that they need to make very sure that they have a backup in the event that their website goes down. Nobody expects it to happen, and nobody wants it to happen, but it does happen.</p>
<p><strong>My recommendation:</strong><br />
Most importantly, <strong>use a <a href="http://www.iconinteractive.com/Article48.htm">good web host</a></strong>. Whether they do backups for you or not, make sure that your server is monitored and manned 24 hours a day. If I didn&#8217;t have 24 hour support, I could have lost thousands of dollars in sales the next day because my website would not have been live.</p>
<p>Next, <strong>pay the extra money for a mirrored <a href="http://searchstorage.techtarget.com/sDefinition/0,,sid5_gci214332,00.html">RAID setup</a></strong> with your server. Unfortunately, this server didn&#8217;t have RAID at the time, but RAID would have completely prevented this problem from becoming as bad as it did. The server would most likely have been down for a little while, but none of the data would have been lost. RAID alone would have saved hundreds of hours of work in getting all of the websites back up.</p>
<p><strong>Make Daily or Weekly backups of all of your data</strong>, especially information in your <a href="http://www.devshed.com/c/a/MySQL/Backing-up-and-restoring-your-MySQL-Database/">database</a>. Most websites are cached in Google which can make restoring static pages simple, but there is nothing that can restore your database. If you update your sites daily, back them up daily. If you update them weekly, then back them up weekly.</p>
<p><strong>Don&#8217;t store backups on the same server as the websites</strong>. In the event of a mechanical failure, all of your data on the failed hard drive will be gone. Keep backups on a remote computer.</p>
<p><strong>Note:</strong><br />
If you store sensitive information on your server, and you need to back it up, make sure that your backups are encrypted and not stored on a public computer or server.</p>
<p><strong>Full on load balancing and redundancy:</strong><br />
For most websites this is a bit of overkill, but if you have the traffic volume, look into getting several servers. You can setup <a href="http://en.wikipedia.org/wiki/Computer_cluster">server clusters</a>, use <a href="http://wiki.blitzed.org/DNS_balancing">DNS balancing</a>, or traditional <a href="http://content.websitegear.com/article/load_balance.htm">load balancing</a>. There are many ways to ensure website redundancy, so your website never goes down. These setups are very expensive, but if you have the need, then the price is probably not the issue.</p>
<p>If you are looking for a managed or dedicated server, I highly recommend checking out <a href="http://www.800hosting.com">800 hosting</a>. They have reasonable prices and their support is excellent. Any company that drops what they are doing for 6 hours to build a server at 2AM on Monday morning, passes the good support test in my book.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.ecommerce-blog.org/archives/website-hosting-data-backup-and-redundancy-a-few-tips/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
