BBC News Under The Bonnet
diodesign writes "BBC News has revealed that Linux and Apache power its popular news website, along with a modified DNS server and machine farms in New York and London. At peak times, the site serves over 4 million users and 50 million page impressions a day. It's a pretty well explained guide to producing a regularly updated content based website that scales well." From the article: "The technology which serves the site is designed to be as simple as possible. The simpler the site, the cheaper it is to run. There are fewer elements which can malfunction on big days; and there are fewer parts which can be compromised by someone trying to gain unauthorised access."
Apache is the most common web server around. But Apache on its own does not deliver content. Apache + Linus is not news any more. Apache and web servers in general are commodities today. On top of Apache a content management system runs for sure. It would be more intresting to read how this system works, if it is proprietary or free, etc.
Come on mods, flamebait? This comment is very off topic, but I really doubt it's intended to start a flame war. I'm a libertarian from Boston (Boston= quite liberal) and when I mention watching the BBC I do occasionally get responses suggesting I am anti-Bush/USA/whatever. The parent isn't saying that the BBC is anti-American propaganda, just that when he tries to watch it, other Americans tell him that it is.
they use SSI (Server Side Includes) to put their sidebar items into each story. Seems like a bit of an antiquated method for these days, no?
If the wheel is still round, why re-invent it?
BBC's site is not ad-driven, and content changes are infrequent enough that redeploying from their backend CMS is good enough. Their edge servers don't require a great deal of dynamicism, and SSI seems to meet their needs, so why not.