remove surrious svn-keyword
[plewww.git] / httpd / plewww.conf
index 2240a7b..b9a65ed 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>
 
@@ -96,5 +96,3 @@ SetOutputFilter DEFLATE
 </IfModule>
 
 </Directory>
-
-# $Id$