Setting tag plewww-5.2-2
[plewww.git] / httpd / plewww.conf
index f4555c8..b9a65ed 100644 (file)
@@ -45,7 +45,7 @@ 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|gif|jpg)$">
@@ -96,5 +96,3 @@ SetOutputFilter DEFLATE
 </IfModule>
 
 </Directory>
-
-# $Id$