? boost-apache-nginx.patch Index: boost.install =================================================================== RCS file: /cvs/drupal-contrib/contributions/modules/boost/boost.install,v retrieving revision 1.2.2.1.2.3.2.38 diff -u -p -r1.2.2.1.2.3.2.38 boost.install --- boost.install 5 Sep 2009 09:26:34 -0000 1.2.2.1.2.3.2.38 +++ boost.install 5 Sep 2009 21:04:32 -0000 @@ -65,7 +65,7 @@ function boost_requirements($phase) { if (BOOST_GZIP) { $cache_directories[] = BOOST_GZIP_FILE_PATH; } - $htaccess = file_get_contents('.htaccess'); + $htaccess = stristr($_SERVER["SERVER_SOFTWARE"], 'apache') ? file_get_contents('.htaccess') : FALSE; $char = BOOST_CHAR; $crawler_response = drupal_http_request(BOOST_CRAWLER_SELF . '&test=1'); $crawler_response = $crawler_response->code;