? boost-etag-only.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.5.2.10
diff -u -p -r1.5.2.10 boost.module
--- boost.module	23 Feb 2011 08:38:27 -0000	1.5.2.10
+++ boost.module	23 Feb 2011 08:43:44 -0000
@@ -1302,7 +1302,7 @@ function boost_htaccess_cache_dir_genera
   $string .= "  </IfModule>\n";
   $string .= "  <IfModule mod_headers.c>\n";
   $string .= "    Header set Expires \"Sun, 19 Nov 1978 05:00:00 GMT\"\n";
-  $string .= "    Header set Cache-Control \"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\"\n";
+  $string .= "    #Header set Cache-Control \"no-store, no-cache, must-revalidate, post-check=0, pre-check=0\"\n";
   if (variable_get('boost_apache_xheader', BOOST_APACHE_XHEADER) > 0) {
     $string .= "    Header set X-Header \"Boost\"\n";
   }
