TheProjecter / whazzup

Automatically exported from code.google.com/p/whazzup
0 stars 0 forks source link

Set cache headers for static files #66

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
At the moment the static files either get no cache headers, or the cache 
headers are wrong. Need to fix this so that clients do not constantly 
re-download these files.

Original issue reported on code.google.com by lar...@gmail.com on 3 Jul 2012 at 11:36

GoogleCodeExporter commented 9 years ago
This may help: http://www.mail-archive.com/webpy@googlegroups.com/msg04559.html

Alternatively, http://httpd.apache.org/docs/2.0/mod/mod_expires.html may do the 
trick.

Original comment by lar...@gmail.com on 3 Jul 2012 at 11:38