Installation instructions for the Apache throttling module
==========================================================

This module requires Apache and Mod_python.  To load the module
when Apache starts, add the following to the Apache configuration
file:

<Directory /var/www>
        SetHandler mod_python
        PythonHandler httpthrottle
</Directory>

Then copy httpthrottle.py and httpthrottle.conf to /var/www.
