<?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 Official DreamHost Blog! &#187; Updates</title>
	<atom:link href="http://blog.dreamhost.com/category/updates/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.dreamhost.com</link>
	<description>Tales From the Inside!</description>
	<lastBuildDate>Thu, 09 Feb 2012 03:13:36 +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>What is Traffic Theft?</title>
		<link>http://blog.dreamhost.com/2012/02/08/what-is-traffic-theft/</link>
		<comments>http://blog.dreamhost.com/2012/02/08/what-is-traffic-theft/#comments</comments>
		<pubDate>Thu, 09 Feb 2012 03:09:10 +0000</pubDate>
		<dc:creator>RobertR</dc:creator>
				<category><![CDATA[Insider View]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=4811</guid>
		<description><![CDATA[There have been some recent allegations stating that a handful of compromised websites on our network involved with domain traffic &#8220;hijacking&#8221; was somehow connected to the illegal intrusion in January that caused us to initiate a complete password reset of &#8230; <a href="http://blog.dreamhost.com/2012/02/08/what-is-traffic-theft/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>There have been some recent allegations stating that a handful of compromised websites on our network involved with domain traffic &#8220;hijacking&#8221; was somehow connected to the <a href="http://blog.dreamhost.com/2012/01/21/security-update/">illegal intrusion</a> in January that caused us to initiate a complete password reset of all FTP and SSH users.</p>
<p>An extensive investigation has revealed that <strong>no customer FTP or SSH user accounts</strong> have been maliciously accessed due to this password breach. The websites reported as involved with this traffic hijacking have been reviewed and the site owners notified of the issue on their sites.</p>
<p>Domain hijacking has been around as long as web apps have existed, and until bug-free software exists, it will continue to trouble website owners for some time to come. We wanted to explain exactly what is meant by &#8220;hijacking&#8221; to help clear up some confusion.</p>
<p>Have you ever wondered, “Why would anyone try to hack my website?” Many answer this by presuming they&#8217;re too small of a target to become a victim of a high-tech crime syndicate, but truth be told these criminals want your sites and they want them badly. Why? Well it all comes down to money. The more hosts they have compromised, the more money they can make.</p>
<p>Cyber criminals&#8217; main intent is to hit a site and go unnoticed&#8230;until it&#8217;s time to cash out. Attackers don&#8217;t care how big or small you are, and it is more likely that a site that is run by a small business or single site owner is going to not only be behind on their security updates for any software running on their site, but it&#8217;s also unlikely that they regularly monitor their site for malicious activity.</p>
<p>The “cash out” phase is usually when of our customers first find out that they&#8217;ve been compromised. By that time their site(s) are now taking part in one or more unscrupulous online activities. We will be doing a short series of posts that cover methods these attackers use as well as what you should be on the look out for.</p>
<p>Today we will be going into just one of these attacker&#8217;s malicious actions, so you know a little more about what to look for.</p>
<p><strong>Traffic theft: via infected .htaccess files.</strong></p>
<p>If you notice your site&#8217;s traffic unexpectedly dropping, or perhaps you&#8217;ve been flagged by Google as having “malicious” content, then there&#8217;s a good chance your site has been compromised.</p>
<p>What the attackers may have done is setup or infected your existing &#8220;.htaccess&#8221; file on your site. .htaccess files are read by your web server to govern the way your site behaves. .htaccess files can be created with rules that will steal your legitimate traffic and send the visitor to an attacker&#8217;s malicious URL. This attack originated with by simply infecting a site&#8217;s pages via iframe tags, but it has since evolved to utilize .htaccess “RewriteRule” and “ErrorDocument” directives.</p>
<p>Here is a simple example:</p>
<blockquote><p>ErrorDocument 403 hxxp://congatarcxisi.ru/mays/index.php<br />
ErrorDocument 404 hxxp://congatarcxisi.ru/mays/index.php</p></blockquote>
<p>And here is a more complicated one:</p>
<blockquote><p>RewriteEngine On<br />
RewriteCond %{HTTP_REFERER} ^.*(google|ask|yahoo|baidu|&#8230;<br />
RewriteRule ^(.*)$ hxxp://congatarcxisi.ru/mays/index.php [R=301,L]</p></blockquote>
<p>(to explain the above, the attackers are basically taking any search engine traffic, and redirecting it to their site)</p>
<p>You can check for these types of infections on your own! Just review your site&#8217;s .htaccess files (you may need to enable viewing of hidden files in your FTP/sFTP client so you can view “.htaccess”.) We are already actively scanning for these infections on our customers sites, so if you see an email from our Security team please make sure you review the report and take the recommended actions.</p>
<p>Based on the sites we have cleaned up already, these attacks have <strong>almost universally</strong> been due to <em>insecure website software</em> running on the site in question. You could have the best passwords in the world, but if the apps you&#8217;ve installed on your server have any security vulnerabilities or aren&#8217;t kept up to date, attackers can still find their way in.</p>
<p>We are are open to sharing information about web based attacks because we strongly believe in cooperation, collaboration, and responsible disclosure regarding Internet security. If you are interested in providing details related to these attacks or have questions for us, please <a href="mailto:security@dreamhost.com">contact our abuse team</a> with information about any projects you may be working on that may be related to these infections and we will be glad to discuss this matter with you further.</p>
<p>In a follow up post I will cover the life of a web based attack when a new vulnerability is released (from 0day to 1000day), so stay tuned!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2012/02/08/what-is-traffic-theft/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Security Update</title>
		<link>http://blog.dreamhost.com/2012/01/21/security-update/</link>
		<comments>http://blog.dreamhost.com/2012/01/21/security-update/#comments</comments>
		<pubDate>Sat, 21 Jan 2012 18:41:50 +0000</pubDate>
		<dc:creator>@DreamHostSimon</dc:creator>
				<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=4619</guid>
		<description><![CDATA[In the DreamHost spirit of transparency and openness, I&#8217;m providing this update on our blog on the security issue yesterday. It&#8217;s necessarily pretty dry and factual, unlike most DreamHost posts, but that&#8217;s important to communicate as much detail as possible &#8230; <a href="http://blog.dreamhost.com/2012/01/21/security-update/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the DreamHost spirit of transparency and openness, I&#8217;m providing this update on our blog on the security issue yesterday. It&#8217;s necessarily pretty dry and factual, unlike most DreamHost posts, but that&#8217;s important to communicate as much detail as possible while not disclosing the inner workings of our security defenses. The bad news is that we detected access to one of our databases and took rapid action to protect customer accounts and passwords. The good news is that it does not appear that any significant malicious activity has occurred on any customer accounts as a result of the illegal access.</p>
<p>Early yesterday, one of DreamHost’s database servers was illegally accessed using an exploit that was not previously known or prevented by our layered security systems in place. Our intrusion detection systems alerted our Security team to the potential hack, and we rapidly identified the means of illegal access and blocked it.</p>
<p>Our first priority in this situation is to protect the safety and security of our customers’ websites and information. A quick review of the data potentially accessed indicated that some customers’ FTP and shell access passwords may have been compromised. So we decided to err on the side of caution and immediately initiate a forced reset of all customers’ FTP and shell access passwords, with the aim of preventing any illegal activity on customer websites. All FTP and shell access passwords were reset, and customer notifications were inserted in the web panel and on www.dreamhoststatus.com asking customers to specify new passwords once they’d logged in.</p>
<p>DreamHost has three types of user passwords – a web panel password, FTP/shell access passwords, and email passwords. Web panel passwords and email passwords were not accessed or affected. However we recommended in an update email to customers and their email users late yesterday that they reset their email passwords as well, as a precaution. It’s important to note that NO CUSTOMER BILLING INFORMATION OR OTHER PERSONAL INFORMATION WAS ACCESSED.</p>
<p>Our Security and Software teams have been investigating if any customer sites, apps or blogs have been affected as a result of the intrusion. As yet we have not identified any major issues – potentially as a result of the swift action to force a password reset. We’ll continue to monitor all systems and investigate and assist with any issues if they come up. We’ll all be working hard over the coming days to minimize any impact on customers beyond the password reset.</p>
<p>DreamHost uses a sophisticated suite of security software and constant monitoring that typically prevents any type of illegal access to our systems. In this case, our systems were not able to prevent the unauthorized access, however our intrusion detection system did allow us to respond immediately and minimize customer impact. We’ve already implemented changes to prevent any similar attempted hacks, and we’re performing a rigorous security review including a detailed review of customer input on potential vulnerabilities. Defending against cyber attacks is unfortunately an everyday part of business for Internet companies, so we’re constantly evolving our security measures to prevent them.</p>
<p>Thanks to all our customers for your patience, support and understanding. We acted swiftly to minimize the risks of the intrusion, and we know that changing passwords has caused you inconvenience. Customers who have ongoing concerns can contact our support team through the web panel. And I’ll be posting another update here if further information that can be shared publicly.</p>
<p>Simon Anderson<br />
CEO, DreamHost</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2012/01/21/security-update/feed/</wfw:commentRss>
		<slash:comments>231</slash:comments>
		</item>
		<item>
		<title>Doin&#8217; the shuffle</title>
		<link>http://blog.dreamhost.com/2011/12/29/doin-the-shuffle/</link>
		<comments>http://blog.dreamhost.com/2011/12/29/doin-the-shuffle/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 10:01:19 +0000</pubDate>
		<dc:creator>Brett D.</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Funnyish]]></category>
		<category><![CDATA[Musings]]></category>
		<category><![CDATA[Promotions]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=4535</guid>
		<description><![CDATA[In the hosting industry customers do switch hosts from time to time. It happens. Customers leave DreamHost and old customers come back to DreamHost. Every day. It happens to us, and it happens to other hosts. It&#8217;s an endless cycle &#8230; <a href="http://blog.dreamhost.com/2011/12/29/doin-the-shuffle/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>In the hosting industry customers do switch hosts from time to time.</p>
<p>It happens.</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/ithappens.jpg" alt="&quot;It happens&quot;" title="&quot;It happens&quot;" width="550" height="229" class="aligncenter size-full wp-image-4537" /></p>
<p>Customers leave DreamHost and old customers come back to DreamHost.  Every day.</p>
<p>It happens to us, and it happens to other hosts.</p>
<p>It&#8217;s an endless cycle of creation, destruction, and rebirth.</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/swirling_universe.jpg" alt="It&#039;s the endless cycle of which we are all a part..." title="It&#039;s the endless cycle of which we are all a part..." width="504" height="250" class="aligncenter size-full wp-image-4536" /></p>
<p>It keeps things interesting and it keeps us on our toes.</p>
<p>There are many reasons for customer churn.  Pricing, features, service levels, and positions on hot political issues are just some of the many criteria that a discriminating hosting customer might look for when selecting a home for their website.</p>
<p>&#8220;SOPA&#8221; has been in the news a lot lately.  It&#8217;s a piece of legislation that threatens the very nature of the Internet.  <a href="http://blog.dreamhost.com/2011/11/22/dont-drop-the-soap-drop-sopa/" title="Don't Drop The SOPA">DreamHost opposes SOPA</a>.  Many web hosts do.  But not all.</p>
<p>The <a href="http://savehosting.org/">Save Hosting Coalition</a> explains why SOPA is bad for web hosts.  And <a href="http://www.americancensorship.org/">americancensorship.org</a> explains what&#8217;s wrong with SOPA in a great <a href="http://americancensorship.org/infographic.html">infographic</a>.</p>
<p>If your host has rubbed you the wrong way about SOPA or any other issue, allow us to lather you up with this special offer&#8230;</p>
<p><a href="https://signup.dreamhost.com/"><img src="http://blog.dreamhost.com/wp-content/uploads/2011/11/soparopa.jpg" alt="SOPAROPA!" title="SOPAROPA!" width="609" height="172" class="aligncenter size-full wp-image-4510" /></a></p>
<p>It&#8217;s a great way to get yourself up and out of a bad hosting situation, and in to the loving arms of DreamHost &#8211; lovers of open-source software, WordPress, free speech, freedom on the Internet, puppies, kittens, and candy.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/12/29/doin-the-shuffle/feed/</wfw:commentRss>
		<slash:comments>10</slash:comments>
		</item>
		<item>
		<title>Happy Holidays from DreamHost!</title>
		<link>http://blog.dreamhost.com/2011/12/23/happy-holidays-from-dreamhost/</link>
		<comments>http://blog.dreamhost.com/2011/12/23/happy-holidays-from-dreamhost/#comments</comments>
		<pubDate>Fri, 23 Dec 2011 21:40:40 +0000</pubDate>
		<dc:creator>Brett D.</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Insider View]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=4514</guid>
		<description><![CDATA[Whatever your holiday may be, HAPPY IT! Not-so-long-ago the freshly-remodeled Disneyland Hotel in Anaheim, California was the site of the 2011 DreamHost Holiday Party! As we head into this holiday weekend we wanted to share some photos of the merriment &#8230; <a href="http://blog.dreamhost.com/2011/12/23/happy-holidays-from-dreamhost/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Whatever your holiday may be, HAPPY IT!</p>
<p>Not-so-long-ago the freshly-remodeled <a href="http://disneyland.disney.go.com/disneyland-hotel/" title="Disneyland Hotel">Disneyland Hotel</a> in Anaheim, California was the site of the 2011 DreamHost Holiday Party!</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas00.jpg" alt="The Disneyland Hotel!  Looks a little different today, though..." title="The Disneyland Hotel!  Looks a little different today, though..." width="500" height="652" class="aligncenter size-full wp-image-4515" /></p>
<p>As we head into this holiday weekend we wanted to share some photos of the merriment and hijinks that ensued!</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas01.jpg" alt="Having a ball. In this room. If only these things had names." title="Having a ball.  In this room.  If only these things had names." width="500" height="333" class="aligncenter size-full wp-image-4516" /></p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas03.jpg" alt="COMBINE POWERS FOR SYCHRONIZED HOLIDAY THINGS AND MAYBE PUNCHING" title="COMBINE POWERS FOR SYCHRONIZED HOLIDAY THINGS AND MAYBE PUNCHING" width="500" height="333" class="aligncenter size-full wp-image-4518" /></p>
<p>Our holiday parties are family-friendly!  Unlike our <a href="http://blog.dreamhost.com/2011/11/01/halloween-2011/">Halloween blowouts</a>!</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas11.jpg" alt="Face? Painted!" title="Face?  Painted!" width="500" height="331" class="aligncenter size-full wp-image-4530" /></p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas08.jpg" alt="Charicature artistry" title="Charicature artistry" width="500" height="332" class="aligncenter size-full wp-image-4523" /></p>
<p>Disco band <a href="http://www.myspace.com/thefunkyhippeez">The Funky Hippeez</a> provided some live entertainment&#8230;</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas02.jpg" alt="Who are these funky hippies..." title="Who are these funky hippies..." width="500" height="333" class="aligncenter size-full wp-image-4517" /></p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas05.jpg" alt="Tearin&#039; up the parquet!" title="Tearin&#039; up the parquet!" width="500" height="333" class="aligncenter size-full wp-image-4520" /></p>
<p>Some celebrities stopped by for photos&#8230;</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas09.jpg" alt="Cute couple! The people look pretty decent too." title="Cute couple!  The people look pretty decent too." width="500" height="332" class="aligncenter size-full wp-image-4524" /></p>
<p>CEO Simon Anderson gave a quick presentation to thank everyone and their families for allowing us to do what we do!  He had a little help&#8230;</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas10.jpg" alt="Who is that masked girl?" title="Who is that masked girl?" width="331" height="500" class="aligncenter size-full wp-image-4525" /></p>
<p>We raffled off some neat stuff too!</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas06.jpg" alt="Rafflin&#039;" title="Rafflin&#039;" width="500" height="333" class="aligncenter size-full wp-image-4521" /></p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas07.jpg" alt="&quot;I won this gray rectangle!&quot;" title="&quot;I won this gray rectangle!&quot;" width="500" height="333" class="aligncenter size-full wp-image-4522" /></p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas12.jpg" alt="Dance!" title="Dance!" width="500" height="333" class="aligncenter size-full wp-image-4531" /></p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/xmas04.jpg" alt="This may be the best photo to come out of the party. Yep, pretty sure it is." title="This may be the best photo to come out of the party.  Yep, pretty sure it is." width="500" height="333" class="aligncenter size-full wp-image-4519" /></p>
<p>At the risk of offending even one of you, &#8220;Happy Whatever&#8221;!</p>
<p>See you in 2012!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/12/23/happy-holidays-from-dreamhost/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>DreamHost is a Top Workplace &#8211; Again!</title>
		<link>http://blog.dreamhost.com/2011/12/02/dreamhost-is-a-top-workplace-again/</link>
		<comments>http://blog.dreamhost.com/2011/12/02/dreamhost-is-a-top-workplace-again/#comments</comments>
		<pubDate>Fri, 02 Dec 2011 19:22:00 +0000</pubDate>
		<dc:creator>Brett D.</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Insider View]]></category>
		<category><![CDATA[Jobs]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=4189</guid>
		<description><![CDATA[For the second year in a row DreamHost has been named to the Orange County Register’s list of Top Workplaces! We&#8217;re so excited we even wrote a press release, so you know it&#8217;s a big deal. The OC Register, in &#8230; <a href="http://blog.dreamhost.com/2011/12/02/dreamhost-is-a-top-workplace-again/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.ocregister.com/articles/leadership-327671-employees-company.html"><img src="http://blog.dreamhost.com/wp-content/uploads/2011/11/ocregister2011.gif" alt="OC Register Top Workplaces 2011" title="OC Register Top Workplaces 2011" width="450" height="220" class="aligncenter size-full wp-image-4190" /></a></p>
<p>For the second year in a row DreamHost has been named to the <a href="http://www.ocregister.com/articles/inc-328993-medical-orange.html">Orange County Register’s list of Top Workplaces</a>!</p>
<p>We&#8217;re so excited we even wrote a <a href="http://www.dreamhost.com/press-releases/dreamhost-named-to-orange-county-registers-list-of-top-workplaces-for-2011/" title="DreamHost is a Top Workplace!">press release</a>, so you <em>know</em> it&#8217;s a big deal.</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/newspaper.jpg" alt="A perfect ten!" title="A perfect ten!" width="550" height="294" class="aligncenter size-full wp-image-4214" /></p>
<p>The <a href="http://www.ocregister.com/">OC Register</a>, in association with <a href="http://www.workplacedynamics.com/">Workplace Dynamics</a>, collected anonymous surveys from over 18,500 employees across 119 companies from Orange County.</p>
<p>This week the results were finally announced. You can find the Top Workplaces 2011 supplement in <strong>today’s edition</strong> of the Orange County Register.</p>
<p>10 large companies, 25 mid-size, and 40 small companies made the cut, and we’re happy to announce that we were at #10 on the small companies list.</p>
<p>Last night the companies named to the list were announced at an awards dinner full of lots of suits, ties, and dresses.  (We left ours at home.)<br />
<img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/awardsdinner.jpg" alt="Lots of suits in the audience..." title="Lots of suits in the audience..." width="500" height="375" class="aligncenter size-full wp-image-4226" /></p>
<p>Our own <a href="http://dreamhost.com/about-us/the-dreamhost-team/the-dreamhost-team-executive-profiles/" title="Meet the DreamHost executive team!">VP of Human Resources</a>, Art Elizarov, even took the stage as a presenter for the evening!</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/12/art.jpg" alt="Art Elizarov, reppin&#039; the DreamHost crew!" title="Art Elizarov, reppin&#039; the DreamHost crew!" width="300" height="400" class="aligncenter size-full wp-image-4221" /></p>
<p>You can check out <a href="http://www.topworkplaces.com/index.php/company/dreamhost_oc">our company profile</a> for more information about what it takes to be a Top Workplace in Orange County.</p>
<p>Once you’ve had a chance to look over the winners, why not dust off your resume and <a href="https://dreamhostcareers.silkroad.com/">apply to work at DreamHost</a>? We&#8217;d love to have you, and there&#8217;s no shortage of open positions&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/12/02/dreamhost-is-a-top-workplace-again/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Halloween 2011!</title>
		<link>http://blog.dreamhost.com/2011/11/01/halloween-2011/</link>
		<comments>http://blog.dreamhost.com/2011/11/01/halloween-2011/#comments</comments>
		<pubDate>Tue, 01 Nov 2011 23:15:34 +0000</pubDate>
		<dc:creator>Brett D.</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Insider View]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=4083</guid>
		<description><![CDATA[Last Saturday night we held our annual Halloween party at The Edison in Downtown Los Angeles. We loved it so much in 2010 that we decided to do it there again! And, for the second year in a row, it &#8230; <a href="http://blog.dreamhost.com/2011/11/01/halloween-2011/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last Saturday night we held our annual Halloween party at <a title="http://www.edisondowntown.com/" href="http://www.edisondowntown.com/">The Edison</a> in Downtown Los Angeles. We <a title="Halloween 2010!" href="http://blog.dreamhost.com/2010/11/01/halloween-2010/">loved it so much in 2010</a> that we decided to do it there again!</p>
<p>And, for the second year in a row, it was glorious!</p>
<p><img class="alignnone size-large wp-image-4084" title="The calm before the storm..." src="http://blog.dreamhost.com/wp-content/uploads/2011/11/0002-366x550.jpg" alt="The calm before the storm..." width="366" height="550" /></p>
<p><img class="alignnone size-large wp-image-4088" title="The main bar" src="http://blog.dreamhost.com/wp-content/uploads/2011/11/0142-550x366.jpg" alt="The main bar" width="550" height="366" /></p>
<p><img class="alignnone size-large wp-image-4090" title="Javier wins best costume.  Again!" src="http://blog.dreamhost.com/wp-content/uploads/2011/11/0173-550x366.jpg" alt="Javier wins best costume.  Again!" width="550" height="366" /></p>
<p><img class="alignnone size-large wp-image-4089" title="Comic Book Girl and Browsers!" src="http://blog.dreamhost.com/wp-content/uploads/2011/11/0149-550x366.jpg" alt="Comic Book Girl and Browsers!" width="550" height="366" /></p>
<p><img class="alignnone size-large wp-image-4086" title="A.W.E.S.O.M. - O. &amp; Friends" src="http://blog.dreamhost.com/wp-content/uploads/2011/11/0090-550x366.jpg" alt="A.W.E.S.O.M. - O. &amp; Friends" width="550" height="366" /></p>
<p><img class="alignnone size-large wp-image-4087" title="DJ Phear, for your listening pleasure..." src="http://blog.dreamhost.com/wp-content/uploads/2011/11/0125-550x366.jpg" alt="DJ Phear, for your listening pleasure..." width="550" height="366" /></p>
<p><img class="alignnone size-large wp-image-4085" title="Gary Oldman, 5th Element &amp; A Tree!" src="http://blog.dreamhost.com/wp-content/uploads/2011/11/0027-550x366.jpg" alt="Gary Oldman, 5th Element &amp; A Tree!" width="550" height="366" /></p>
<p>The very talented <a title="Gerson Photography" href="http://www.gersonphotography.com/">Debra Gerson</a> helped us capture the evening in photos and we&#8217;ve thrown them <a title="Flickr: DreamHost Halloween 2011" href="http://www.flickr.com/photos/dreamhost/sets/72157627903871923/">up on Flickr</a>. Some of the costumes this year were <em>unreal</em>.</p>
<p>We&#8217;re hoping to see you there next year!</p>
<p>All you have to do is <a href="http://dreamhost.com/about-us/jobs/">get hired</a>. We&#8217;ll take it from there!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/11/01/halloween-2011/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>e-Commerce websites growing in popularity</title>
		<link>http://blog.dreamhost.com/2011/10/03/e-commerce-websites-growing-in-popularity/</link>
		<comments>http://blog.dreamhost.com/2011/10/03/e-commerce-websites-growing-in-popularity/#comments</comments>
		<pubDate>Mon, 03 Oct 2011 22:36:48 +0000</pubDate>
		<dc:creator>kimterca</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=3890</guid>
		<description><![CDATA[The following is a post by guest blogger Kim Terca.Kim is a tech analyst and DreamHost consultant. This won’t come as much of a surprise to DreamHost users, but e-commerce sales are on the rise. (Hey, that’s why you have &#8230; <a href="http://blog.dreamhost.com/2011/10/03/e-commerce-websites-growing-in-popularity/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<div style="border: 1px solid #d7e3f1;background-color: #f5fafe;color: #437ebb;padding: 10px 0px 10px 0px;margin: 10px 0px 10px 0px;text-align: center">The following is a post by guest blogger Kim Terca.<br />Kim is a tech analyst and DreamHost consultant.</div>
<p>This won’t come as much of a surprise to DreamHost users, but e-commerce sales are on the rise. (Hey, that’s why you have a website, isn’t it?). DreamHost recently polled their customers to ask about the e-commerce activities taking place on their sites, and the data was interesting to say the least.</p>
<p>Overall in 2011, 26% of DreamHost customers say they have e-commerce systems in place on their websites (up from 20% of customers in 2010). The number of websites accepting popular payment methods is also up. PayPal remains king, with nearly 78% of websites accepting PayPal (an increase from 72% last year). Credit card transactions are decidedly less popular, but also increasing from year to year. Today 37.9% of websites are processing credit cards online (compared to 24.7% in 2010). The percentage of websites with manual processing for credit cards increased from 8.7% in 2010 to 12.3% in 2011.</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/10/blog-infographic-450x550.jpg" alt="E-Commerce Infographic COMIN&#039; ATCHA!" title="E-Commerce Infographic COMIN&#039; ATCHA!" width="450" height="550" class="aligncenter size-large wp-image-3934" /></p>
<p>Some other interesting results from DreamHost&#8217;s survey:</p>
<p>What do you sell online?<br />
Of those with e-commerce systems, 74.2% are selling physical goods like clothing, art, and cars. Digital goods (like music, ebooks, and video) are offered by 36.2% of websites. Services are being sold by 37.1% of websites.</p>
<p>Secure certificates<br />
In 2010, 22% of DreamHost customers said they had a secure certificate on their website. Today, that percentage has increased to 25.1%. Of those, 61% got their <a href="http://wiki.dreamhost.com/Secure_Hosting">secure certificates from DreamHost</a>.</p>
<p>The 3 biggest complaints about e-commerce software<br />
<strong>2010</strong>                                      <strong>2011</strong><br />
1. Ability to use plug-ins       1. Technical support<br />
2. Technical support              2. Ability to use plug-ins<br />
3. Documentation                  3. Documentation</p>
<p>While many e-commerce solutions will work on DreamHost accounts, DreamHost has partnered with <a href="https://www.cafecommerce.com/try_it_free?utm_campaign=partners_page&amp;utm_medium=website&amp;utm_source=DreamHost">CafeCommerce </a> to offer an exclusive e-commerce software offering.</p>
<div style="border: 1px solid #d7e3f1;background-color: #f5fafe;color: #437ebb;padding: 10px 0px 10px 0px;margin: 10px 0px 10px 0px;text-align: center">The preceding was written by guest blogger Kim Terca.<br />Kim is a tech analyst and DreamHost consultant.<br />
Contact <a href="mailto:blog@dreamhost.com">blog@dreamhost.com</a> if you&#8217;d like to see yourself here!</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/10/03/e-commerce-websites-growing-in-popularity/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>An Intro to Platform as a Service</title>
		<link>http://blog.dreamhost.com/2011/09/20/an-intro-to-platform-as-a-service/</link>
		<comments>http://blog.dreamhost.com/2011/09/20/an-intro-to-platform-as-a-service/#comments</comments>
		<pubDate>Tue, 20 Sep 2011 13:01:58 +0000</pubDate>
		<dc:creator>Dallas Kashuba</dc:creator>
				<category><![CDATA[Business]]></category>
		<category><![CDATA[Insider View]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=3811</guid>
		<description><![CDATA[Lately, there&#8217;s been a lot of talk about Infrastructure as a Service (IaaS), Software as a Service (SaaS), and Platform as a Service (PaaS, not to be confused with the easter egg people, PAAS), what distinguishes them from each other, and how &#8230; <a href="http://blog.dreamhost.com/2011/09/20/an-intro-to-platform-as-a-service/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Lately, there&#8217;s been a lot of talk about Infrastructure as a Service (IaaS), Software as a Service (SaaS), and Platform as a Service (PaaS, not to be confused with the easter egg people, <a title="PAAS" href="http://www.paaseastereggs.com/">PAAS</a>), what distinguishes them from each other, and how they all fit into the more general concept of <a href="http://en.wikipedia.org/wiki/Cloud_computing">Cloud Computing</a>.  Software as a Service and Infrastructure as a Service are generally well understood, but Platform as a Service still remains a bit of a mystery to many people.  In this short series of posts we&#8217;ll take a stab at explaining it a bit, starting with an introduction to the concept of platforms as they apply to software and dipping into the basics of Platform as a Service.  In future posts we&#8217;ll get into more of the nitty gritty.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/dottieday/4661337525/"><img class="size-full wp-image-3814 aligncenter" title="window washers" src="http://blog.dreamhost.com/wp-content/uploads/2011/09/windowwashers.jpg" alt="If only every platform were this stable and reliable." width="500" height="375" /></a></p>
<p><strong>What is a Platform?</strong></p>
<p>A platform is anything you can leverage to accomplish something in a simpler, faster, or otherwise better way than you could without.  A platform may even provide a way to accomplish things that would otherwise not be possible at all.  In the most basic sense a platform is something physical that you can stand on to reach up higher.  In the software world it&#8217;s essentially the same idea.  As a programmer, you leverage pre-exisitng code rather than starting from scratch and writing everything.  The most well-known software platforms for desktop software are Windows and Mac OS and it&#8217;s generally very clear where those platforms end and the applications begin.</p>
<p>&nbsp;</p>
<p><strong>Web Platforms</strong></p>
<p>In the world of web-based software, the infrastructure or hosting layer is analogous to desktop computer hardware and the platform layer is analogous to a desktop operating system.  In the very early days of web hosting, companies like us provided a service that was not much more than some disk space on a pre-configured Linux server with web server software running on it and a smattering of common scripting languages such as perl and python.  Those early hosting platforms were really only a thin layer on top of Linux itself.  It saved you from having to know how to configure the underlying software but didn&#8217;t really help you develop your own websites faster.</p>
<p>A lot has changed since then and web platforms have changed along the way, too.  Hosting services have automated the management of the underlying operating system and have exposed that to users in the form of increased control.  Additional features such as email distribution lists, contact form handlers, e-commerce options and other tools that make it easier to build and run a website are part of almost every hosting service, and even the installation of third-party web software platforms and frameworks is almost completely automated.  More advanced services, such as the one offered by DreamHost, also provide managed security, scaling options via automated migration between service levels, integration with external services such as content delivery networks, and an API providing on-demand launching of private servers and fine-grained control over DNS records.  Web platforms today provide a significant level of automation, control, and tools to help you build and manage your websites and that works great for almost all websites, but successfully scaling a very busy website can still take more work than it should.  That&#8217;s where Platform as a Service comes in.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/mikebaird/3898808431/"><img class="size-full wp-image-3817 aligncenter" title="Oil Drilling Platform" src="http://blog.dreamhost.com/wp-content/uploads/2011/09/oilplatform.jpg" alt="An example of a commercial platform" width="500" height="333" /></a></p>
<p><strong>Platform as a Service</strong></p>
<p>The ultimate goal of a PaaS is to make it easier for you to run your website or web application no matter how much traffic it gets.  It should &#8220;just work&#8221;.  Where traditional managed hosting services have been pushing towards providing you with more control over the managed environment, platform services remove you from that aspect of the system altogether and manage it completely for you.  You just deploy your application and the service figures out what to do with it.  A platform as a service should handle scaling seamlessly for you so you can just focus on your website and the code running it.  That&#8217;s what I think is the holy grail of Platform as a Service and not necessarily the reality, though.  Platform services that exist today typically provide parts of this with some set of limitations appropriate to the type of user or application they are targeting.  In the next post in this series we&#8217;ll discuss some of the different kinds of platform services.</p>
<p>And if none of this is remotely interesting to you, you may still appreciate the <a href="http://en.wikipedia.org/wiki/Platform_game">more fun kind of platform</a>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/09/20/an-intro-to-platform-as-a-service/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Dissecting web site attacks: What you should know.</title>
		<link>http://blog.dreamhost.com/2011/09/13/dissecting-web-site-attacks-what-you-should-know/</link>
		<comments>http://blog.dreamhost.com/2011/09/13/dissecting-web-site-attacks-what-you-should-know/#comments</comments>
		<pubDate>Tue, 13 Sep 2011 17:22:33 +0000</pubDate>
		<dc:creator>RobertR</dc:creator>
				<category><![CDATA[Insider View]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=3837</guid>
		<description><![CDATA[The Internet has become a money making machine for many people. We&#8217;re really happy to see this as it&#8217;s allowed many of our customers to become successful. A customer with a successful web business is bound to be a customer &#8230; <a href="http://blog.dreamhost.com/2011/09/13/dissecting-web-site-attacks-what-you-should-know/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>The Internet has become a money making machine for many people. We&#8217;re really happy to see this as it&#8217;s allowed many of our customers to become successful. A customer with a successful web business is bound to be a customer that pays their hosting bill on time! Unfortunately there are also unscrupulous noogoodnicks whom will do ANYTHING to make another dollar. Some of their favorite forms of monetization include infecting sites with hidden spam links, stealing a site&#8217;s traffic via redirects, uploading phishing pages, or even worse &#8211; turning a site into a node for a web-based botnet that sells access to the highest bidder on an underground forum or IRC channel.</p>
<p>Attacks on web sites and applications have evolved rapidly over the last decade along with the rise of global internet access and dependence. As is always the case, an increase in money exchanging hands and the related comfort level with those monetary exchanges has brought the Internet to the forefront of revenue creation models by criminal gangs and crooks of all sorts.</p>
<p>Long gone are the days where the worst a site owner could expect when their site is compromised was a modification to the site&#8217;s front page content, usually including some sort of nasty message or witty prose. Current web-based attacks do their best to cover their exploit tracks in order to allow the attackers maximum time to do their criminal nastiness. This works in the attacker&#8217;s favor because as long as the website owner believes that their site looks and functions as intended, then there isn’t a second thought given to potentially being compromised by fraudsters and nogoodnicks.</p>
<p>Understanding these criminals and their intentions will prepare you to deal with them effectively when they cross your path.</p>
<p><strong>Scene One:</strong> “The Attack!”</p>
<p>The criminal&#8217;s goal is simple: Infect as many sites and systems as possible without getting detected and cash in by providing access to these infected systems. This attack starts with scanning software that is armed with known vulnerabilities and insecure passwords. The attack rapidly scans random IPs and search engines for any trace of web sites with known vulnerabilities. Once a target is compromised the attackers then upload backdoor shells and hide them on the site somewhere that will not be detected. As you may have guessed, the backdoor shells they uploaded have the ability to run the same scanning mechanisms and will be used to compromise more sites and expand the network controlled by the criminal!</p>
<p>The above alone doesn&#8217;t generate a criminal any cash. All they will have is a list of &#8216;attack nodes&#8217; at their disposal. This is when the entrepreneurial criminal comes into play. They will hold onto part of their attack nodes and keep them safe, while offering access to the other nodes for a price&#8230; And who would buy access to these nodes? More criminals of course!</p>
<p>By this time the site has been compromised for days, weeks or even months and will begin to show signs of having been exploited. The original criminal will at some point sell access to spammers. As career spammers are affectionately known to do, they will upload spam pages (pharmacy and phishing pages are common); or they sell your site to some shady marketing people to use your site in a BlackHat SEO campaign to boost a spammy site. Besides spammers it is also common for these criminals to sell to other criminals for their own botnets. They will pay for access to the backdoor just to upload their own backdoor! (criminals stealing from the criminals, what else would they expect?)</p>
<p>In the end, it isn&#8217;t uncommon to see a site compromised and then eventually end up looking like a hot mess with dozens of backdoors uploaded and hidden all over the web site. In the worst cases spammer links are injected on <em>every</em> page on the site, making it so every visitor whom is simply looking for your site, “Bob’s Toy Emporium” on popular search engines somehow finds themselves redirected to purchase little blue pills on a not so legitimate site.</p>
<p><strong>Scene Two: </strong>&#8220;Don&#8217;t Let The Bad Guys Win!&#8221; (aka: &#8220;What YOU Can Do&#8221;)</p>
<p><strong>Prevention!</strong><br />
It&#8217;s easier to stop the attackers before they hit than to clean up after them. The vast majority of web based attacks can be prevented by choosing a strong passphrase (P.S. You should also use sFTP instead of normal FTP, change your habit today!) and upgrading website software as soon as there is an update available! We make updating many popular website software applications easy with our One-Click Installation system &#8212; plugins, add-ons or custom code would still be your responsibility to upgrade though.</p>
<p><strong>Detection!</strong><br />
&#8220;Because knowing is half the battle.&#8221;<br />
Be aware of the files on your site and take an occasional review of them. See something out of place? Check into it! If it looks like a blind and rabid cat got a hold of the keyboard, then you might just have a problem (a problem that may be worse than if you actually had a blind rabid cat on your hands.) Here are some quick examples of malicious code we commonly see appended to website files:</p>
<p>eval(base64_decode(&#8220;aWYoZnVuY3Rpb25fZXhpc3RzKCdvYl9zdGFydC</p>
<p>or</p>
<p>$HixNlV=&#8217;as&#8217;;$eQovrf=&#8217;e';$xsEWcg=$HixNlV.&#8217;s&#8217;.$eQovrf.&#8217;r&#8217;.&#8217;t';$HtJYXB=&#8217;b&#8217;.$HixNlV.$eQovrf</p>
<p>The attackers use many methods to obfuscate the purpose of their backdoors, but they all have in common the fact they don&#8217;t want you to be able to understand what their purpose is. There are some exceptions, but if a file doesn&#8217;t seem to belong on your site and you didn&#8217;t put it there then there should be reason believe that you have been exploited.</p>
<p><strong>Scene Three:</strong><br />
What do you do if you think you&#8217;re compromised? Undo what the attackers did and secure your site from further abuse.</p>
<p>It is vital that you remove all added backdoors from your site and take action to prevent further attacks. These two steps are a lot easier than most people think, but you can not be lazy about them. First, check your site&#8217;s files for changes and file modifications. If you find anything that doesn&#8217;t belong there you need to disable/quarantine/remove it! Be sure to double-check that all of your sites&#8217; software has been upgraded to the latest versions so known security holes are closed. Finally, Don&#8217;t forget to make sure you change your passwords (FTP, SSH, MySQL) too, just in case those may have been compromised as well.</p>
<p>What&#8217;s that? Your site has over 1,000 files and you want the site’s web master to check them all? Oh my!</p>
<p>You can tackle two problems at once, backups and security with the following tip. If a site is worth spending 10 minutes writing content for, then you should keep a backup of your site on your home/office computer. This backup will not only help you to get your site back online after almost any disaster, it will also help you identify any changes the attackers made to your site!</p>
<p>How? Well, since you&#8217;re now a savvy website owner who keeps clean and secure backups locally, you can download the “compromised” version of your site and use file comparison software* to compare it to a clean version to see exactly what has changed. You’ll also be better prepared for a possible “cyber forensics” role in the next episode of CSI&#8230;</p>
<p>*<em>(search online for “compare directories” plus your operating system of choice and you will find tons of options!)</em></p>
<p>By now your site should be secure (knock on wood) so you can place it back online knowing the bad guys have less nodes to attack other websites and servers from. If you haven&#8217;t already though, please contact our support staff and let us know that you think you&#8217;ve been hacked. Our security team will then run a basic scan on your site&#8217;s files, and if we see any insecure software or have any known backdoors running on your site we will let you know!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/09/13/dissecting-web-site-attacks-what-you-should-know/feed/</wfw:commentRss>
		<slash:comments>12</slash:comments>
		</item>
		<item>
		<title>WordCamp Los Angeles here we come!</title>
		<link>http://blog.dreamhost.com/2011/09/08/wordcamp-los-angeles-here-we-come/</link>
		<comments>http://blog.dreamhost.com/2011/09/08/wordcamp-los-angeles-here-we-come/#comments</comments>
		<pubDate>Thu, 08 Sep 2011 21:18:37 +0000</pubDate>
		<dc:creator>Brett D.</dc:creator>
				<category><![CDATA[Events]]></category>
		<category><![CDATA[Updates]]></category>

		<guid isPermaLink="false">http://blog.dreamhost.com/?p=3843</guid>
		<description><![CDATA[When we sponsored WordCamp San Francisco this year we didn&#8217;t expect to be doing the same thing in our own backyard less than a month later! The truth is we were so overwhelmed by the enthusiasm of the WordPress community &#8230; <a href="http://blog.dreamhost.com/2011/09/08/wordcamp-los-angeles-here-we-come/">Continue Reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><a href="http://2011.la.wordcamp.org/"><img src="http://blog.dreamhost.com/wp-content/uploads/2011/09/wcla.gif" alt="WordCamp LA" title="WordCamp LA" width="550" height="127" class="aligncenter size-full wp-image-3853" /></a></p>
<p>When we <a href="http://blog.dreamhost.com/2011/08/12/meet-up-with-dreamhost-at-wordcamp-san-francisco/">sponsored WordCamp San Francisco</a> this year we didn&#8217;t expect to be doing the <em>same</em> thing <em>in our own backyard</em> less than a month later!</p>
<p>The truth is we were so overwhelmed by the enthusiasm of the WordPress community in San Francisco that when we learned <a href="http://2011.la.wordcamp.org/">WordCamp LA</a> was looking for sponsors, we jumped at the chance!  Literally!  I jumped up in the air.</p>
<p>Looking back on things I guess jumping around was kind of a strange reaction to have&#8230;but that&#8217;s how we feel about WordPress and its vibrant community of developers, designers, and users over here!</p>
<p>You make us push ourselves skyward with our legs!  Be proud.</p>
<p><img src="http://blog.dreamhost.com/wp-content/uploads/2011/08/wordpresslove-550x264.jpg" alt="DH &amp; WP" title="DH &amp; WP" width="550" height="264" class="aligncenter size-large wp-image-3697" /><br />
DreamHost is proud to be a Platinum sponsor of WordCamp LA 2011, <a href="http://2011.la.wordcamp.org/schedule/wordcamp/">taking place THIS WEEKEND</a> on the Loyola Marymount University campus.</p>
<p>If you&#8217;ll be at WordCamp LA keep your eyes peeled for anyone wearing a DreamHost shirt &#8211; we&#8217;re anxious to meet you and can&#8217;t wait to hear your stories!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.dreamhost.com/2011/09/08/wordcamp-los-angeles-here-we-come/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: enhanced
Object Caching 612/760 objects using memcached

Served from: blog.dreamhost.com @ 2012-02-09 09:19:53 -->
