up vote 0 down vote favorite
4
share [g+] share [fb]

I think it's best if I ask this question with an example scenario.

Let's say your mom-and-pop local hardware store has never had a website, and they want you, a freelance developer, to build them a website. You have all the skills to run a LAMP setup and admin a system, so the difficult question you ask yourself is – where will I host it? You aren't going to host it out of the machine in your apartment.

Let's say you want to be able to customize your own system, install the version of PHP you want, and manage your own database. Perhaps the best kind of hosting is to get a virtual machine so you can customize the system as you see fit. But this essentially a "set it and forget it" site you make, bill by the hour for, and then are done. In other words, the hosting should not be an issue.

Given these hosting requirements:

  • Unlimited growth potential needing good amounts of bandwidth to handle visitors
  • Wide range of system and programming options allowing it to be portable
  • Relatively cheap (not necessarily the cheapest) or reasonable scaling cost
  • Reliable hosting with good support
  • Hosted entirely on the host company's hardware

Who would you pick to host this website? Yes, I am asking for a business/company recommendation. Is there a clear answer for this scenario, or a good source that can reliably give the current answer?

I know there are all kinds of schemes out there. I'm just wondering if any one company fills the bill for freelancers and stands out in such a crowded market.

link|improve this question
What I did was buy a 1U box on eBay, and put it into a colo facility. Works great. – Paul Tomblin Feb 13 '09 at 20:18
1  
It's probably not what you're looking for, but if you want set-and-forget, I'd just go with shared hosting. A mom-and-pop store will never get enough bandwidth to justify more than that. – Brendan Long May 22 '10 at 17:50
feedback

closed as off topic by Roger Pate, James Black, gnovice, bmargulies, dmckee Aug 16 '10 at 3:34

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

4 Answers

Well, some good VPS solutions that allows for pain free upgrades and are really cheap are Linode and Slicehost. The problem here though is they aren't setup and forget..if they need an upgrade, you have to manually do it. However, with those 2 hosts, you order the upgrade and it is performed painlessly in less than 5 minutes. All your files will be intact.

Based on your description, though, it sounds like you want a cloud host where you can just set up the server and have it automatically scale to what you need. In that case, you'll want to check out Amazon EC2 and Amazon S3.

link|improve this answer
+1 more for Slicehost coming from a very satisfied customer ;-) Slicehost is really meant for people who want to get involved in the "dirty work" of maintaining a server, i.e. upgrades and such. If you want to set it and forget it, VPS isn't really the way to go. – David Zaslavsky Feb 13 '09 at 21:07
The benchmarks I've seen show Linode being faster, and it comes with more memory, disk space and bandwidth. EC2 is more scalable (more scalable than 99% of people will ever need), but it's also more expensive and the latency is higher. – Brendan Long May 22 '10 at 17:48
feedback

I've been extremely pleased with webfaction http://webfaction.com. They have stock installations of several popular applications and frameworks (PHP, Django, Drupal, etc.) However, you're not locked into these. While they don't give you root access, they do give you access to a complete toolchain allowing you to compile and install whatever version of whatever components you need.

I've compiled and installed Erlang, ejabberd, couchdb, rabbitmq, activemq, openfire on my server with only minor hitches mostly due to ignorance on my part, not their system.

link|improve this answer
feedback

I've used RimuHosting, they have great service (respond in minutes a lot of the time). They'll see you up with a Virtual Server however you want and you get root access and get configure it how you'd like. If you need help with something, they've always helped me very quickly. You can pick between whichever distro or software you'd like.

link|improve this answer
feedback

I've been using site5 http://www.site5.com/ for a number of years now and would definitely recommend them. They support PHP, Ruby on Rails and Python and allow SSH access so you can get quite a bit done. Their support is awesome and they often let you install arb software (they let me have mercurial before it was standard on their setup).

link|improve this answer
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.