? boost-etag-only.patch
Index: boost.module
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.module,v
retrieving revision 1.5.2.11
diff -u -p -r1.5.2.11 boost.module
--- boost.module	23 Feb 2011 09:30:59 -0000	1.5.2.11
+++ boost.module	23 Feb 2011 09:31:28 -0000
@@ -1304,7 +1304,7 @@ function boost_htaccess_cache_dir_genera
   $string .= "    Header set Expires \"Sun, 19 Nov 1978 05:00:00 GMT\"\n";
   $string .= "    Header unset Last-Modified\n";
   $string .= "    Header append Vary Accept-Encoding\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-Cached-By \"Boost\"\n";
   }
