
REQUIREMENTS
------------
Drupal 5 or 6, Apache 1.3 or 2.x with mod_rewrite enabled. Access to httpd.conf.

INSTALLATION
------------

  1. Comment boost_cron() function.

  2. Copy expire.php to your cgi-bin directory
  
  3. Make it executable -> chmod 755 expire.php
  
  4. Add the following 3 lines to your httpd.conf:
     
     RewriteLock /var/lock/boost.lock     
     RewriteEngine On
     RewriteMap boost "prg:/www/drupal/cgi-bin/expire.php"

     RewriteLock must be global in httpd.conf, RewriteEngine and RewriteMap can be in vhost section.
     For windows users use something like that:
     RewriteMap drupal6 "prg:C:/PHP/php.exe D:/www/drupal/cgi-bin/expire.php"

  5. Restart Apache

  6. Replace your .htaccess with template boosted1.txt.
