Closed (won't fix)
Project:
Boost
Version:
4.7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
7 May 2007 at 14:13 UTC
Updated:
3 Aug 2008 at 06:25 UTC
I just noticed that http:BL (http://drupal.org/project/httpbl) blocked requests are cached too, so the next anonymous person landing on a page generated by a blocked client also receives the "you have been blocked" message.
In case anyone else happens to be using both the httpbl and the boost module heres a quick imperfect fix which I'm running once/minute using cron.
rm -rf `grep -r -l http:BL /var/www/htdocs/cache`
Comments
Comment #1
Arto commentedYou can prevent specific pages from getting cached by configuring Boost at
admin/settings/boost(oradmin/settings/performance/boost, for the 5.x version of the module) using the Cache every page except the listed pages option.Comment #2
cybe commentedI'm seriously lacking in PHP skills. Could you please tell me a PHP string to put in "Cache every page except the listed pages" to exclude all files containing a specific word?