Skip to content

Instantly share code, notes, and snippets.

@aarongustafson
Created December 6, 2009 13:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aarongustafson/250230 to your computer and use it in GitHub Desktop.
Save aarongustafson/250230 to your computer and use it in GitHub Desktop.
Expires headers examples for Apache
ExpiresActive on
ExpiresByType text/css "access plus 5 years"
ExpiresByType application/x-javascript "access plus 5 years"
ExpiresByType text/javascript "access plus 5 years"
FileETag none
ExpiresActive on
ExpiresByType text/css "access plus 5 days"
ExpiresByType application/x-javascript "access plus 24 hours"
ExpiresByType text/javascript "access plus 24 hours"
FileETag none
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment