Static site hosting

From OpenHatch wiki
Revision as of 16:35, 21 November 2011 by imported>Paulproteus

Summary

Many of the sites created by OpenHatch are purely static files. This includes the Campus Outreach site at http://campus.openhatch.org/ and the Boston Python Workshop website at http://bostonpythonworkshop.com/.

So far, we have hosted these sites on the main OpenHatch linode. We're in the process of moving them to NearlyFreeSpeech.NET.

History

On November 19, 2011, the main OpenHatch linode had an outage. This meant that all the sites hosted on it, including these static sites, were down. Jessica McKellar urged us to find a more reliable, well-monitored hosting situation for the Boston Python Workshop.

Rationale for NearlyFreeSpeech.NET

  • They are reliable and security-minded: They have about 2 hours of downtime every 4 years, and they schedule these outages in advance. (So if we want to handle their outages by changing DNS to point at our own server during these short outages.)
  • I would prefer to use some "cloud"-esque thing like Rackspace Cloud Files or Amazon EC2+CloudFront, but none of those services let you point the root of a domain name to them.
    • I feel more comfortable putting our files on a hosting service where we believe the hosting company is big enough to geographically spread its data around multiple data centers. (Perhaps NFS does this as well; I'm not sure.)
  • All these options are super cheap; less than $40/yr for our needs.
  • In general, I strongly prefer to put static sites with hosts that understand how easy it is to serve static sites. NearlyFreeSpeech.NET and Rackspace Cloud Files and others have clear provisions for marking sites as static, which indicates they have a clue.
  • NFS.net can manage DNS for these domains, which minimizes our hassle.

Status

  • Asheesh created an account with Nearly Free Speech.
  • Right now, the "sip" shell account on linode.openhatch.org maps to the BPW website URL. Asheesh plans to set up a new "staticsites" shell account to have the info + authentication secrets to push the files to Rackspace Cloud Files rather than have Apache/nginx serve them out of /home/sip/.
    • In the future, maybe, the BPW repo will hopefully contain enough info (except authentication secrets) for people to do a push to NFS.net.