fix for prototype-1.7, leases were broken
[plewww.git] / httpd / plewww.conf
index 2240a7b..028254c 100644 (file)
@@ -45,10 +45,10 @@ DirectoryIndex index.php
 </IfModule>
 
 # Reduce the time dynamically generated pages are cache-able.
-# note: drupal's botstrap.inc does: header("Expires: Sun, 19 Nov 1978 05:00:00 GMT");
+# note: drupal's bootstrap.inc does: header("Expires: Sun, 19 Nov 1978 05:00:00 GMT");
 # so forget about optimizing php content
 ExpiresActive On
-<FilesMatch "\.(css|js|png)$">
+<FilesMatch "\.(css|js|png|gif|jpg)$">
 ExpiresDefault "access plus 12 hours"
 </FilesMatch>