static files

Justin Carmony's Blog: Setting Up Nginx & PHP-FPM on Ubuntu 10.0...

PHPDeveloper.org  Tue, 10/25/2011 - 12:39

Justin Carmony has a new tutorial posted to his blog today about setting up Nginx and PHP-FPM on Ubuntu in a few easy steps (thanks to some package management).


 

Make Browsers Cache Static Files With mod_expire On Lighttpd (De...

Linux Today  Fri, 03/25/2011 - 10:07

HowtoForge: "This saves bandwidth and makes your web site appear faster (if a user visits your site for a second time, static files will be fetched from the browser cache).

This tutorial was written for Debian Squeeze."


 

Make Browsers Cache Static Files With mod_expires On Apache2 (De...

Linux Today  Wed, 03/16/2011 - 12:04

HowtoForge: "This tutorial explains how you can configure Apache2 to set the Expires HTTP header and the max-age directive of the Cache-Control HTTP header of static files."


 

Jekyll: A Ruby-Powered Static Site Generator

Ruby Inside  Thu, 11/05/2009 - 15:34

jekyllJekyll is a simple Ruby-powered static site generator, originally by Tom Preston-Werner (aka mojombo) of Github fame.

It's focused around blogging, but it can be configured to generate any kind of static site.