Which host offers the most interpreters?
June 5, 2009 9:20 AM   Subscribe

Is there a reliable, not-too-expensive hosting company out there that lets you post server scripts in most open-source languages?

This is for personal use. I know PHP and I'm learning Python. Eventually, I want to learn Java and one of the popular functional languages. And maybe some C++.

I know I could just download the various interpreters and compilers and play around locally, but it's so much more fun writing web apps for public consumption.

Currently, I'm with Dreamhost, and they let me code in PHP and Python. Is there another host out there with more options?

I know I could get my own dedicated server or use Amazon's cloud service, but those would be expensive solutions -- wouldn't they? If that's the only way to go, help me find the most reasonable option. I'm talking personal website stuff here. I currently pay $30 a month to Dreamhost. I'd pay a bit more than that if necessary, but I'd rather not pay hundreds a month.
posted by grumblebee to Computers & Internet (11 answers total) 3 users marked this as a favorite
 
You pay $30/mo with Dreamhost? What plan are you on? Most are ~$10.

DH also allows RoR and a few others, IIRC. Isn't it dependent upon fcgi?
posted by unixrat at 9:28 AM on June 5, 2009


Best answer: You can get a virtual server from Linode.com for $19/mo. This is full root access to a virtual hosted machine running on Xen (which is the same kernel Amazon's EC2 uses)
posted by delmoi at 9:32 AM on June 5, 2009 [2 favorites]


Also running a 'small' image on EC2 24/7 costs 10¢/hour*24h/day*30days/month = $72 a month.
posted by delmoi at 9:34 AM on June 5, 2009


Response by poster: unirat, I run several sites off Dreamhost, so I pay them extra for more space.
posted by grumblebee at 9:40 AM on June 5, 2009


Once you run your own VPS, you can consolidate all your sites using virtual hosts.
posted by delmoi at 9:47 AM on June 5, 2009


I was going to recommend Linode.com as well. Linode lacks any fancy user interfaces - but there are plenty of guides out there on sitting Unbuntu up and hardening it. Give me a yell if you need pointed in the right direction.
posted by jaythebull at 10:51 AM on June 5, 2009


Just in case anyone else is looking for this.

Great setup guide:
http://www.howtoforge.com/perfect-server-ubuntu-8.10-p7

Good overall tips on hardening and etc:
http://www.iheartlinux.com/ubuntu

The user forums at Linode are great as well
posted by jaythebull at 10:55 AM on June 5, 2009


Go to your Control Panel >> Billing >> Accounts (or here) and upgrade your account.
I upgraded from Crazy Domain Insane to Happy Hosting, and it doubled my diskspace but halved my costs. However, I don't recall exactly how I did it, but it was definately there somewhere.

Hosting plans get updated over time, your account does not.
posted by IAr at 12:30 PM on June 5, 2009


Response by poster: I upgraded from Crazy Domain Insane to Happy Hosting

I just checked out Happy Hosting. It's a bit confusing. Am I reading it right? $5.95 a month, but you have to pay for 10 YEARS????
posted by grumblebee at 12:46 PM on June 5, 2009


I second Linode. You'll get some sysadmin chops as well.
posted by Freen at 12:46 PM on June 5, 2009


In addition to trying it out remotely you could create a virtualbox host and install linux on that, then when you've got the server setup all worked out move up to a linode install.
posted by delmoi at 4:14 PM on June 5, 2009


« Older How can we automate an FTP action from a folder on...   |   never meaning no harm Newer »
This thread is closed to new comments.