mod_throttle Questions

I am using mod_throttle on Red Hat Linux 7.3 with Apache 1.3 to try to limit the bandwidth of a virtual site to 20GB/4 weeks.
I am using the following ThrottlePolicy inside the <VirtualHost> tags:

ThrottlePolicy Request 20G 4w

However, I have some questions:

1) Is there a way to limit it to 20GB per month instead of per 4 weeks?
2) How do I disallow downloading images/pdf files/anything else from the virtual host when the 20 GB is exceeded (right now it only stops HTML pages from loading)
3) Where are the files located that mod_throttle uses to save how much bandwidth a site uses?
4) How can I stop people from going into the http://www.mysite.tld/throttle-status directory and clicking on 'reset' to reset their bandwidth?

 

 

 

 

Top